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 929240e commit 9331818Copy full SHA for 9331818
.github/workflows/dotnet-core-master.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET Core
23
uses: actions/setup-dotnet@v3
24
with:
25
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
26
- name: Install dependencies
27
run: dotnet restore
28
- name: Build
.github/workflows/dotnet-core.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
- name: Get the version
0 commit comments