From 164aa79daef4c71dab817f63b58c4cf02769a293 Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Fri, 1 Aug 2025 15:17:27 +0200 Subject: [PATCH] Use central package management --- Directory.Packages.props | 24 +++++++++++++++++++ .../PresentPortal.ApiService.csproj | 4 ++-- .../PresentPortal.AppHost.csproj | 4 ++-- .../PresentPortal.ServiceDefaults.csproj | 14 +++++------ .../PresentPortal.Tests.csproj | 10 ++++---- PresentPortal.Web/PresentPortal.Web.csproj | 2 +- PresentPortal.slnx | 3 +++ 7 files changed, 44 insertions(+), 17 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..7563417 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,24 @@ + + + + true + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PresentPortal.ApiService/PresentPortal.ApiService.csproj b/PresentPortal.ApiService/PresentPortal.ApiService.csproj index cd9d7ec..75c1a25 100644 --- a/PresentPortal.ApiService/PresentPortal.ApiService.csproj +++ b/PresentPortal.ApiService/PresentPortal.ApiService.csproj @@ -7,11 +7,11 @@ - + - + diff --git a/PresentPortal.AppHost/PresentPortal.AppHost.csproj b/PresentPortal.AppHost/PresentPortal.AppHost.csproj index 29d3867..7d6e4ff 100644 --- a/PresentPortal.AppHost/PresentPortal.AppHost.csproj +++ b/PresentPortal.AppHost/PresentPortal.AppHost.csproj @@ -17,8 +17,8 @@ - - + + diff --git a/PresentPortal.ServiceDefaults/PresentPortal.ServiceDefaults.csproj b/PresentPortal.ServiceDefaults/PresentPortal.ServiceDefaults.csproj index 6a8950a..4618ce9 100644 --- a/PresentPortal.ServiceDefaults/PresentPortal.ServiceDefaults.csproj +++ b/PresentPortal.ServiceDefaults/PresentPortal.ServiceDefaults.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + diff --git a/PresentPortal.Tests/PresentPortal.Tests.csproj b/PresentPortal.Tests/PresentPortal.Tests.csproj index 20a342d..ee5c2b3 100644 --- a/PresentPortal.Tests/PresentPortal.Tests.csproj +++ b/PresentPortal.Tests/PresentPortal.Tests.csproj @@ -10,11 +10,11 @@ - - - - - + + + + + diff --git a/PresentPortal.Web/PresentPortal.Web.csproj b/PresentPortal.Web/PresentPortal.Web.csproj index 2c7e42e..aa2a367 100644 --- a/PresentPortal.Web/PresentPortal.Web.csproj +++ b/PresentPortal.Web/PresentPortal.Web.csproj @@ -11,7 +11,7 @@ - + diff --git a/PresentPortal.slnx b/PresentPortal.slnx index 0647a3b..38dc7f5 100644 --- a/PresentPortal.slnx +++ b/PresentPortal.slnx @@ -1,4 +1,7 @@  + + +