From 3faab92bcbc8f482efb2e82ec9a07ea33efc96d0 Mon Sep 17 00:00:00 2001 From: Saleh Yusefnejad Date: Tue, 14 Nov 2023 19:33:26 +0330 Subject: [PATCH] feat(websites): update versions in Platform docs to 7.3.0 #6049 (#6050) --- .../Pages/Templates/CreateProjectPage.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/CreateProjectPage.razor b/src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/CreateProjectPage.razor index fa0172ae60..7008f74144 100644 --- a/src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/CreateProjectPage.razor +++ b/src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/CreateProjectPage.razor @@ -21,8 +21,8 @@ 1. Install the project templates from the NuGet package manager with one of the following commands:
-dotnet new install Bit.Boilerplate::7.2.0
-dotnet new install Bit.BlazorWeb::7.2.0
+dotnet new install Bit.Boilerplate::7.3.0 +dotnet new install Bit.BlazorWeb::7.3.0
2. Create a new project using dotnet new command or Visual Studio create new project wizard: