.net core运行失败,后来在csproj中加入

<PropertyGroup>
    <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
</PropertyGroup>

重新发布运行即可。

相关文章:

  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2021-11-18
  • 2021-10-15
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-10
  • 2021-10-08
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案