Skip to content

Commit 8e4c0b6

Browse files
committed
Update build SDK to net 8
1 parent 256cc3e commit 8e4c0b6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/IKVM.Core.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
uses: actions/setup-dotnet@v3
3333
with:
3434
dotnet-version: 7.0.x
35+
- name: Setup .NET 8.0
36+
uses: actions/setup-dotnet@v3
37+
with:
38+
dotnet-version: 8.0.x
3539
- name: Install GitVersion
3640
uses: gittools/actions/gitversion/[email protected]
3741
with:
@@ -108,10 +112,10 @@ jobs:
108112
uses: actions/checkout@v3
109113
with:
110114
fetch-depth: 0
111-
- name: Setup .NET 7.0
115+
- name: Setup .NET 8.0
112116
uses: actions/setup-dotnet@v3
113117
with:
114-
dotnet-version: 7.0.x
118+
dotnet-version: 8.0.x
115119
- name: Install GitVersion
116120
uses: gittools/actions/gitversion/[email protected]
117121
with:

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "7.0.100",
3+
"version": "8.0.100",
44
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks": {
7-
"Microsoft.Build.NoTargets": "3.7.0"
7+
"Microsoft.Build.NoTargets": "3.7.56"
88
}
99
}

0 commit comments

Comments
 (0)