How-to-simply...

Fix dotnet couldn't find a valid ICU package installed on the system

  • 1 Add runtimeconfig.template.json to the project root
  • 2 {"configProperties": { "System.Globalization.Invariant": true}}

References