From 4de25722ccadb5184a25639a2f10925de4927da3 Mon Sep 17 00:00:00 2001 From: Saleh Yusefnejad Date: Tue, 14 Nov 2023 14:06:26 +0330 Subject: [PATCH] feat(websites): update version of packages to 7.2.0 in docs #6033 (#6034) --- .../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 d7602c397e..fa0172ae60 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.1.0
-dotnet new install Bit.BlazorWeb::7.1.0
+dotnet new install Bit.Boilerplate::7.2.0 +dotnet new install Bit.BlazorWeb::7.2.0
2. Create a new project using dotnet new command or Visual Studio create new project wizard: