Packages update

This commit is contained in:
JustArchi
2017-09-17 18:04:45 +02:00
parent 035b70458e
commit f7cf8cf3af
3 changed files with 2 additions and 3 deletions

View File

@@ -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" />

View File

@@ -24,4 +24,4 @@
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("ArchiSteamFarm.Tests")] [assembly: InternalsVisibleTo("ArchiSteamFarm.Tests")]

View File

@@ -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;