Make ASF compatible with global invariant mode

Requires Humanizer update
This commit is contained in:
Łukasz Domeradzki 2024-06-02 21:33:44 +02:00
parent 1d6e87d103
commit 13755d4d06
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA
2 changed files with 1 additions and 2 deletions

View file

@ -41,7 +41,6 @@ using ArchiSteamFarm.Localization;
using ArchiSteamFarm.NLog;
using ArchiSteamFarm.Storage;
using Humanizer;
using Humanizer.Localisation;
using JetBrains.Annotations;
using Microsoft.IdentityModel.JsonWebTokens;
using SteamKit2;

View file

@ -3,7 +3,7 @@
<PackageVersion Include="AngleSharp.XPath" Version="2.0.4" />
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
<PackageVersion Include="CryptSharpStandard" Version="1.0.0" />
<PackageVersion Include="Humanizer" Version="2.14.1" />
<PackageVersion Include="Humanizer" Version="3.0.0-beta.13" />
<PackageVersion Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageVersion Include="Markdig.Signed" Version="0.37.0" />
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.6.0" />