Skip to content

Commit a59bcb1

Browse files
authored
Tspence/fix nuget publish (#72)
* Update nuget-publish.yml * Update nuget-publish.yml
1 parent 64c416a commit a59bcb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: xbuild ./src/net40/src.net40.csproj /property:Configuration=Release
3232
- name: Build (Framework 4.5)
3333
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
34+
- name: Build (DotNetCore 8.0)
35+
run: dotnet build -c Release ./src/net80/src.net80.csproj
3636
- name: Build (NetStandard 2.0)
3737
run: dotnet build -c Release ./src/netstandard20/src.netstandard20.csproj
3838
- name: Setup Nuget

0 commit comments

Comments
 (0)