I'm just trying out asp.net core for the first time. Opening up the newly updated music store app but I can't get it to build Nuget tells me:Errors in C:\development\MusicStore\test\E2ETests\project.json "netcoreapp1.0" is an unsupported framework.如何获取.net框架引用以进行还原?How can I get the .net framework reference to restore?推荐答案 RC2已于昨天发布,现在可以了.您需要:RC2 was released yesterday, and now you can. You need:从 https://go.microsoft.com/fwlink/?LinkId上安装VS2015的工具= 798481 (来自步骤1 的链接)升级NuGet(VS扩展)-3.4.3.855(自动更新)对我有用,但是建议使用3.5.0(测试版)此处(第二个链接在步骤1).编辑您的global.json文件-将version属性更新为1.0.0-preview1-002702(详细信息此处)Install tooling for VS2015 from https://go.microsoft.com/fwlink/?LinkId=798481 (link from step 1)Upgrade NuGet (VS Extensions) - 3.4.3.855 (auto-updated) works for me, but version 3.5.0 (beta) is recommended here (second link in step 1).Edit your global.json file - update version property to 1.0.0-preview1-002702 (details here) 这篇关于"netcoreapp1.0"是不受支持的框架. -Asp.Net核心音乐商店的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-26 01:59