Skip to content

Commit d01696d

Browse files
committed
Use correct version of .net sdk to allow the build to work
1 parent d82aee5 commit d01696d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: '9.0.x'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore

0 commit comments

Comments
 (0)