пятница, 27 ноября 2020 г.

AspNet Core, .Net Core, Version, Win 7

 


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.


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\{тип среды выполнения}\{версия}\




Комментариев нет:

Отправить комментарий