Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit aac17cd

Browse files
authored
Merge pull request #109 from nils-org/renovate/major-dotnet-monorepo
Update dependency dotnet-sdk to v8
2 parents 5f6f7cd + 23fdf63 commit aac17cd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
5.0
5454
6.0
5555
7.0
56+
8.0
5657
- name: Cache Tools
5758
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
5859
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
5.0
4444
6.0
4545
7.0
46+
8.0
4647
4748
- name: Cache Tools
4849
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "7.0.403",
4+
"version": "8.0.100",
55
"rollForward": "latestFeature"
66
}
77
}

0 commit comments

Comments
 (0)