.net core installation environment

https://blog.csdn.net/sD7O95O/article/details/81295286

.net core vs high school students in becoming dll file

Vs exe generated in the  

Add in csproj file

<RuntimeIdentifier>win7-x64</RuntimeIdentifier>

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>     <OutputType>Exe</OutputType>     <TargetFramework>netcoreapp2.1</TargetFramework>  <RuntimeIdentifier>win7-x64</RuntimeIdentifier>   </PropertyGroup>

</Project>

Guess you like

Origin www.cnblogs.com/v587yy/p/12123350.html