From e440f96efa30725120a19c7941b97dc6b29a48f4 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Fri, 18 Oct 2024 09:19:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20net9=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Directory.Build.props | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/Directory.Build.props b/src/BootstrapBlazor/Directory.Build.props index b08155451c0..2fcd89c164c 100644 --- a/src/BootstrapBlazor/Directory.Build.props +++ b/src/BootstrapBlazor/Directory.Build.props @@ -24,6 +24,7 @@ 6.0.* 7.0.* 8.0.* + 9.0.0-rc.* @@ -44,7 +45,7 @@ - + @@ -52,6 +53,16 @@ + + + + + + + + + + From 58ab5b0e54b2b7611a55f6ce735359f96066d6ae Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Fri, 18 Oct 2024 09:21:31 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=E6=94=AF=E6=8C=81=20net9=20sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/Directory.Build.props b/src/BootstrapBlazor/Directory.Build.props index 2fcd89c164c..1f80b272fb7 100644 --- a/src/BootstrapBlazor/Directory.Build.props +++ b/src/BootstrapBlazor/Directory.Build.props @@ -17,7 +17,7 @@ - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 From a1ac457141df90917164c221364f0a05fb94ca89 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Fri, 18 Oct 2024 09:28:22 +0800 Subject: [PATCH 3/3] chore: remove net9 sdk --- src/BootstrapBlazor/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/Directory.Build.props b/src/BootstrapBlazor/Directory.Build.props index 1f80b272fb7..2fcd89c164c 100644 --- a/src/BootstrapBlazor/Directory.Build.props +++ b/src/BootstrapBlazor/Directory.Build.props @@ -17,7 +17,7 @@ - net6.0;net7.0;net8.0;net9.0 + net6.0;net7.0;net8.0