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 6cc7245 commit e716b03Copy full SHA for e716b03
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup .NET
22
uses: actions/setup-dotnet@v3
23
with:
24
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
25
- name: Restore dependencies
26
run: dotnet restore
27
- name: Build
0 commit comments