Skip to content

Commit

Permalink
Remove Globalization.UseNls runtime host config (#752)
Browse files Browse the repository at this point in the history
Removing the globalization APIs opt-out workaround since the related issues have been fixed in TOM libs. See #324 (comment) and #464
  • Loading branch information
albertospelta authored Nov 26, 2023
1 parent 01236cd commit b66e374
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Bravo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
</AssemblyAttribute>
</ItemGroup>

<ItemGroup>
<!-- Opt-out and use NLS instead of ICU globalization APIs - see https://github.com/sql-bi/Bravo/issues/324#issuecomment-1203624655 -->
<RuntimeHostConfigurationOption Include="System.Globalization.UseNls" Value="true" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Dax.Model.Extractor" Version="1.3.3" />
Expand Down

0 comments on commit b66e374

Please sign in to comment.