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

时间:2017-01-12 18:00:13

标签: visual-studio asp.net-core .net-core xamarin-studio yeoman-generator

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

1 个答案:

答案 0 :(得分:2)

要正确,两个IDE都支持.csproj文件,而不是project.jsonannounced使用最新的.NET Core Tools。您可能尝试执行的操作是使用dotnet migrate command迁移project.json:

  

dotnet-migrate - 将Preview 2 .NET Core项目迁移到Preview 3 .NET Core项目