From 349d099c9ea7791a84056a1a6a35cb939d6fe0dd Mon Sep 17 00:00:00 2001 From: Max Vorchakov Date: Sun, 10 Dec 2023 18:08:12 +0100 Subject: [PATCH] Support of multiple frameworks --- Directory.Build.props | 2 +- samples/PowerPipe.Sample/PowerPipe.Sample.csproj | 5 +++-- ...Pipe.Extensions.MicrosoftDependencyInjection.csproj | 10 +++++++++- tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj | 3 +-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7ff24a6..be75675 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net6.0 + net6.0;net7.0;net8.0 logo.png true diff --git a/samples/PowerPipe.Sample/PowerPipe.Sample.csproj b/samples/PowerPipe.Sample/PowerPipe.Sample.csproj index 5961fcc..6ed4bad 100644 --- a/samples/PowerPipe.Sample/PowerPipe.Sample.csproj +++ b/samples/PowerPipe.Sample/PowerPipe.Sample.csproj @@ -1,6 +1,7 @@ + net8.0 Exe false false @@ -12,8 +13,8 @@ - - + + diff --git a/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj b/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj index b4a4dd6..f5f9bd0 100644 --- a/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj +++ b/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj @@ -8,8 +8,16 @@ - + + + + + + + + + diff --git a/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj b/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj index 65f45b7..9cd47b2 100644 --- a/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj +++ b/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj @@ -1,6 +1,7 @@ + net6.0 false false @@ -31,6 +32,4 @@ - -