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