From 76183c529cee6d3715b65a435d679b63d17e0b9b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 13 Jul 2022 13:46:30 -0700 Subject: [PATCH] Remove explicit .NET Core 3.1 and .NET 5.0 builds --- Test/Test.csproj | 2 +- appveyor.yml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Test/Test.csproj b/Test/Test.csproj index 02d19b0b..ad588420 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -1,7 +1,7 @@  - net48;netcoreapp3.1;net5.0;net6.0 + net48;net6.0 false Exe diff --git a/appveyor.yml b/appveyor.yml index 5257191f..15ee272a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,8 +37,6 @@ build: after_build: - cd Test\bin\Debug - 7z a BurnOutSharp_net48.zip net48\* -- 7z a BurnOutSharp_netcoreapp3.1.zip netcoreapp3.1\* -- 7z a BurnOutSharp_net5.0.zip net5.0\* - 7z a BurnOutSharp_net6.0.zip net6.0\* # success/failure tracking @@ -53,9 +51,5 @@ on_failure: artifacts: - path: Test\bin\Debug\BurnOutSharp_net48.zip name: BurnOutSharp (.NET Framework 4.8) -- path: Test\bin\Debug\BurnOutSharp_netcoreapp3.1.zip - name: BurnOutSharp (.NET Core 3.1) -- path: Test\bin\Debug\BurnOutSharp_net5.0.zip - name: BurnOutSharp (.NET 5.0) - path: Test\bin\Debug\BurnOutSharp_net6.0.zip name: BurnOutSharp (.NET 6.0) \ No newline at end of file