Skip to content

Commit ca208cc

Browse files
committed
Updating the release action
1 parent 293f96b commit ca208cc

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17-
- name: Setup dotnet 5.0
17+
- name: Setup dotnet 6.0
1818
uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: '5.0.100-rc.2.20479.15'
21-
- name: Setup dotnet 3.1
22-
uses: actions/setup-dotnet@v1
23-
with:
24-
dotnet-version: '3.1.x'
25-
- name: Setup dotnet 2.1
26-
uses: actions/setup-dotnet@v1
27-
with:
28-
dotnet-version: '2.1.x'
20+
dotnet-version: '6.0'
2921
- name: Build and Test
3022
run: ./Build.ps1
3123
shell: pwsh

0 commit comments

Comments
 (0)