We run our app in an Azure WebService, which currently has .NET runtime 6.0.1 installed. When will 6.0.3 be available (including a fix for F# task CEs)?
Or more generally, what is the update cycle for .NET runtime versions on Azure WebApps?
We run our app in an Azure WebService, which currently has .NET runtime 6.0.1 installed. When will 6.0.3 be available (including a fix for F# task CEs)?
Or more generally, what is the update cycle for .NET runtime versions on Azure WebApps?
See
https://docs.microsoft.com/en-us/azure/app-service/overview-patch-os-runtime
You can also do a self contained deployment if you need the patch
https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained
Thanks for the links!
Now, I just wonder why our App Services still run .NET 6.0.1 and not .NET 6.0.2. Didn't pass enough time for the 6.0.2 to be installed?
20 people are following this question.
How do I configure my multithreaded .NET 6 application to use all Windows CPU groups?
How to do encrypt and decrypt data using Cryptography API Next Generation (CNG) in C#?
What is diffrent beween CNG and Microsoft Key storage provider?
How to implement NCryptSignHash and NCryptVerifySignature in C#?
How to use Microsoft software Key Storage Provider in Windows 10 and Windows Server 2016?