From 3c27e7edc85250a91da1a5ee78f46c51f8a6c377 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Wed, 24 Apr 2019 12:46:07 +1000 Subject: [PATCH 1/3] move to current sdk --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 73bdd84..7ed2ef7 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.0.0-preview2-006497" + "version": "2.2.202" } } From cf578084c9caab7434633d0af72ada3ecef1e4df Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 25 Apr 2019 13:41:57 +1000 Subject: [PATCH 2/3] image: Visual Studio 2019 Preview --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0f0fb46..0847757 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: '{build}' skip_tags: true -image: Visual Studio 2017 Preview +image: Visual Studio 2019 Preview configuration: Release install: - ps: mkdir -Force ".\build\" | Out-Null From 6c36af7d5b50ec522dc09c7c0ddc9a39b5b8c88b Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 25 Apr 2019 13:47:08 +1000 Subject: [PATCH 3/3] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 7ed2ef7..6b64107 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.202" + "version": "2.2.103" } }