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 ea78832 commit 98b7d4aCopy full SHA for 98b7d4a
3 files changed
.github/workflows/auto-pull-request-checks.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET SDK
19
uses: actions/setup-dotnet@v4
20
with:
21
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
22
23
- name: Test
24
run: |
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup .NET Core SDK
- name: Build
env:
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Publish to Nuget
0 commit comments