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.
2 parents f28c68a + ece9f62 commit 7ac337aCopy full SHA for 7ac337a
.github/workflows/dotnetcore-nuget.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 8.0.100
+ dotnet-version: 9.0.100
16
- name: Restore
17
run: dotnet restore
18
- name: Build
.github/workflows/dotnetcore.yml
@@ -16,7 +16,7 @@ jobs:
19
- dotnet-version: 7.0.401
20
- name: Install dependencies
21
22
0 commit comments