Skip to content

Commit

Permalink
🔨 Add invariant property on csproj
Browse files Browse the repository at this point in the history
* Some recent changes to libicu caused the bot to crash
* We weren't able to trace specific source of the issue
* We don't need globalization, so just turning it off
  • Loading branch information
Eremiell committed Apr 27, 2022
1 parent eb475ed commit ac1b024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ac1b024

Please sign in to comment.