From 8e25c1aeddc57c21147c8e1ffe4d1d540d52c6f8 Mon Sep 17 00:00:00 2001 From: Campbell Suter Date: Sat, 16 Jul 2022 00:27:11 +1200 Subject: [PATCH] Switch CI to the VS2022 image for .net 6 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d25d067..a2bb23f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: '{branch}.{build}' -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: Debug assembly_info: patch: true