xproj/project.json 什么时候离开?
When is xproj/project.json going away?
我一直在阅读关于 project.json 从 5 月开始就消失的消息,还告诉我它将 done/removed 在某个地方的 Preview2 工具中。
然后在以后的一些帖子中,project.json 不会立即消失,但只有 xproj 将与 Preview2 一起转换为 csproj。
但是我使用的是最新的工具,最新的 .NET Core,它仍然存在 :) project.json 和 xproj。
有人知道当前的计划是什么时候吗?
Q4 2016 / Q1 2017
This will be the first minor update, mainly focused on replacing .xproj/project.json with .csproj/MSBuild. Project format update should be automatic. Just opening a 1.0 project will update it to the new project format. There will also be new functionality and improvements in the runtime and libraries.
As context, .NET Core 1.0 included a preview version of the .NET Core Tools, referred to as “Preview 2”. The tools were “preview” primarily because we knew that we would change the tools experience post 1.0. .NET Core and the .NET Core Tools will both be “RTM quality” or “stable” with this release.
我一直在阅读关于 project.json 从 5 月开始就消失的消息,还告诉我它将 done/removed 在某个地方的 Preview2 工具中。
然后在以后的一些帖子中,project.json 不会立即消失,但只有 xproj 将与 Preview2 一起转换为 csproj。
但是我使用的是最新的工具,最新的 .NET Core,它仍然存在 :) project.json 和 xproj。
有人知道当前的计划是什么时候吗?
Q4 2016 / Q1 2017
This will be the first minor update, mainly focused on replacing .xproj/project.json with .csproj/MSBuild. Project format update should be automatic. Just opening a 1.0 project will update it to the new project format. There will also be new functionality and improvements in the runtime and libraries.
As context, .NET Core 1.0 included a preview version of the .NET Core Tools, referred to as “Preview 2”. The tools were “preview” primarily because we knew that we would change the tools experience post 1.0. .NET Core and the .NET Core Tools will both be “RTM quality” or “stable” with this release.