visual-studio-2013 - aspnet50目标框架是什么,我可以从VS2013引用它吗?

标签 visual-studio-2013 nuget asp.net-core

包裹位于https://www.myget.org/gallery/aspnetrelease目标 aspnet50,当我尝试安装它们时,我得到:

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.

有办法吗?

最佳答案

您(目前)不能这样做。如果您坚持在 VS2013 中使用 ASP.NET vNext,您可以将其用作编辑器,并使用工具 from the aspnet Home repository. 从命令行运行所有内容。

如果你想使用asp.net vNext,你应该安装VS14的最新CTP,你可以download the newest version of from here并学习how to use it in this guide 。 ASP.NET vNext 目前处于 alpha 阶段,因此文档和信息可能有点稀疏。 aspnet50 是随 ASP.NET vNext 引入的新 .Net 框架的(当前)名称。

关于visual-studio-2013 - aspnet50目标框架是什么,我可以从VS2013引用它吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25961057/

相关文章:

c++ - 使用带有动态库的 Eigen 和 Visual Studio 2013 的内存对齐错误

TeamCity NuGet 安装程序步骤问题

c# - 'System.Data.Entity.Internal.AppConfig' 的类型初始值设定项在子网站上抛出异常

c# - .Net Core 2.0 内部服务器错误与 Redis 缓存

c# - 配置服务引用... - 对象引用未设置为对象的实例

c# - 当我在我的 asp.net mvc 项目上以 Debug模式启动浏览器时,我可以告诉 VS2013 将其直接导航到站点的某个部分吗?

c# - 配置 mercurial .hgingore 以忽略目录中除 'repositories.config' 之外的所有文件和文件夹

c# - 通过自定义 taghelper 渲染局部 View

c# - 添加表代码先迁移 Entity Framework

Azure API 应用程序对 WebJobs 的支持