File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/setup-dotnet@v3
33
33
with :
34
34
dotnet-version : 7.0.x
35
+ - name : Setup .NET 8.0
36
+ uses : actions/setup-dotnet@v3
37
+ with :
38
+ dotnet-version : 8.0.x
35
39
- name : Install GitVersion
36
40
uses :
gittools/actions/gitversion/[email protected]
37
41
with :
@@ -108,10 +112,10 @@ jobs:
108
112
uses : actions/checkout@v3
109
113
with :
110
114
fetch-depth : 0
111
- - name : Setup .NET 7 .0
115
+ - name : Setup .NET 8 .0
112
116
uses : actions/setup-dotnet@v3
113
117
with :
114
- dotnet-version : 7 .0.x
118
+ dotnet-version : 8 .0.x
115
119
- name : Install GitVersion
116
120
uses :
gittools/actions/gitversion/[email protected]
117
121
with :
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" ,
4
4
"rollForward" : " latestFeature"
5
5
},
6
6
"msbuild-sdks" : {
7
- "Microsoft.Build.NoTargets" : " 3.7.0 "
7
+ "Microsoft.Build.NoTargets" : " 3.7.56 "
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments