From 5388a18c4622bec4936d17569027172cbd037488 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 29 Sep 2019 12:14:29 +0200 Subject: [PATCH 1/2] Remove old hacks for decompiler csproj --- ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 6 ++---- global.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index 9f2c10d1b..fe8e13487 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -1,6 +1,5 @@  - - + netstandard2.0 @@ -620,12 +619,11 @@ - - powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/update-assemblyinfo.ps1 $(Configuration) + \ No newline at end of file diff --git a/global.json b/global.json index 6ba836210..6e5ed6274 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { - "MSBuild.Sdk.Extras": "2.0.24" + "MSBuild.Sdk.Extras": "2.0.54" }, "sdk": { "version": "3.0.100" From 7de25bc4b59c84f39ec17e7c848ed81ccbfe98e1 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 29 Sep 2019 12:22:22 +0200 Subject: [PATCH 2/2] Change target name to using BeforeTargets --- ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index fe8e13487..cd5bc932b 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -619,7 +619,7 @@ - + powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/update-assemblyinfo.ps1 $(Configuration)