File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ RocketSurgeonGitHubActionsConfiguration configuration
134
134
{
135
135
DotNetVersion = "3.1.x"
136
136
} ,
137
- new SetupDotNetStep ( "Use .NET Core 6 .0 SDK" )
137
+ new SetupDotNetStep ( "Use .NET Core 7 .0 SDK" )
138
138
{
139
- DotNetVersion = "6 .0.x"
139
+ DotNetVersion = "7 .0.x"
140
140
} ,
141
141
}
142
142
) ;
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ jobs:
97
97
uses : actions/setup-dotnet@v3.2.0
98
98
with :
99
99
dotnet-version : ' 3.1.x'
100
- - name : 🔨 Use .NET Core 6 .0 SDK
100
+ - name : 🔨 Use .NET Core 7 .0 SDK
101
101
uses : actions/setup-dotnet@v3.2.0
102
102
with :
103
- dotnet-version : ' 6 .0.x'
103
+ dotnet-version : ' 7 .0.x'
104
104
- name : 🎁 dotnet tool restore
105
105
run : |
106
106
dotnet tool restore
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 6 .0.414 " ,
3
+ "version" : " 7 .0.401 " ,
4
4
"rollForward" : " latestMinor"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments