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 389ce46 commit 1a94e83Copy full SHA for 1a94e83
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: dotnet
33
uses: actions/setup-dotnet@v3
34
with:
35
- dotnet-version: 9.x
+ dotnet-version: 10.x
36
37
- name: build
38
run: dotnet build --configuration Release
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup
17
18
19
20
21
- name: Build Version
22
id: vars
0 commit comments