Skip to content

Commit 712aaa9

Browse files
authored
Update Meilisearch.csproj
1 parent 295b15c commit 712aaa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Meilisearch/Meilisearch.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<!-- You may want to remove the NoWarn node in case documentation will be mandatory in the future -->
2020
<NoWarn Condition=" '$(Configuration)' == 'Release'">$(NoWarn);1591</NoWarn>
2121
</PropertyGroup>
22-
22+
<PropertyGroup>
23+
<InvariantGlobalization>true</InvariantGlobalization>
24+
</PropertyGroup>
2325
<ItemGroup>
2426
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />
2527
<PackageReference Include="System.Net.Http.Json" Version="6.0.2" />

0 commit comments

Comments
 (0)