博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ASP.NET Core中的project.json何去何从?
阅读量:6201 次
发布时间:2019-06-21

本文共 1290 字,大约阅读时间需要 4 分钟。

Shawn Wildermuth ()


If you’re not paying attention to Twitter, the ASP.NET Standup or the Github repositories, you might be missing a big change coming to ASP.NET Core. Now is time to add your opinion so that Microsoft can make the right move.

I suggest you read up on the change and make your voice heard if you have an opinion. My opinion is pretty clearly stated in the GitHub discussion so I won’t bother to repeat it here, but I’m asking you to get involved.

TL;DR;

Microsoft has decided after the RTM of the ASP.NET Core framework to phase out project.json and use MSBuild for build data. They’ve not decided whether to keep the NuGet dependencies in a pared down project.json (maybe renamed to nuget.json) or whether to just allow for a command-line action like “nuget install dependency --save” to mirror what other package managers do.

The Announcement

The decision is to phase out project.json in deference to MSBuild. The original discussion on the ASP.NET Standup is here:

You can read the “Notes from the ASP.NET Standup” here that discusses it too:

Please view and read these to understand the issue and voice your opinion!

Where to Voice Your Opinion

The main place to add your voice is the discussion thread on GitHub:

Thanks for helping steer the direction of ASP.NET Core!

转载地址:http://sttca.baihongyu.com/

你可能感兴趣的文章
制作一款微信表情
查看>>
高仿Instagram 页面效果android特效
查看>>
我的友情链接
查看>>
Juniper 基于路由的×××
查看>>
HDU - 2018 - 母牛的故事(dp)
查看>>
基于matlab的fft变换中参数的设置
查看>>
如何查找JSP页面中的错误
查看>>
2016 年总结
查看>>
Python学习开始
查看>>
VC6.0之Debug调试总结
查看>>
Android应用程序消息处理机制(Looper、Handler)分析(4)
查看>>
C++ 类成员的构造和析构顺序
查看>>
将String转化成Stream,将Stream转换成String
查看>>
java路径Java开发中获得非Web项目的当前项目路径
查看>>
Google API设计指南-资源名称
查看>>
最全React技术栈技术资料汇总(收藏)
查看>>
bat文件的一些小技巧
查看>>
【工具使用系列】关于 MATLAB 遗传算法与直接搜索工具箱,你需要知道的事
查看>>
flex 学习笔记 stage
查看>>
Kali-linux Arpspoof工具
查看>>