From c589c3793d4fcb2a008a73372eb1774fdc1b652b Mon Sep 17 00:00:00 2001 From: adams85 <31276480+adams85@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:51:38 +0200 Subject: [PATCH] Attempt at fixing appveyor build (#99) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index aa08bb3..7b8ef77 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: - ps: | dotnet tool install -g InheritDocTool Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile dotnet-install.ps1 - ./dotnet-install.ps1 -Channel 8.0 + ./dotnet-install.ps1 -Channel 5.0 build_script: - cmd: echo __BUILD__ - dotnet restore src/ConfigCatClient.sln