Skip to content

Commit 84e6b4f

Browse files
authored
Merge pull request #18 from nblumhardt/fix-build
Update build worker and target SDK to get CI happy again
2 parents 247995c + f443d84 commit 84e6b4f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: '{build}'
22
skip_tags: true
3-
image: Visual Studio 2019
4-
configuration: Release
3+
image: Visual Studio 2022
54
test: off
65
build_script:
76
- ps: ./Build.ps1

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.202",
4-
"rollForward": "latestPatch"
3+
"version": "6.0.101",
4+
"rollForward": "latestFeature"
55
}
66
}

0 commit comments

Comments
 (0)