From a31b74da75ce44d684900ef848b6aecb5a22f95f Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 30 Nov 2017 14:21:50 -0600 Subject: [PATCH] Reference Mono.Cecil using a package reference instead of a submodule --- .../ICSharpCode.Decompiler.Tests.csproj | 1 - ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 5 +---- .../ICSharpCode.Decompiler.nuspec.template | 5 +---- ILSpy.AddIn/ILSpy.AddIn.csproj | 2 -- ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj | 1 - ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj | 3 --- ILSpy/ILSpy.csproj | 2 -- TestPlugin/TestPlugin.csproj | 1 - cecil | 2 +- 9 files changed, 3 insertions(+), 19 deletions(-) diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index b794dcf87..c195c76d0 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -39,7 +39,6 @@ - diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index 339128021..d7eec9c4d 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -50,14 +50,11 @@ + - - - - diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template index 60019dd7f..ec83848be 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template @@ -16,6 +16,7 @@ C# Decompiler ILSpy + @@ -23,12 +24,8 @@ - - - - \ No newline at end of file diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index 5b76b74c1..a3156ee74 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -51,8 +51,6 @@ - - diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index 3f64b981d..6c4636f92 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -37,7 +37,6 @@ - diff --git a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj index bb9bb377d..7372b21fd 100644 --- a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj +++ b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj @@ -46,9 +46,6 @@ False - - False - False diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 940fa11b7..c84505962 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -54,8 +54,6 @@ - - diff --git a/TestPlugin/TestPlugin.csproj b/TestPlugin/TestPlugin.csproj index 0b88693e2..ca465d263 100644 --- a/TestPlugin/TestPlugin.csproj +++ b/TestPlugin/TestPlugin.csproj @@ -35,7 +35,6 @@ - diff --git a/cecil b/cecil index d419d591b..14e6162ae 160000 --- a/cecil +++ b/cecil @@ -1 +1 @@ -Subproject commit d419d591b97f6c161372c985b32fdae7d93d6e68 +Subproject commit 14e6162ae535afacb69eb6df399bbc46779a4587