From beaca14cf83b1179cb1c9e482e6226d4573ae061 Mon Sep 17 00:00:00 2001 From: Rik Svendsen Rose Date: Sun, 29 Nov 2020 10:33:36 +0100 Subject: [PATCH] change 261 to netcoreapp3.1 as it will also test .netstandard sdk #564 --- src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj b/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj index a4a66fbf53..7d8e4aeadb 100644 --- a/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj +++ b/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj @@ -1,7 +1,7 @@  - net45;net461;net5.0 + net45;netcoreapp3.1;net5.0 @@ -52,12 +52,10 @@ + + - - - -