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 0dd7013 commit ec01b8dCopy full SHA for ec01b8d
.github/workflows/build_and_test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup .NET
27
uses: actions/setup-dotnet@v4
28
with:
29
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
30
31
- name: Restore dependencies
32
run: dotnet restore
0 commit comments