From 2197d44ea5dca69c762dbc06168b87c0ea22b898 Mon Sep 17 00:00:00 2001 From: imperugo Date: Sat, 23 Dec 2023 15:55:34 +0100 Subject: [PATCH] Removed also netcoreapp from targets --- Directory.Build.props | 6 +++--- ...kExchange.Redis.Extensions.AspNetCore.csproj | 13 +++---------- ...kExchange.Redis.Extensions.Core.Tests.csproj | 17 ++++++----------- 3 files changed, 12 insertions(+), 24 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index bcb3da44..f87d8c86 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,9 +8,9 @@ - netstandard2.1;netcoreapp2.1;net6.0;net7.0;net8.0; - netstandard2.1;netcoreapp2.1;net6.0;net7.0; - netstandard2.1;netcoreapp2.1;net6.0;net7.0;net8.0; + netstandard2.1;net6.0;net7.0;net8.0; + netstandard2.1;net6.0;net7.0; + netstandard2.1;net6.0;net7.0;net8.0; netstandard2.1;net6.0;net7.0;net8.0; True True diff --git a/src/aspnet/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj b/src/aspnet/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj index cab927fb..43168004 100644 --- a/src/aspnet/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj +++ b/src/aspnet/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj @@ -1,9 +1,9 @@  - netstandard2.1;netcoreapp3.1;net6.0;net7.0;net8.0 - netstandard2.1;netcoreapp3.1;net6.0;net7.0;net7.0 - netstandard2.1;netcoreapp3.1;net6.0;net7.0;net8.0 + netstandard2.1;net6.0;net7.0;net8.0 + netstandard2.1;net6.0;net7.0;net7.0 + netstandard2.1;net6.0;net7.0;net8.0 netstandard2.1;net6.0;net7.0;net8.0 StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core. StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core with the scope to simply the library configuration into the dependency injection @@ -24,13 +24,6 @@ - - - - - - - diff --git a/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj b/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj index 4b2a82fc..8d8f278b 100644 --- a/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj +++ b/tests/StackExchange.Redis.Extensions.Core.Tests/StackExchange.Redis.Extensions.Core.Tests.csproj @@ -1,9 +1,8 @@  - netcoreapp2.1;net6.0;net7.0;;net8.0 - netcoreapp2.1;net6.0;net7.0;net8.0; - netcoreapp2.1;net6.0;net7.0;net8.0; + net6.0;net7.0;;net8.0 + net6.0;net7.0;net8.0; net6.0;net7.0;net8.0; false true @@ -26,14 +25,6 @@ - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - @@ -60,6 +51,10 @@ + + + + PreserveNewest