Skip to content

Commit 5f9549f

Browse files
Merge #612
612: Add runtimeconfig r=curquiza a=danFbach # Pull Request ## Related issue Fixes #605 ## What does this PR do? - adds runtimeconfig.json, see [dotnet issue 2186](dotnet/core#2186 (comment)) ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Dan Fehrenbach <[email protected]>
2 parents c6810ca + 7a75117 commit 5f9549f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Meilisearch/runtimeconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"runtimeOptions": {
3+
"configProperties": {
4+
"System.Globalization.Invariant": true
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)