From 9d82f411b7d088765a0b3032c89c1f0971edfdfc Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 31 Jan 2022 20:36:13 +0000 Subject: [PATCH] (build) Update to latest Build Image This is to allow for .NET 6.0 support. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 20636ca0..3cb3a0db 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ #---------------------------------# # Build Image # #---------------------------------# -image: Visual Studio 2019 +image: Visual Studio 2022 #---------------------------------# # Build Script #