mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
docs: fix MSBuild property InvariantGlobalization (#44572)
This commit is contained in:
parent
e33ba5d5f2
commit
379003e0c1
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue