我目前正在使用2013年的visual studio。现在我运行了nuget命令
Install-Package Microsoft.AspNet.Mvc -Pre
现在消息清楚地说明了
: Could not install package 'Microsoft.AspNet.Mvc 6.0.0-beta2'. You are trying to install this package into a project that targets
'.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information,
contact the package author.
现在它应该安装Asp.net Mvc 6.0.0 Beta2的软件包。现在2013年还没有支持吗?或者我应该做任何额外的步骤。在VS 2013上运行它?
答案 0 :(得分:0)
您的项目使用.NET Framework 4.5,但MVC 6需要更新的框架(.NET Framework 2015 Preview):
https://msdn.microsoft.com/en-us/library/ms171868%28v=vs.110%29.aspx#core