Skip to content

Commit ae4cd09

Browse files
authored
Merge pull request #1104 from OmniSharp/renovate/major-dotnet-monorepo
chore(deps): update dependency dotnet-sdk to v8
2 parents 4d519aa + 9f94bc0 commit ae4cd09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: 🔨 Use .NET Core 7.0 SDK
9898
uses: actions/[email protected]
9999
with:
100-
dotnet-version: '7.0.x'
100+
dotnet-version: '8.0.x'
101101
- name: 🎁 dotnet tool restore
102102
run: |
103103
dotnet tool restore

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.404",
3+
"version": "8.0.100",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)