From a10ab67a70c0bf88d9fa04e3963f998cebe1488b Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Thu, 1 Jun 2023 21:22:11 +0900 Subject: [PATCH] Fix the configuration for appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4cfced2..0e84b91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,6 @@ test_script: dotnet test - cd ..\IPAddressRange.Test\bin\Debug\net452 + cd ..\IPAddressRange.Test\bin\Debug\net462 vstest.console /logger:Appveyor IPAddressRange.Test.dll