在 Xamarin Studio 或 Visual Studio 预览 (Mac) 中打开 .NETCore Yeoman 生成的项目

Open .NETCore Yeoman generated projects in Xamarin Studio or Visual Studio Preview (Mac)

我在 Mac 上使用 Yeoman CLI 工具生成了一个 .NETCore 项目。我能够 运行 使用 Visual Studio 代码的项目。但是,我希望能够使用 Xamarin Studio 或 Visual Studio Preview 打开并 运行 项目。这可能吗?两个 IDE 似乎都需要一个 .sln 文件,但是 Yeoman 生成的项目没有提供。

准确地说,两个 IDE 都支持 .csproj 文件,而不是 project.json,即 announced with latest .NET Core Tools. What you may try to do is to migrate your project.json using the dotnet migrate command:

dotnet-migrate -- Migrates a Preview 2 .NET Core project to Preview 3 .NET Core project