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:
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:
|
1. in project file:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<ItemGroup>
|
<PropertyGroup>
|
||||||
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
|
<InvariantGlobalization>true</InvariantGlobalization>
|
||||||
</ItemGroup>
|
</PropertyGroup>
|
||||||
```
|
```
|
||||||
|
|
||||||
2. in `runtimeconfig.json` file:
|
2. in `runtimeconfig.json` file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue