We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b604ecb commit 5a35b36Copy full SHA for 5a35b36
2 files changed
.github/workflows/cd.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v2.1.0
24
with:
25
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
26
27
- name: Setup NuGet
28
uses: NuGet/setup-nuget@v1.0.5
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments