.NET cannot find ICU package since upgrading to Fedora 37

,

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?

What is the output of dnf list installed *libicu*?
I have this.

# dnf list installed *libicu*
Installed Packages
libicu.i686                                                        71.1-2.fc37                                                   @fedora 
libicu.x86_64                                                      71.1-2.fc37                                                   @fedora 
libicu-devel.x86_64                                                71.1-2.fc37                                                   @fedora 

I had to mask the asterisks to get a match.

dnf list installed \*libicu\*
Installed Packages
libicu.x86_64                           71.1-2.fc37                      @fedora
libicu-devel.x86_64                     71.1-2.fc37                      @fedora