Visual Studio Code – How to create dotnet core project with lower version in VS Code
I with this command: dotnet new mvc creating an ASP.NET Core MVC project in VS Code, but since SDK version 7 is installed on my computer, the project is created with version 7. How should I create a project with…