We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a3797 commit 4a9a4edCopy full SHA for 4a9a4ed
.github/workflows/publish-nuget.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup .NET
22
uses: actions/setup-dotnet@v4
23
with:
24
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
25
26
- name: Restore dependencies
27
run: dotnet restore
0 commit comments