Hi,
I upgraded from Fedora 36 to 37 today. Since then, I get the following error when executing dotnet run:
FailFast: Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
The libicu package is installed on my system and I can find it in /usr/lib64. Did something change in the libicu package to cause this incompatibility?