1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

docs: fix MSBuild property InvariantGlobalization (#44572)

This commit is contained in:
谭九鼎 2020-11-12 10:20:25 +08:00 committed by GitHub
parent e33ba5d5f2
commit 379003e0c1
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,9 +103,9 @@ Applications can enable the invariant mode by either of the following:
1. in project file:
```xml
<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
</ItemGroup>
<PropertyGroup>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
```
2. in `runtimeconfig.json` file: