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 a26b5d2 commit 0e34c1dCopy full SHA for 0e34c1d
.github/workflows/dotnet-core.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup .NET Core
34
uses: actions/setup-dotnet@v1
35
with:
36
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
37
- name: Restore
38
run: dotnet restore
39
- name: Build
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
- name: Create Release NuGet package
78
run: |
79
arrTag=(${GITHUB_REF//\// })
0 commit comments