Browse Source

fix default string comparison

tags/3.0
Licshee 8 years ago
parent
commit
1287eb0fa7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/FodyWeavers.xml

+ 1
- 1
shadowsocks-csharp/FodyWeavers.xml View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Weavers> <Weavers>
<Costura /> <Costura />
<Caseless />
<Caseless StringComparison="Ordinal" />
</Weavers> </Weavers>

Loading…
Cancel
Save