Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将应用程序从 Webforms 转换为 .NET Core 3.1,这应该在今年年底完成。
应用程序必须随着时间的推移进行更新和维护。我看到微软将在 11 月发布 .NET 5,但它将是一个非 LTS 版本(没有长期支持)。
现在转换更好,还是我应该等待计划于 2021 年发布的 .NET 6(LTS 版本)?
如果应用程序移植到 .NET Core 3.1,您只需稍作更改即可迁移到 .NET 5。
因此,继续迁移到 .NET 3.1,它是 .NET 5 的基础。
看看 Preview 6公告。