Skip to content

Commit 17f8bb2

Browse files
committed
Fixed localization issue caused by AOT on Linux
1 parent 0cb782e commit 17f8bb2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/examples/CommandLineAMI/CommandLineAMI.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>true</ImplicitUsings>
9-
<Version>5.0.0</Version>
9+
<Version>5.17.0</Version>
10+
<PublishAot>true</PublishAot>
11+
<InvariantGlobalization>true</InvariantGlobalization>
1012
</PropertyGroup>
1113

1214
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Bench|AnyCPU'">

src/examples/HyParViewPeer/HyParViewPeer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ImplicitUsings>true</ImplicitUsings>
99
<Version>5.17.0</Version>
1010
<PublishAot>true</PublishAot>
11+
<InvariantGlobalization>true</InvariantGlobalization>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Bench|AnyCPU'">

src/examples/RaftNode/RaftNode.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ImplicitUsings>true</ImplicitUsings>
99
<Version>5.17.0</Version>
1010
<PublishAot>true</PublishAot>
11+
<InvariantGlobalization>true</InvariantGlobalization>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Bench|AnyCPU'">

0 commit comments

Comments
 (0)