Shawn Wildermuth (https://wildermuth.com/2016/05/12/The-Future-of-project-json-in-ASP-NET-Core)
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!
作者:蒋金楠
微信公众账号:大内老A
微博:www.weibo.com/artech
如果你想及时得到个人撰写文章以及著作的消息推送,或者想看看个人推荐的技术资料,可以扫描左边二维码(或者长按识别二维码)关注个人公众号(原来公众帐号蒋金楠的自媒体将会停用)。
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。