Skip to content

Commit 445179a

Browse files
authored
Merge pull request #1011 from manandre/dotnet-sdk
Update dependency dotnet-sdk to v7
2 parents 83be68d + 1daaddc commit 445179a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.build/Solution.cs

+2-2
Original file line numberDiff line numberDiff 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
);

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
uses: actions/[email protected]
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/[email protected]
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

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.414",
3+
"version": "7.0.401",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)