Win 7 .Net Cor 3.1
Setup 3.1
VS2017
Unfortunately .NET Core 3 requires MSBuild 16 which only comes with VS 2019
Visual Studio 2017 doesn't support .NET Core 3. You need Visual Studio 2019 16.3 or higher. You can find this information in the .NET Core 3.0 announcement.
https://devblogs.microsoft.com/visualstudio/dot-net-core-support-in-visual-studio-2019-version-16-3/
Get started Asp.Net Core
Magic commands:
dotnet new webapp -o aspnetcoreapp
dotnet dev-certs https --trust
cd aspnetcoreapp
dotnet watch run
Get Version
dotnet --list-sdks
dotnet --list-runtimes
Исполняемый файл dotnet
C:\program files\dotnet\dotnet.exeПакет SDK для .NET
C:\program files\dotnet\sdk\{версия}\Среда выполнения .NET
C:\program files\dotnet\shared\{тип среды выполнения}\{версия}\
Комментариев нет:
Отправить комментарий