Skip to content

Commit 86bfa06

Browse files
committed
Workaround ICU not found
dotnet/core#2186
1 parent 36e554a commit 86bfa06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HardVacuumRobot/HardVacuumRobot.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
</PropertyGroup>
77

8+
<ItemGroup>
9+
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
10+
</ItemGroup>
11+
812
<ItemGroup>
913
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
1014
<PackageReference Include="Discord.Net" Version="3.5.0" />

0 commit comments

Comments
 (0)