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: