From 13ea9df707e6c3ff84a9dcf88676a09f015a503d Mon Sep 17 00:00:00 2001 From: Archi Date: Fri, 30 Jul 2021 16:09:05 +0200 Subject: [PATCH] Fix STD plugin for generic-netf It failed because it couldn't find immutable collections, ASF doesn't have it either, it doesn't look like it's needed to satisfy the compiler anymore (SK2 includes it through protobuf-net) --- .../ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj | 4 ---- Directory.Packages.props | 1 - 2 files changed, 5 deletions(-) diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj index 01cec797d..b5600f6af 100644 --- a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj @@ -11,10 +11,6 @@ - - - - diff --git a/Directory.Packages.props b/Directory.Packages.props index 019d4f8fa..2a0ef2d3e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -39,6 +39,5 @@ -