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 5abaed1 commit 54b17c1Copy full SHA for 54b17c1
.github/workflows/dotnet.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v3
24
with:
25
- dotnet-version: 7.0.x
+ dotnet-version: 9.0.x
26
- name: Restore dependencies
27
run: dotnet restore
28
- name: Build
0 commit comments