We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b544d5 commit 3ca039aCopy full SHA for 3ca039a
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: .NET SDK
25
uses: actions/setup-dotnet@v1
26
with:
27
- dotnet-version: "5.0"
+ dotnet-version: "6.0"
28
29
- name: Install dependencies
30
run: dotnet restore
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
0 commit comments