File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v3
11
11
- name : Install .Net Core
12
- uses : actions/setup-dotnet@v2
12
+ uses : actions/setup-dotnet@v3
13
13
with :
14
14
dotnet-version : |
15
15
6.0.x
16
16
7.0.x
17
+ 8.0.x
17
18
include-prerelease : true
18
19
- name : Install dotnet-script
19
20
run : dotnet tool install dotnet-script --global
@@ -27,11 +28,12 @@ jobs:
27
28
steps :
28
29
- uses : actions/checkout@v3
29
30
- name : Install .Net Core
30
- uses : actions/setup-dotnet@v2
31
+ uses : actions/setup-dotnet@v3
31
32
with :
32
33
dotnet-version : |
33
34
6.0.x
34
35
7.0.x
36
+ 8.0.x
35
37
include-prerelease : true
36
38
- name : Install dotnet-script
37
39
run : dotnet tool install dotnet-script --global
@@ -45,11 +47,12 @@ jobs:
45
47
steps :
46
48
- uses : actions/checkout@v3
47
49
- name : Install .Net Core
48
- uses : actions/setup-dotnet@v2
50
+ uses : actions/setup-dotnet@v3
49
51
with :
50
52
dotnet-version : |
51
53
6.0.x
52
54
7.0.x
55
+ 8.0.x
53
56
include-prerelease : true
54
57
- name : Install dotnet-script
55
58
run : dotnet tool install dotnet-script --global
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7 .0.100" ,
3
+ "version" : " 8 .0.100-rc.2.23502.2 " ,
4
4
"rollForward" : " latestFeature"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments