Removed unused imports and CommonMark dependency

This commit is contained in:
erri120 2020-02-02 13:51:15 +01:00
parent dd9baea785
commit 1bf1189f26
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135
3 changed files with 0 additions and 9 deletions

View File

@ -1,13 +1,10 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Reactive.Subjects;
using System.Threading.Tasks;
using System.Threading;
using CommonMark;
using Wabbajack.Common;
using Wabbajack.Lib.CompilationSteps;
using Wabbajack.Lib.Downloaders;

View File

@ -15,9 +15,6 @@
<PackageReference Include="Ceras">
<Version>4.1.7</Version>
</PackageReference>
<PackageReference Include="CommonMark.NET">
<Version>0.15.1</Version>
</PackageReference>
<PackageReference Include="Fody">
<Version>6.0.8</Version>
</PackageReference>

View File

@ -3,11 +3,8 @@ using System.Diagnostics;
using System.Reactive.Disposables;
using System.Windows.Documents;
using System.Windows.Navigation;
using Microsoft.VisualBasic.CompilerServices;
using ReactiveUI;
using Wabbajack.Lib;
using Wabbajack.Lib.Downloaders;
using Utils = Wabbajack.Common.Utils;
namespace Wabbajack
{