Skip to content

Commit 79ff284

Browse files
committed
fixed global.json and GH workflow
1 parent ccf29a7 commit 79ff284

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Install .Net Core
12-
uses: actions/setup-dotnet@v2
12+
uses: actions/setup-dotnet@v3
1313
with:
1414
dotnet-version: |
1515
6.0.x
1616
7.0.x
17+
8.0.x
1718
include-prerelease: true
1819
- name: Install dotnet-script
1920
run: dotnet tool install dotnet-script --global
@@ -27,11 +28,12 @@ jobs:
2728
steps:
2829
- uses: actions/checkout@v3
2930
- name: Install .Net Core
30-
uses: actions/setup-dotnet@v2
31+
uses: actions/setup-dotnet@v3
3132
with:
3233
dotnet-version: |
3334
6.0.x
3435
7.0.x
36+
8.0.x
3537
include-prerelease: true
3638
- name: Install dotnet-script
3739
run: dotnet tool install dotnet-script --global
@@ -45,11 +47,12 @@ jobs:
4547
steps:
4648
- uses: actions/checkout@v3
4749
- name: Install .Net Core
48-
uses: actions/setup-dotnet@v2
50+
uses: actions/setup-dotnet@v3
4951
with:
5052
dotnet-version: |
5153
6.0.x
5254
7.0.x
55+
8.0.x
5356
include-prerelease: true
5457
- name: Install dotnet-script
5558
run: dotnet tool install dotnet-script --global

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.100",
3+
"version": "8.0.100-rc.2.23502.2",
44
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)