We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abba18 commit a6cdd99Copy full SHA for a6cdd99
2 files changed
.github/workflows/build-and-test.yml
@@ -31,9 +31,7 @@ jobs:
31
- name: Setup .NET Core
32
uses: actions/setup-dotnet@v5
33
with:
34
- dotnet-version: |
35
- 9.x
36
- 10.x
+ dotnet-version: 10.x
37
- name: Restore
38
run: dotnet restore
39
- name: Build
.github/workflows/publish.yml
@@ -33,9 +33,7 @@ jobs:
40
41
@@ -52,9 +50,7 @@ jobs:
52
50
53
51
54
55
56
57
58
- name: Create Release NuGet package
59
run: |
60
arrTag=(${GITHUB_REF//\// })
0 commit comments