c# - .NetCore 项目在 Windows 上的 JetBrains Rider 中加载失败

标签 c# msbuild asp.net-core .net-core rider

我已经安装了最新版本的 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 和运行时

最佳答案

安装最新的 Mono 后,您需要从源代码构建 MSbuild。

https://github.com/Microsoft/msbuild/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild

./cibuild.sh --target CoreCLR

关于c# - .NetCore 项目在 Windows 上的 JetBrains Rider 中加载失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43048629/

相关文章:

msbuild - 使用 TeamCity 构建和部署特定的修订号

c# - 如何手动编译一个C#项目?

c# - 使用 Json.Net 反序列化嵌套属性而不使用数据注释

c++ - VS 2008 C++ 构建输出?

c# - 如何从字符串中获取类型?

asp.net-core - Aspnetcore 身份验证关联失败

javascript - ASP.NET Core BundleMinifier 在缩小后删除异步修饰符

c# - 无法在 NLog 中设置我的连接字符串

c# - C# 中的类引用和 GC 循环

c# - 未能将数据插入 MS Access 数据库(INSERT INTO 语句中的语法错误。)