【发布时间】:2017-05-22 20:42:07
【问题描述】:
我正在 Windows 10 机器上开发一个 .NET Core 应用程序(使用 Visual Studio 2015 更新 3 + Microsoft .NET Core 1.0.1 VS 2015 Tooling Preview 2),它应该在 Ubuntu 16 机器上发布。为此,我必须将我的源代码移动到终端机器并在那里编译,以使其运行。例如我无法在 windows 上编译代码并在 linux 上运行它。问:有没有什么办法可以在win机上编译代码并在linux上运行?
【问题讨论】:
标签: c# linux .net-core asp.net-core-webapi