Skip to content

Commit

Permalink
Testing turning off internationalization as a way to get netcoreapp3.…
Browse files Browse the repository at this point in the history
…1 tests running on Ubuntu 24
  • Loading branch information
rkargMsft committed Jan 8, 2025
1 parent 4fae612 commit 0b32cbe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsTestProject>true</IsTestProject>
Expand All @@ -7,6 +7,7 @@
<OrleansBuildTimeCodeGen>true</OrleansBuildTimeCodeGen>
<ImplicitUsings>disable</ImplicitUsings>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b32cbe

Please sign in to comment.