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" } }