File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1515 - name : Checkout
1616 uses : actions/checkout@v4
1717 - name : Build
18- run : dotnet build src/Cnblogs.DashScope.AspNetCore -c Release
18+ run : dotnet build src/Cnblogs.DashScope.AspNetCore -c Release -p:TargetFramework=net6.0
1919 - name : Test
20- run : dotnet test test/Cnblogs.DashScope.Sdk.UnitTests -c Release
20+ run : dotnet test test/Cnblogs.DashScope.Sdk.UnitTests -c Release -p:TargetFramework=net6.0
2121 test-net8 :
2222 runs-on : ubuntu-latest
2323 container : mcr.microsoft.com/dotnet/sdk:8.0
File renamed without changes.
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <TargetFramework >net6.0</TargetFramework >
4+ <Nullable >enable</Nullable >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ </PropertyGroup >
7+
8+ </Project >
You can’t perform that action at this time.
0 commit comments