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 2272e79 commit b834d66Copy full SHA for b834d66
.github/workflows/ci-build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Ensure .NET Installed
22
uses: actions/setup-dotnet@v4
23
with:
24
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
25
26
- name: Install GitVersion
27
uses: gittools/actions/gitversion/setup@v3.0.0
.github/workflows/release-build.yml
@@ -20,7 +20,7 @@ jobs:
20
0 commit comments