mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Packages update
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="HtmlAgilityPack" Version="1.5.5" />
|
<PackageReference Include="HtmlAgilityPack" Version="1.5.6-beta2" />
|
||||||
<PackageReference Include="Humanizer" Version="2.2.0" />
|
<PackageReference Include="Humanizer" Version="2.2.0" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
|
||||||
<PackageReference Include="NLog" Version="5.0.0-beta10" />
|
<PackageReference Include="NLog" Version="5.0.0-beta10" />
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
|
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
[assembly: InternalsVisibleTo("ArchiSteamFarm.Tests")]
|
[assembly: InternalsVisibleTo("ArchiSteamFarm.Tests")]
|
||||||
@@ -172,7 +172,6 @@ namespace ArchiSteamFarm {
|
|||||||
// This constructor is used only by deserializer
|
// This constructor is used only by deserializer
|
||||||
private BotConfig() { }
|
private BotConfig() { }
|
||||||
|
|
||||||
// Functions below are used for skipping serialization of sensitive fields in API response
|
|
||||||
public bool ShouldSerializeSteamLogin() => false;
|
public bool ShouldSerializeSteamLogin() => false;
|
||||||
public bool ShouldSerializeSteamParentalPIN() => false;
|
public bool ShouldSerializeSteamParentalPIN() => false;
|
||||||
public bool ShouldSerializeSteamPassword() => false;
|
public bool ShouldSerializeSteamPassword() => false;
|
||||||
|
|||||||
Reference in New Issue
Block a user