From 517d57efcdbc3d45ba0d765651a9b6a026f5b98e Mon Sep 17 00:00:00 2001 From: Max Vorchakov Date: Fri, 22 Mar 2024 11:17:12 +0100 Subject: [PATCH] Added central package management --- Directory.Packages.props | 31 +++++++++++++++++++ PowerPipe.sln | 6 ++++ ...nsions.MicrosoftDependencyInjection.csproj | 28 ++++++----------- ...nsions.MicrosoftDependencyInjection.csproj | 28 ++++++----------- .../PowerPipe.Visualization.csproj | 29 +++++------------ src/PowerPipe/PowerPipe.csproj | 28 ++++++----------- 6 files changed, 74 insertions(+), 76 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..8e76b4a --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,31 @@ + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PowerPipe.sln b/PowerPipe.sln index 12d0f7d..b5884ef 100644 --- a/PowerPipe.sln +++ b/PowerPipe.sln @@ -16,6 +16,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPipe.Visualization.Ext EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CFF6E12F-B083-428E-990C-D1221F97D7D0}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{61C9B903-D52C-4FC4-9FD8-1D810CBFB88E}" + ProjectSection(SolutionItems) = preProject + Directory.Build.props = Directory.Build.props + Directory.Packages.props = Directory.Packages.props + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj b/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj index 69eea2d..a585a29 100644 --- a/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj +++ b/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj @@ -1,23 +1,15 @@ - - true - + + true + - - - + + + - - - + + + - - - - - - - - - + \ No newline at end of file diff --git a/src/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection.csproj b/src/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection.csproj index a40ac44..93ec5aa 100644 --- a/src/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection.csproj +++ b/src/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection/PowerPipe.Visualization.Extensions.MicrosoftDependencyInjection.csproj @@ -1,23 +1,15 @@ - - true - + + true + - - - - - - - - - - - + + + - - - + + + - + \ No newline at end of file diff --git a/src/PowerPipe.Visualization/PowerPipe.Visualization.csproj b/src/PowerPipe.Visualization/PowerPipe.Visualization.csproj index 6f46a5d..159aa8c 100644 --- a/src/PowerPipe.Visualization/PowerPipe.Visualization.csproj +++ b/src/PowerPipe.Visualization/PowerPipe.Visualization.csproj @@ -5,27 +5,12 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + @@ -41,4 +26,4 @@ - + \ No newline at end of file diff --git a/src/PowerPipe/PowerPipe.csproj b/src/PowerPipe/PowerPipe.csproj index 2c7b5f3..803c3f4 100644 --- a/src/PowerPipe/PowerPipe.csproj +++ b/src/PowerPipe/PowerPipe.csproj @@ -1,23 +1,15 @@ - - true - + + true + - - - + + + - - - + + + - - - - - - - - - + \ No newline at end of file