mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
set System.Globalization.UseNls. new ICU is a stupid breaking change on string.indexof, etc
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"configProperties": {
|
||||
"System.GC.Server": false,
|
||||
"System.Drawing.EnableUnixSupport": true
|
||||
"System.Drawing.EnableUnixSupport": true,
|
||||
"System.Globalization.UseNls": true
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"configProperties": {
|
||||
"System.GC.Server": false,
|
||||
"System.Drawing.EnableUnixSupport": true
|
||||
"System.Drawing.EnableUnixSupport": true,
|
||||
"System.Globalization.UseNls": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user