Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit d2f58f6

Browse files
update CI
1 parent 0966fcb commit d2f58f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819
2323

24-
- name: Setup dotnet (main)
24+
- name: Setup net6
25+
uses: actions/setup-dotnet@v1
26+
with:
27+
dotnet-version: '6.0.x'
28+
29+
- name: Setup net5
2530
uses: actions/setup-dotnet@v1
2631
with:
2732
dotnet-version: '5.0.x'
2833

29-
- name: Setup dotnet (testing netcore3)
34+
- name: Setup net3
3035
uses: actions/setup-dotnet@v1
3136
with:
3237
dotnet-version: '3.1.x'
3338

34-
- name: Setup dotnet (testing netcore2)
35-
uses: actions/setup-dotnet@v1
36-
with:
37-
dotnet-version: '2.1.x'
38-
3939
- run: dotnet --info
4040

4141
- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.100",
3+
"version": "6.0.100",
44
"rollForward": "latestMajor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)