Microsoft.icu.icu4c.runtime fails in latest version

Hi.
After self-install on azure of umbraco cms updated to latest release, I see the microsoft.icu.icu4c.runtime is version 68.xx and nuget says the latest stable version is 72.xx.
But when I update the icu it makes the install fail. It can’t even load. I think there is a bug and it happens in this umbraco code section:
private static nint LoadLibrary(string library, bool failOnLoadFailure)
{
if (!NativeLibrary.TryLoad(library, typeof(object).Assembly, DllImportSearchPath.ApplicationDirectory | DllImportSearchPath.System32, out var handle) && failOnLoadFailure)
{
Environment.FailFast("Failed to load app-local ICU: " + library);
}
return handle;
}.
Error message in debug mode is this:
System.ExecutionEngineException
HResult=0x80131506
Message=Exception of type ‘System.ExecutionEngineException’ was thrown.
Please investigate - best regards Lars


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/113682-microsofticuicu4cruntime-fails-in-latest-version