Skip to content

Commit 284d02f

Browse files
authored
Set InvariantGlobalization in BasicMinimalApi and BasicGrpc apps (#1803)
* Set InvariantGlobalization in BasicMinimalApi and BasicGrpc apps The api template is updating, see dotnet/aspnetcore#47066. This syncs that change here.
1 parent 9fbee1d commit 284d02f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/BenchmarksApps/BasicMinimalApi/BasicMinimalApi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<ServerGarbageCollection>false</ServerGarbageCollection>
8+
<InvariantGlobalization>true</InvariantGlobalization>
89
<!--
910
Work around https://github.com/dotnet/linker/issues/3061.
1011
This is needed even with EnableRequestDelegateGenerator because not all MapGet methods are supported yet.

src/BenchmarksApps/Grpc/BasicGrpc/BasicGrpc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<ServerGarbageCollection>false</ServerGarbageCollection>
8+
<InvariantGlobalization>true</InvariantGlobalization>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)