set System.Globalization.UseNls. new ICU is a stupid breaking change on string.indexof, etc

This commit is contained in:
UbitUmarov
2022-10-02 22:54:02 +01:00
parent 51970c6f28
commit d459bec18d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"configProperties": {
"System.GC.Server": false,
"System.Drawing.EnableUnixSupport": true
"System.Drawing.EnableUnixSupport": true,
"System.Globalization.UseNls": true
}
}

View File

@@ -1,6 +1,7 @@
{
"configProperties": {
"System.GC.Server": false,
"System.Drawing.EnableUnixSupport": true
"System.Drawing.EnableUnixSupport": true,
"System.Globalization.UseNls": true
}
}