From 709304a562be973d1346799afa8be1f43db3c128 Mon Sep 17 00:00:00 2001 From: bworline <35072931+bworline@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:35:15 -0700 Subject: [PATCH] Update appveyor image to VS 2022 (#96) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bc47c2e..f52fbae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Visual Studio 2017 +image: Visual Studio 2022 configuration: Release before_build: - cmd: nuget restore