We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e92217 + 5f67498 commit 8c4f562Copy full SHA for 8c4f562
.github/workflows/push-nuget.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup .NET
14
uses: actions/setup-dotnet@v4
15
with:
16
- dotnet-version: '8.0.x' # Change this to your required .NET version
+ dotnet-version: '9.0.x' # Change this to your required .NET version
17
18
- name: Restore dependencies
19
run: |
0 commit comments