Skip to content

Commit 7332262

Browse files
authored
Merge pull request #138 from SimonCropp/patch-1
move to current sdk
2 parents 507cc4b + 6c36af7 commit 7332262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '{build}'
22
skip_tags: true
3-
image: Visual Studio 2017 Preview
3+
image: Visual Studio 2019 Preview
44
configuration: Release
55
install:
66
- ps: mkdir -Force ".\build\" | Out-Null

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.0.0-preview2-006497"
3+
"version": "2.2.103"
44
}
55
}

0 commit comments

Comments
 (0)