Embrace madness (#2394)

* Embrace madness

* Remove unused code

* Misc

* Address Abry's note

* Update for Madness 0.3.0
This commit is contained in:
Łukasz Domeradzki
2021-08-07 14:03:46 +02:00
committed by GitHub
parent b47f290512
commit 9f281c6055
42 changed files with 151 additions and 762 deletions

View File

@@ -11,6 +11,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
<PackageReference Include="JustArchiNET.Madness" IncludeAssets="compile" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" IncludeAssets="compile" />
</ItemGroup>

View File

@@ -20,7 +20,7 @@
// limitations under the License.
#if NETFRAMEWORK
using ArchiSteamFarm.Compatibility;
using JustArchiNET.Madness;
#endif
using System;
using System.Collections.Generic;