File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-dotnet@v1
12
12
with :
13
- dotnet-version : ' 5.0.100 '
13
+ dotnet-version : ' 5.0.405 '
14
14
- uses : actions/cache@v2
15
15
with :
16
16
path : ~/.nuget/packages
Original file line number Diff line number Diff line change 43
43
uses : actions/checkout@v2
44
44
- uses : actions/setup-dotnet@v1
45
45
with :
46
- dotnet-version : ' 5.0.100 '
46
+ dotnet-version : ' 5.0.405 '
47
47
- uses : actions/cache@v2
48
48
with :
49
49
path : ~/.nuget/packages
76
76
uses : actions/checkout@v2
77
77
- uses : actions/setup-dotnet@v1
78
78
with :
79
- dotnet-version : ' 5.0.100 '
79
+ dotnet-version : ' 5.0.405 '
80
80
- uses : actions/cache@v2
81
81
with :
82
82
path : ~/.nuget/packages
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-dotnet@v1
14
14
with :
15
- dotnet-version : ' 5.0.100 '
15
+ dotnet-version : ' 5.0.405 '
16
16
- uses : actions/cache@v2
17
17
with :
18
18
path : ~/.nuget/packages
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v2
27
27
- uses : actions/setup-dotnet@v1
28
28
with :
29
- dotnet-version : ' 5.0.100 '
29
+ dotnet-version : ' 5.0.405 '
30
30
- uses : actions/cache@v2
31
31
with :
32
32
path : ~/.nuget/packages
66
66
uses : actions/checkout@v2
67
67
- uses : actions/setup-dotnet@v1
68
68
with :
69
- dotnet-version : ' 5.0.100 '
69
+ dotnet-version : ' 5.0.405 '
70
70
- uses : actions/cache@v2
71
71
with :
72
72
path : ~/.nuget/packages
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 5.0.100 " ,
3
+ "version" : " 5.0.405 " ,
4
4
"rollForward" : " latestFeature" ,
5
5
"allowPrerelease" : false
6
6
},
You can’t perform that action at this time.
0 commit comments