From 456278f109b5778d8fd8e471991db9bbe6191ebe Mon Sep 17 00:00:00 2001 From: Thomas Fuchs Date: Fri, 21 Jul 2023 10:59:50 +0200 Subject: [PATCH] Run ASP tests as NET6 --- .github/workflows/build-test-linux.yml | 3 ++- .../Castle.Facilities.AspNetCore.Tests.csproj | 6 +++--- src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test-linux.yml b/.github/workflows/build-test-linux.yml index 75cb0f9bf..37880ad8b 100644 --- a/.github/workflows/build-test-linux.yml +++ b/.github/workflows/build-test-linux.yml @@ -30,4 +30,5 @@ jobs: - name: Test on .NET 6.0 run: | dotnet test src/Castle.Windsor.Tests -c Release -f net6.0 --no-build --no-restore -l "console;verbosity=detailed" - dotnet test src/Castle.Windsor.Extensions.DependencyInjection.Tests -c Release -f net6.0 --no-build --no-restore -l "console;verbosity=detailed" \ No newline at end of file + dotnet test src/Castle.Facilities.AspNetCore.Tests -c Release -f net6.0 --no-build --no-restore -l "console;verbosity=detailed" + dotnet test src/Castle.Windsor.Extensions.DependencyInjection.Tests -c Release -f net6.0 --no-build --no-restore -l "console;verbosity=detailed" diff --git a/src/Castle.Facilities.AspNetCore.Tests/Castle.Facilities.AspNetCore.Tests.csproj b/src/Castle.Facilities.AspNetCore.Tests/Castle.Facilities.AspNetCore.Tests.csproj index a8077e09a..db42d80d6 100644 --- a/src/Castle.Facilities.AspNetCore.Tests/Castle.Facilities.AspNetCore.Tests.csproj +++ b/src/Castle.Facilities.AspNetCore.Tests/Castle.Facilities.AspNetCore.Tests.csproj @@ -1,13 +1,13 @@ - + - netcoreapp3.1 + net6.0 - + diff --git a/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj b/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj index e508112e8..f0e9932ea 100644 --- a/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj +++ b/src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj @@ -54,7 +54,7 @@ - + @@ -68,7 +68,7 @@ - + $(DefineConstants);FEATURE_THREADABORT;FEATURE_WPF;FEATURE_CONSOLETRACELISTENER