Browse Source

Fix build

pull/998/merge
Siegfried Pammer 8 years ago
parent
commit
c77afa65cb
  1. 3
      ICSharpCode.Decompiler/DotNetCore/DotNetCorePathFinderExtensions.cs

3
ICSharpCode.Decompiler/DotNetCore/DotNetCorePathFinderExtensions.cs

@ -1,10 +1,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO;
using System.Linq;
using ICSharpCode.Decompiler.TypeSystem.Implementation; using ICSharpCode.Decompiler.TypeSystem.Implementation;
using Mono.Cecil; using Mono.Cecil;
using Newtonsoft.Json.Linq;
namespace ICSharpCode.Decompiler namespace ICSharpCode.Decompiler
{ {

Loading…
Cancel
Save