Skip to content

Commit

Permalink
Workaround ICU not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Aug 26, 2022
1 parent 36e554a commit 86bfa06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HardVacuumRobot/HardVacuumRobot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
<PackageReference Include="Discord.Net" Version="3.5.0" />
Expand Down

0 comments on commit 86bfa06

Please sign in to comment.