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 diff --git a/global.json b/global.json index 73bdd84..6b64107 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.0.0-preview2-006497" + "version": "2.2.103" } }