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

.net core 在vs中生成为dll文件

在vs中生成exe  

在csproj文件下添加

<RuntimeIdentifier>win7-x64</RuntimeIdentifier>

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

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

</Project>

相关文章:

  • 2021-05-02
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2018-06-22
  • 2021-06-14
  • 2021-08-12
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-10-13
  • 2021-08-08
相关资源
相似解决方案