We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e554a commit 86bfa06Copy full SHA for 86bfa06
HardVacuumRobot/HardVacuumRobot.csproj
@@ -5,6 +5,10 @@
5
<TargetFramework>netcoreapp3.1</TargetFramework>
6
</PropertyGroup>
7
8
+ <ItemGroup>
9
+ <RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
10
+ </ItemGroup>
11
+
12
<ItemGroup>
13
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0" />
14
<PackageReference Include="Discord.Net" Version="3.5.0" />
0 commit comments