简体   繁体   English

我应该在框架更新到新版本时重新发布我的项目吗?

[英]Should I republish my project while the framework update to a new version?

I have some Win Forms/WPF/ASP.NET Core projects published with framework-dependent.我发布了一些依赖于框架的 Win Forms/WPF/ASP.NET Core 项目。

A few days ago I migrated them from .NET Core 3 to .NET 5 preview8 .几天前,我将它们从 .NET Core 3 迁移到 .NET 5 preview8。 Today Microsoft published .NET 5 RC1.今天微软发布了.NET 5 RC1。

In my opinion, I must change the target framework and republish the project if I migrated from .NET Core 3 to .NET 5. But I am not sure whether I should republish the project while just update from .net 5 preview8 to .NET 5 RC1.在我看来,如果我从 .NET Core 3 迁移到 .NET 5,我必须更改目标框架并重新发布项目。但我不确定是否应该重新发布项目,而只是从 .net 5 preview8 更新到 .NET 5 RC1。 Or I just need to update the runtime only.或者我只需要更新运行时。

Maybe it is a stupid question but republishes so many projects again is a huge work.也许这是一个愚蠢的问题,但再次重新发布这么多项目是一项巨大的工作。 Please help me.请帮我。

Today with the RC1 NET 5 is ready ( and licensed ) for production use.今天 RC1 NET 5 已准备好(并获得许可)用于生产用途。 So yes, you must update everything again所以是的,你必须再次更新所有内容

Because .NET 5 is in-progress of development, you should republish your application.由于 .NET 5 正在开发中,您应该重新发布您的应用程序。 Many fix bug, new feature you need update.许多修复错误,您需要更新的新功能。 Let's see change log: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md#notable-changes-in-500-rc-1让我们看看更改日志: https : //github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md#notable-changes-in-500-rc-1

暂无
暂无

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

相关问题 我的项目中安装了哪个版本的Entity Framework? - Which version of Entity Framework is installed in my project? 以编程方式检查.NET Framework版本-我应该吗? - Programatically check for version .NET Framework - Should I? 我是否更愿意购买商业框架或创建我自己的相同功能版本? (经典“创造与购买”) - Should I prefer purchasing a commercial framework or creating my own version of the same functionality? (classic “Create vs Buy”) 我应该使用类库来定位.NET Framework和C#版本? - What .NET Framework and C# version should I target with my class library? 我应该将文件更新逻辑构建到我的统一项目中还是让它独立运行? - Should I build my file update logic into my unity project or leave it stand-alone? .Net Web Api:为什么要在Web Api控制器项目上安装Entity Framework? - .Net Web Api: Why should I install Entity Framework on my Web Api controllers project? 如果仅参考版本更改,我是否应该更新程序集版本? - Should I update version of assembly if only reference version changed? 我应该在C#程序中使用.NET Framework 3.5检测Windows 8.1的正确操作系统版本? - What should I do in my C# program to detect the correct OS version for Windows 8.1, using .NET Framework 3.5? 我的项目可以引用针对较低版本.net框架的程序集吗? - Can my project reference an assembly targeting a lower version of .net framework? 将 Web 应用项目添加到我的解决方案中,并且解决方案中的其他项目已经使用 .net 框架,我可以将 .net 核心用于新项目吗? - adding a web app project to my solution, and the other projects in the solution already use .net framework, can I use .net core for the new project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM