From 77ac7c904e894dd80848547363b85a06678c69dd Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 24 Sep 2019 17:31:56 +0200 Subject: [PATCH] Update to AvalonEdit 6.0 RTM Update AppVeyor script to no longer install netcore3 SDK (VS 16.3 includes that) Set global.json to netcore3 RTM --- ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj | 2 +- ILSpy/ILSpy.csproj | 2 +- appveyor.yml | 1 - global.json | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj index 741f1b8ad..df44e2bc2 100644 --- a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj +++ b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj @@ -37,7 +37,7 @@ - + diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index e2937722f..c20d592e6 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -48,7 +48,7 @@ - + diff --git a/appveyor.yml b/appveyor.yml index 537d49fd9..fc375a725 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,6 @@ configuration: image: Visual Studio 2019 install: -- cmd: choco install dotnetcore-sdk --pre - git submodule update --init --recursive - ps: .\BuildTools\appveyor-install.ps1 diff --git a/global.json b/global.json index 05c896433..6ba836210 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "MSBuild.Sdk.Extras": "2.0.24" }, "sdk": { - "version": "3.0.100-rc1" + "version": "3.0.100" } }