linux - 如何在 Linux 上构建和运行使用 Windows 上的 Visual Studio 2017 创建的 dotnet 应用程序?

标签 linux .net-core visual-studio-2017

由于 Visual Studio 2017 和最新的 dotnet Core 不使用 projects.json,我怎样才能让一切都在 Linux 上运行?我需要回到 VS 2015 吗?

最佳答案

哎呀不。在 Linux 上安装最新的 dotnet,将树复制过来,然后运行 ​​dotnet build。

关于linux - 如何在 Linux 上构建和运行使用 Windows 上的 Visual Studio 2017 创建的 dotnet 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43986089/

相关文章:

linux - Dotnet Core 将不会使用交换

c# - 如何在Mysql EF6 C#中根据存储过程生成复杂类型

visual-studio-2015 - CSS 和 JavaScript 更改未在 ASP.NET Core 中发布到 Azure

linux - 对查找命令进行排序以遵守 Unix 中的自定义顺序

python - 如何使用 Python distutils?

c - 如何直接写入超过 4GB 数据的 U 盘?

.net-core - ASP.NET Core 8 应用程序是否使用 StartUp.cs 文件?

c - 如何在Linux中查找执行文件?

sql-server - 如何通过linq查询从表中只获取两个字段?

c# - Visual Studio 2017 Enterprise 不会停止在生成时运行所有测试