We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295b15c commit 712aaa9Copy full SHA for 712aaa9
src/Meilisearch/Meilisearch.csproj
@@ -19,7 +19,9 @@
19
<!-- You may want to remove the NoWarn node in case documentation will be mandatory in the future -->
20
<NoWarn Condition=" '$(Configuration)' == 'Release'">$(NoWarn);1591</NoWarn>
21
</PropertyGroup>
22
-
+ <PropertyGroup>
23
+ <InvariantGlobalization>true</InvariantGlobalization>
24
+ </PropertyGroup>
25
<ItemGroup>
26
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />
27
<PackageReference Include="System.Net.Http.Json" Version="6.0.2" />
0 commit comments