Skip to content

Commit 5b51aad

Browse files
Merge #615
615: Update Meilisearch.csproj fix publish r=curquiza a=danFbach # Pull Request ## Related issue Fixes #605 ## What does this PR do? - sets property in csproj - lets just throw it all at the wall? this solution was referenced in the official dotnet repo and also suggested by chatgpt 👍 ![image](https://github.com/user-attachments/assets/ca42a002-3eb8-4eba-b45b-0967a4f26c9e) ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ ] Have you read the contributing guidelines? - [ ] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Dan <[email protected]>
2 parents 295b15c + 712aaa9 commit 5b51aad

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)