Skip to content

Commit 64b15a8

Browse files
authored
Added use .NET6
Added use .NET6
1 parent 27a9d01 commit 64b15a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17+
- name: Use .NET 6
18+
uses: actions/setup-dotnet@v1
19+
with:
20+
dotnet-version: '6.0.x'
1721
- name: Build and Test
1822
run: ./Build.ps1
1923
shell: pwsh
@@ -33,4 +37,4 @@ jobs:
3337
uses: actions/upload-artifact@v2
3438
with:
3539
name: artifacts
36-
path: artifacts/**/*
40+
path: artifacts/**/*

0 commit comments

Comments
 (0)