From b8adb32715b5b0cc36ad1683dea8afc5811c09bb Mon Sep 17 00:00:00 2001 From: Yanjiang Qian Date: Tue, 18 Nov 2025 09:39:40 +0800 Subject: [PATCH 1/2] build with .net 8 --- Directory.Build.props | 4 ++-- global.json | 2 +- nuget.config | 1 - tests/Directory.Build.props | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 358e481..f95b541 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,8 +8,8 @@ - net6.0 - net6.0 + net8.0 + net8.0 netstandard2.0 enable diff --git a/global.json b/global.json index 18b4598..ae9f38c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.400", + "version": "8.0.400", "rollForward": "latestFeature" } } diff --git a/nuget.config b/nuget.config index 02b696c..51802d7 100644 --- a/nuget.config +++ b/nuget.config @@ -5,6 +5,5 @@ - diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index 9a90b99..6573514 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -10,7 +10,7 @@ - net6.0 + net8.0 net48 From e65536b3f2ea3c80b966cf89054a3f4718615321 Mon Sep 17 00:00:00 2001 From: Yanjiang Qian Date: Fri, 21 Nov 2025 08:38:17 +0800 Subject: [PATCH 2/2] use same global.json as asw --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index ae9f38c..4e5b636 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.400", + "version": "8.0.410", "rollForward": "latestFeature" } }