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.
1 parent 72e3a39 commit 5f67498Copy full SHA for 5f67498
.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