Skip to content

Commit cc8e49f

Browse files
committed
appveyor.yml - change to use VS2022 Build image
1 parent e3ccca9 commit cc8e49f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NuGet/cef.sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<CefSdkVer>cef.sdk.121.2.14</CefSdkVer>
4+
<CefSdkVer>cef.sdk.138.0.15</CefSdkVer>
55
</PropertyGroup>
66
</Project>

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
image: Visual Studio 2019
1+
image: Visual Studio 2022
22

3-
version: 93.0.1-CI{build}
3+
version: 138.0.15-CI{build}
44

55
shallow_clone: true
66

0 commit comments

Comments
 (0)