Azure support for .NET 4.8

心已入冬 提交于 2020-07-18 08:59:10

问题


Does anyone have any knowledge on Azure app service .NET 4.8 support. We currently have a repository that we've started to move to .NET Core but because of our dependencies, we've had to target .NET 4.8. Unfortunately, it doesn't look like Azure supports this framework version yet.

Does anyone have any ideas on timeline for if/when this might be supported? Or possible workarounds since we can't install third-party software on these services.


回答1:


Update

Jeff Martinez says:

.NET Framework 4.8 support is coming to App Service.

Public Azure cloud deployment will begin in mid-late July 2020 completing by mid-September 2020. For our Sovereign clouds, deployment will begin by mid-late August 2020 and complete by early-October 2020.


As of late August 2019, updating Azure App Service to .Net 4.8 is planned.

Reference: https://feedback.azure.com/forums/169385-web-apps/suggestions/37566262-upgrade-app-service-with-net-4-8

There have been no updates to Azure App Service since 19 August 2019.

Reference: https://azure.microsoft.com/en-au/updates/?product=app-service




回答2:


Late answer, but it has just been announced that deployment of .NET Framework 4.8 to Azure App Service will start in July 2020. See the GitHub issue.

Hope this helps anyone looking for an update on this.




回答3:


According to my research, at the moment, Azure app service does not support .Net 4.8. Azure app service just supports up to .NET framework 4.7.2. For more details, please refer to the document.

According to the situation, I suggest you make your application as a Container in Visual Studio then deploy Container to Azure or deploy your application to Azure VM.



来源:https://stackoverflow.com/questions/58294892/azure-support-for-net-4-8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!