From 392137ecb38d7403620054163b15102bea840a6c Mon Sep 17 00:00:00 2001 From: nivalxer Date: Fri, 29 Dec 2023 22:48:27 +0800 Subject: [PATCH] change appveyor to support .net8 Signed-off-by: nivalxer --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b3954a0..049b2de 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ version: 0.7.0.{build} pull_requests: do_not_increment_build_number: true -image: Visual Studio 2019 +image: Visual Studio 2022 build_script: - cmd: powershell .\build.ps1 -target PR test: off