关于[Incremental ASP.NET Migration Tooling Preview 2]的摘要:
Last month, we introduced preview tooling to incrementally migrate ASP.NET apps to ASP.NET Core. The tooling comprised two components – a Visual Studio extension that created a new ASP.NET Core app alongside an existing ASP.NET app such that endpoints could be gradually moved from one app to the other, and a library of System.Web adapter APIs allowing code to reference common System.Web APIs while targeting .NET Standard 2.0 and being usable in both ASP.NET and ASP.NET Core contexts.
原文地址: https://devblogs.microsoft.com/dotnet/incremental-asp-net-migration-tooling-preview-2/