From 6d09514c8939493783f7803ced8005a5fb2101ea 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 | 7 +++---- 4 files changed, 16 insertions(+), 8 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..9333e7b 100644 --- a/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj +++ b/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj @@ -1,14 +1,15 @@ + net6.0 false false - - + + @@ -31,6 +32,4 @@ - -