From 3f4978fd131e42d3ebe613b79aae071e6cbaa4e2 Mon Sep 17 00:00:00 2001 From: Mattias Karlsson Date: Fri, 26 Jun 2020 11:58:35 +0200 Subject: [PATCH] Update SDK to latest 2.1 --- appveyor.yml | 3 +++ build.ps1 | 2 +- build/global.json | 2 +- global.json | 2 +- src/Cake.Frosting/Cake.Frosting.csproj | 1 - 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3e8f855..fbd8827 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,6 @@ +# Image used +image: Visual Studio 2019 + # Build script init: - git config --global core.autocrlf true diff --git a/build.ps1 b/build.ps1 index e66c3c7..f691b99 100644 --- a/build.ps1 +++ b/build.ps1 @@ -31,7 +31,7 @@ Param( [string[]]$ScriptArgs ) -$DotNetVersion = "2.1.803"; +$DotNetVersion = "2.1.807"; $DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1"; $NugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe" diff --git a/build/global.json b/build/global.json index 399dca1..3789e80 100644 --- a/build/global.json +++ b/build/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "2.1.803", + "version": "2.1.807", "rollForward": "latestMajor" } } diff --git a/global.json b/global.json index cb890f8..3c913e7 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "2.1.803", + "version": "2.1.807", "rollForward": "latestMajor" } } diff --git a/src/Cake.Frosting/Cake.Frosting.csproj b/src/Cake.Frosting/Cake.Frosting.csproj index 7adb2a0..572f56b 100644 --- a/src/Cake.Frosting/Cake.Frosting.csproj +++ b/src/Cake.Frosting/Cake.Frosting.csproj @@ -6,7 +6,6 @@ Patrik Svensson, Mattias Karlsson, Gary Ewan Park, Alistair Chapman, Martin Björkström and contributors Cake;Build;Build automation cake-medium.png - https://raw.githubusercontent.com/cake-build/graphics/master/png/cake-medium.png MIT git https://github.com/cake-build/frosting