We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c416a commit a59bcb1Copy full SHA for a59bcb1
1 file changed
.github/workflows/nuget-publish.yml
@@ -31,8 +31,8 @@ jobs:
31
run: xbuild ./src/net40/src.net40.csproj /property:Configuration=Release
32
- name: Build (Framework 4.5)
33
run: xbuild ./src/net45/src.net45.csproj /property:Configuration=Release
34
- - name: Build (DotNetCore 5.0)
35
- run: dotnet build -c Release ./src/net50/src.net50.csproj
+ - name: Build (DotNetCore 8.0)
+ run: dotnet build -c Release ./src/net80/src.net80.csproj
36
- name: Build (NetStandard 2.0)
37
run: dotnet build -c Release ./src/netstandard20/src.netstandard20.csproj
38
- name: Setup Nuget
0 commit comments