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 9dbbb3b commit fefa443Copy full SHA for fefa443
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup .NET SDK
25
uses: actions/setup-dotnet@v4
26
with:
27
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
28
- name: Build
29
run: dotnet build -c Release
30
- name: Test
.github/workflows/publish-nuget.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments