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 0ed00a2 commit 6f91fa8Copy full SHA for 6f91fa8
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET
13
uses: actions/setup-dotnet@v3
14
with:
15
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
16
17
- name: Build
18
run: dotnet build --configuration Release
0 commit comments