File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ RocketSurgeonGitHubActionsConfiguration configuration
134134 {
135135 DotNetVersion = "3.1.x"
136136 } ,
137- new SetupDotNetStep ( "Use .NET Core 6 .0 SDK" )
137+ new SetupDotNetStep ( "Use .NET Core 7 .0 SDK" )
138138 {
139- DotNetVersion = "6 .0.x"
139+ DotNetVersion = "7 .0.x"
140140 } ,
141141 }
142142 ) ;
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ jobs:
9797 uses : actions/setup-dotnet@v3.2.0
9898 with :
9999 dotnet-version : ' 3.1.x'
100- - name : 🔨 Use .NET Core 6 .0 SDK
100+ - name : 🔨 Use .NET Core 7 .0 SDK
101101 uses : actions/setup-dotnet@v3.2.0
102102 with :
103- dotnet-version : ' 6 .0.x'
103+ dotnet-version : ' 7 .0.x'
104104 - name : 🎁 dotnet tool restore
105105 run : |
106106 dotnet tool restore
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 6 .0.414 " ,
3+ "version" : " 7 .0.401 " ,
44 "rollForward" : " latestMinor"
55 }
66}
You can’t perform that action at this time.
0 commit comments