Skip to content

Commit

Permalink
Set InvariantGlobalization in BasicMinimalApi and BasicGrpc apps (#1803)
Browse files Browse the repository at this point in the history
* Set InvariantGlobalization in BasicMinimalApi and BasicGrpc apps

The api template is updating, see dotnet/aspnetcore#47066. This syncs that change here.
  • Loading branch information
eerhardt committed Mar 10, 2023
1 parent 9fbee1d commit 284d02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/BenchmarksApps/BasicMinimalApi/BasicMinimalApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<InvariantGlobalization>true</InvariantGlobalization>
<!--
Work around https://github.com/dotnet/linker/issues/3061.
This is needed even with EnableRequestDelegateGenerator because not all MapGet methods are supported yet.
Expand Down
1 change: 1 addition & 0 deletions src/BenchmarksApps/Grpc/BasicGrpc/BasicGrpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 284d02f

Please sign in to comment.