diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-29 16:30:07 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-29 16:30:07 +0300 |
commit | 878ef4e6d32268cba6a172fa766acf7f2c80ca82 (patch) | |
tree | ab59f97a761e5ada10a213901d9989a05844af97 | |
parent | 9a02949235ba559e17d237036e03828ad62088a5 (diff) |
Set InvariantGlobalization to false
-rw-r--r-- | MyDarling.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MyDarling.csproj b/MyDarling.csproj index 3909c91..3179cb5 100644 --- a/MyDarling.csproj +++ b/MyDarling.csproj @@ -4,6 +4,7 @@ <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> + <InvariantGlobalization>false</InvariantGlobalization> </PropertyGroup> <ItemGroup> |