gpt4 book ai didi

visual-studio-2015 - 如何在 ASP.NET 5 MVC 6 项目中切换到完整的 .NET 堆栈

转载 作者:行者123 更新时间:2023-12-04 14:57:22 25 4
gpt4 key购买 nike

我在 VS 2015 中创建了一个新的 ASP.NET 5 MVC 6 (vNext) 项目。

我从另一个项目导入了一些类,但看起来 DNX 缺少一些对我来说非常重要的类。

我可以选择使用完整的 .NET 堆栈而不是 DNX 吗?
我需要改变什么?我比旧方法更喜欢新的 config.json 文件,但是我必须将引用更改为什么。

"frameworks": {
"dnx451": { },
"dnxcore50": { }
},

最佳答案

您只需要删除核心线,如下所示:

"frameworks": {
"dnx451": { }
},
来自 asp 5 docs (突出显示相关部分):

dnx451 represents the .NET Framework, while dnxcore50 represents .NETCore 5 (5.0).

...

The recommendation from the ASP.NET team is totarget both frameworks with new applications. If you want to onlytarget .NET Core, remove dnx451, or only target .NET Framework, removednxcore50, from the frameworks listed in project.json. Note thatASP.NET 4.6 and earlier target and require the .NET Framework, as theyalways have.

关于visual-studio-2015 - 如何在 ASP.NET 5 MVC 6 项目中切换到完整的 .NET 堆栈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31529654/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com