【发布时间】:2017-03-27 14:05:19
【问题描述】:
我已经安装了最新版本的 JetBrains Rider 1 EAP 并使用 VS2015 创建的 project.json 打开 .NetCore 项目,我已经成功加载,但是当创建新的 .NetCore web 项目或添加新的 .NetCore 类库时使用 .旧项目中的 csproj 与 project.json 库加载失败
Project 'ClassLibrary' load failed: Cannot load the project with the current MSBuild toolset.
Please ensure MSBuild 15.0 is installed.
我还从microsoft 安装了 .NetCore SDK 和运行时
【问题讨论】:
-
你最好也安装Visual Studio 2017 Community edition,它包含了所有的依赖,即使你不打算使用VS。
-
是的,Rider 不能使用来自 .net core sdk 的 msbuild... 只能使用 Visual Studio 的那个
-
@DragonFire,你错了,至少对于当前的 EAP 构建,只要你从源代码构建 MSbuild 并拥有最新的 Mono。
标签: c# msbuild asp.net-core .net-core rider