Skip to content

Commit 7d5599a

Browse files
committed
Replaced .NET SDK versions.
1 parent e07d59c commit 7d5599a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
uses: actions/setup-dotnet@v1
1414
with:
1515
dotnet-version: |
16-
3.1.x
17-
5.0.x
1816
6.0.x
17+
7.0.x
1918
- name: Build
2019
shell: bash
2120
run: |
@@ -37,9 +36,8 @@ jobs:
3736
uses: actions/setup-dotnet@v1
3837
with:
3938
dotnet-version: |
40-
3.1.x
41-
5.0.x
4239
6.0.x
40+
7.0.x
4341
- name: Build
4442
shell: bash
4543
run: |
@@ -63,9 +61,8 @@ jobs:
6361
uses: actions/setup-dotnet@v1
6462
with:
6563
dotnet-version: |
66-
3.1.x
67-
5.0.x
6864
6.0.x
65+
7.0.x
6966
- name: Build
7067
shell: cmd
7168
run: build.release.bat

0 commit comments

Comments
 (0)