From 8c9e4a9d6ca4232e32d6e6258c5e552bb6d2587e Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 17:30:24 -0700 Subject: [PATCH 1/9] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=20version=20?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Directory.Build.props | 1 - src/Version.targets | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 src/Version.targets diff --git a/src/BootstrapBlazor/Directory.Build.props b/src/BootstrapBlazor/Directory.Build.props index 8694ad04829..66db7e463d1 100644 --- a/src/BootstrapBlazor/Directory.Build.props +++ b/src/BootstrapBlazor/Directory.Build.props @@ -4,7 +4,6 @@ - Bootstrap Blazor WebAssembly wasm UI Components diff --git a/src/Version.targets b/src/Version.targets deleted file mode 100644 index 626d740f50f..00000000000 --- a/src/Version.targets +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - From 4e4bf7221c621cb0bf5a5b64f2fa02b4588157a5 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 17:32:29 -0700 Subject: [PATCH 2/9] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20warning=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Bundle.props | 4 ++++ src/Directory.Build.props | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Bundle.props b/src/Bundle.props index 68b78018062..f7acaa44260 100644 --- a/src/Bundle.props +++ b/src/Bundle.props @@ -4,4 +4,8 @@ + + CS8002 + + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a0e57bb1d82..8dc5e780ad1 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -18,8 +18,4 @@ - - NETSDK1138;CS8002 - - From 48c44c0ef0fcc889ab8f8679758ab429443054b1 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 17:32:53 -0700 Subject: [PATCH 3/9] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Json=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/BootstrapBlazor.csproj | 2 ++ src/BootstrapBlazor/Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index e939a32b399..69216e155e4 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -12,6 +12,7 @@ + @@ -22,6 +23,7 @@ + diff --git a/src/BootstrapBlazor/Directory.Build.props b/src/BootstrapBlazor/Directory.Build.props index 66db7e463d1..0eada2fd433 100644 --- a/src/BootstrapBlazor/Directory.Build.props +++ b/src/BootstrapBlazor/Directory.Build.props @@ -19,7 +19,7 @@ 6.0.* 7.0.* - 8.0 + 8.0.* From feb21793ff612b63f82fd78ff83e0dea036765f5 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 17:58:59 -0700 Subject: [PATCH 4/9] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B7=A5=E5=85=B7=E9=93=BE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.config/dotnet-tools.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/.config/dotnet-tools.json diff --git a/src/.config/dotnet-tools.json b/src/.config/dotnet-tools.json deleted file mode 100644 index 37b336d926d..00000000000 --- a/src/.config/dotnet-tools.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "bundlerminifier.core.tool": { - "version": "6.1.0", - "commands": [ - "bundle" - ] - }, - "jsversionmaker": { - "version": "1.1.3", - "commands": [ - "jsver" - ] - } - } -} \ No newline at end of file From dec37d352fcc2fe4fb07abe9b8816f0c08c8793f Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 17:59:51 -0700 Subject: [PATCH 5/9] =?UTF-8?q?refactor:=20=E7=A7=BB=E5=8A=A8=20CS8002=20?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Bundle.props | 4 ---- src/Directory.Build.props | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Bundle.props b/src/Bundle.props index f7acaa44260..68b78018062 100644 --- a/src/Bundle.props +++ b/src/Bundle.props @@ -4,8 +4,4 @@ - - CS8002 - - diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8dc5e780ad1..9adc8fea5c7 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -17,5 +17,8 @@ + + CS8002 + From ceba05ef0fa5bc0d60739099f511b77b9142562e Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 18:00:13 -0700 Subject: [PATCH 6/9] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Directory.Build.props | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 9adc8fea5c7..0279339c2c4 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -14,9 +14,6 @@ $(MSBuildProjectName).xml - - - CS8002 From 882d81fadfd5e9646d85cafba314476adaad8205 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 18:00:25 -0700 Subject: [PATCH 7/9] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Json=20?= =?UTF-8?q?=E9=AB=98=E9=A3=8E=E9=99=A9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/BootstrapBlazor.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index 69216e155e4..959396bdfaa 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -12,7 +12,6 @@ - @@ -23,7 +22,6 @@ - @@ -35,6 +33,10 @@ + + + + From fad2d891ed8eb1eecdaa2f173ce61c7431b39446 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 18:02:02 -0700 Subject: [PATCH 8/9] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20wasm=20?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/BootstrapBlazor.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index 959396bdfaa..c86406f8dd2 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -57,6 +57,10 @@ + + + + From bef695cc79378a3e2a952c97c7060d5180e29a76 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Thu, 10 Oct 2024 18:07:43 -0700 Subject: [PATCH 9/9] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Json=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/BootstrapBlazor.csproj | 2 +- src/BootstrapBlazor/Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index c86406f8dd2..cffdf327cce 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -34,7 +34,7 @@ - + diff --git a/src/BootstrapBlazor/Directory.Build.props b/src/BootstrapBlazor/Directory.Build.props index 0eada2fd433..66db7e463d1 100644 --- a/src/BootstrapBlazor/Directory.Build.props +++ b/src/BootstrapBlazor/Directory.Build.props @@ -19,7 +19,7 @@ 6.0.* 7.0.* - 8.0.* + 8.0