We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3889830 commit 9b49122Copy full SHA for 9b49122
.github/workflows/nuget.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v1
19
with:
20
- dotnet-version: 6.0.x
+ dotnet-version: 9.0.x
21
22
- name: Restore dependencies
23
run: dotnet restore
0 commit comments