We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6104136 commit 6aecac8Copy full SHA for 6aecac8
2 files changed
.github/workflows/build-and-test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v4
18
with:
19
- dotnet-version: '6.0.x'
+ dotnet-version: '9.0.x'
20
21
- name: Restore dependencies
22
run: dotnet restore
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
0 commit comments