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 59a7335 commit d7dc6d3Copy full SHA for d7dc6d3
.github/workflows/dotnet.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup .NET ${{ matrix.netversion }}
25
uses: actions/setup-dotnet@v3
26
with:
27
- dotnet-version: ${{ matrix.netversion }}.x
+ dotnet-version: 9.x
28
- name: Restore
29
run: dotnet restore
30
- name: Build
0 commit comments