We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad71cf7 commit 8b06637Copy full SHA for 8b06637
.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v3
21
with:
22
- dotnet-version: 7.0.x
+ dotnet-version: 9.0.x
23
24
# run build and test
25
- name: Restore dependencies
.github/workflows/nuget.yml
@@ -17,7 +17,7 @@ jobs:
17
18
run: dotnet restore
0 commit comments