From cf0d082690bdcc5b98b5bd8df46daa4d9643eb41 Mon Sep 17 00:00:00 2001 From: Omid Ahmadpour Date: Sun, 11 Dec 2022 00:28:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b32d9a..25774c1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ If you like or are using this project to learn or start your solution, please gi # Prerequisites Visual Studio 2022 -.NET 6.0 Runtime +.NET 7.0 Runtime # The easiest way to create your project ### 1. Open CMD ### 2. Run ```ruby - dotnet new --install ASPNETCleanTemplate.nuspec::3.2.6 + dotnet new --install ASPNETCleanTemplate.nuspec::3.3.0 ``` ### 3. Create an empty folder for your solution and cd into it. ### 4. Run the following code and enter your project name instead of MyNewCleanTemplate