From 624ade0d4b1a42253c8af51917df4cb24ed543e6 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 15 Nov 2024 17:36:44 -0800 Subject: [PATCH] doc(Install): remove visual studio 2019 (#4670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc: 移除 2019 文字 * doc: 移除 2019 文字 --- exclusion.dic | 1 - .../Components/Components/InstallContent.razor | 4 ++-- .../Components/Samples/LayoutPages.razor | 2 +- src/BootstrapBlazor/readme.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/exclusion.dic b/exclusion.dic index 8ab66c51e..415e8f6b1 100644 --- a/exclusion.dic +++ b/exclusion.dic @@ -69,7 +69,6 @@ Goto elec ahora Nuget -lastest bootstrapblazor layui devui diff --git a/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor b/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor index fbafa543a..c234989ac 100644 --- a/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor +++ b/src/BootstrapBlazor.Server/Components/Components/InstallContent.razor @@ -8,10 +8,10 @@

@Localizer["P1"]

-

BootstrapBlazor @Localizer["P4"] NET6/NET7/NET8

+

BootstrapBlazor @Localizer["P4"] NET6/NET7/NET8/NET9

@Localizer["P5"]

diff --git a/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor b/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor index 8bf27258e..164a63106 100644 --- a/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor +++ b/src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor @@ -8,7 +8,7 @@

@Localizer["H1"]

-

@Localizer["P1"] Layout @Localizer["P2"] dotnet new bbapp @Localizer["P3"] Visual Studio 2019 @Localizer["P4"] @Localizer["P5"] @Localizer["P6"] [@Localizer["P7"]]

+

@Localizer["P1"] Layout @Localizer["P2"] dotnet new bbapp @Localizer["P3"] Visual Studio @Localizer["P4"] @Localizer["P5"] @Localizer["P6"] [@Localizer["P7"]]

@Localizer["P8"]: Layout @Localizer["P9"] @Localizer["P10"] @Localizer["P11"] @Localizer["P12"] @Localizer["P13"] AdditionalAssemblies @Localizer["P14"] [@Localizer["P15"]] diff --git a/src/BootstrapBlazor/readme.md b/src/BootstrapBlazor/readme.md index 95d8d37f6..fe6cb01f5 100644 --- a/src/BootstrapBlazor/readme.md +++ b/src/BootstrapBlazor/readme.md @@ -28,7 +28,7 @@ ## Installation Guide - Install .net core sdk [Official website](https://dotnet.microsoft.com/download?wt.mc_id=DT-MVP-5004174) -- Install Visual Studio 2019 lastest [Official website](https://visualstudio.microsoft.com/vs/getting-started?wt.mc_id=DT-MVP-5004174) +- Install Visual Studio latest [Official website](https://visualstudio.microsoft.com/vs/getting-started?wt.mc_id=DT-MVP-5004174) ```shell git clone https://github.com/dotnetcore/BootstrapBlazor.git