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 34d2d87 commit 715c39eCopy full SHA for 715c39e
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
- - name: Setup .NET Core 5.x
+ - name: Setup .NET Core 6.0.x
25
uses: actions/setup-dotnet@v1
26
27
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
28
29
- name: Build
30
run: dotnet build --configuration Release
.github/workflows/publish.yml
@@ -16,10 +16,10 @@ jobs:
16
17
18
19
20
- name: Build and publish
shell: pwsh
0 commit comments