简体   繁体   English

是否可以将 .NET Core (.NET 6) 迁移到 .Net Framework?

[英]Is possible migrate .NET Core (.NET 6) to .Net Framework?

I googled...我用谷歌搜索...

I only saw way to migrate... .Net Framework to.Net Core , but no on the contrary( .Net core to.Net Framework )?我只看到了将... .Net Framework 迁移到 .Net Core的方法,但没有相反的方法( .Net core 到 .Net Framework )?

If have take.Net Core project and need migrate to.Net Framework?如果有.Net Core项目需要迁移到.Net Framework? (is there any way?)... just curiosity. (有什么办法吗?)...只是好奇。

Possibility of a practical solution or a tool that did this可行的解决方案或工具的可能性

I have not undertaken such a move manually but .NET Framework is at its end.我没有手动进行这样的移动,但 .NET 框架已经结束了。 All future .NET developments will proceed under .NET (Core)所有未来的 .NET 开发将在 .NET(核心)下进行

.NET Framework 4.6.x and above will be frozen in long term support for about 10 years, getting critical updates for ie security but no newly developed features. .NET Framework 4.6.x 及更高版本将冻结大约 10 年的长期支持,获得 ie 安全性的关键更新,但没有新开发的功能。 This breakdown gives concrete dates for .NET Framework's lifecycles. 此细分给出了 .NET 框架生命周期的具体日期。 To be honest, I am also unsure how long the support for various nuget packages for Framework will be kept up.老实说,我也不确定对框架的各种 nuget 包的支持会持续多久。 Just because 4.6+ will be around for long, doesn't mean each and every 3rd party library will be getting updates.仅仅因为 4.6+ 将存在很长时间,并不意味着每个第 3 方库都会得到更新。 These are individuals and companies that most likely will be allocating their resources to cutting edge developments for .NET, not for .NET Framework这些个人和公司最有可能将资源分配给 .NET 的前沿开发,而不是 .NET 框架

.NET Framework by definition is Windows only, while .NET is cross platform. .NET Framework 根据定义只有 Windows,而 .NET 是跨平台的。 You should be using .NET from now on从现在开始你应该使用 .NET

Also, take from me personally, I am stuck on .NET Framework 4.6 at my job and there are a lot of really cool things that are being added to the language that I wish I could use.另外,就我个人而言,我在工作中坚持使用 .NET Framework 4.6,并且有很多非常酷的东西被添加到我希望我可以使用的语言中。 Don't constrain yourself to .NET Framework if don't have to如果不需要,不要将自己限制在 .NET 框架

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM