From 08e7bed75427cec7c637d58f12224e9e29df7361 Mon Sep 17 00:00:00 2001 From: Tom Brewer Date: Sun, 4 Jan 2026 07:54:04 -0700 Subject: [PATCH] feat: switch to central package management --- .../Apollo.Analysis.Worker.csproj | 2 +- Apollo.Analysis/Apollo.Analysis.csproj | 26 +++---- Apollo.Client/Apollo.Client.csproj | 16 ++--- .../Apollo.Compilation.Worker.csproj | 2 +- Apollo.Compilation/Apollo.Compilation.csproj | 8 +-- Apollo.Components/Apollo.Components.csproj | 24 +++---- Apollo.Contracts/Apollo.Contracts.csproj | 2 +- .../Apollo.Hosting.Worker.csproj | 2 +- Apollo.Hosting/Apollo.Hosting.csproj | 4 +- .../Apollo.Infrastructure.csproj | 4 +- Apollo.Test/Apollo.Test.csproj | 16 ++--- Directory.Packages.props | 68 +++++++++++++++++++ 12 files changed, 121 insertions(+), 53 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Apollo.Analysis.Worker/Apollo.Analysis.Worker.csproj b/Apollo.Analysis.Worker/Apollo.Analysis.Worker.csproj index 84bce3f..a22f681 100644 --- a/Apollo.Analysis.Worker/Apollo.Analysis.Worker.csproj +++ b/Apollo.Analysis.Worker/Apollo.Analysis.Worker.csproj @@ -9,7 +9,7 @@ - + diff --git a/Apollo.Analysis/Apollo.Analysis.csproj b/Apollo.Analysis/Apollo.Analysis.csproj index fd091c2..2c29feb 100644 --- a/Apollo.Analysis/Apollo.Analysis.csproj +++ b/Apollo.Analysis/Apollo.Analysis.csproj @@ -16,19 +16,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/Apollo.Client/Apollo.Client.csproj b/Apollo.Client/Apollo.Client.csproj index 00e8ed7..9d3f724 100644 --- a/Apollo.Client/Apollo.Client.csproj +++ b/Apollo.Client/Apollo.Client.csproj @@ -12,14 +12,14 @@ - - - - - - - - + + + + + + + + diff --git a/Apollo.Compilation.Worker/Apollo.Compilation.Worker.csproj b/Apollo.Compilation.Worker/Apollo.Compilation.Worker.csproj index 8075d5c..3db86b9 100644 --- a/Apollo.Compilation.Worker/Apollo.Compilation.Worker.csproj +++ b/Apollo.Compilation.Worker/Apollo.Compilation.Worker.csproj @@ -15,6 +15,6 @@ - + diff --git a/Apollo.Compilation/Apollo.Compilation.csproj b/Apollo.Compilation/Apollo.Compilation.csproj index 7705c35..d85d291 100644 --- a/Apollo.Compilation/Apollo.Compilation.csproj +++ b/Apollo.Compilation/Apollo.Compilation.csproj @@ -12,10 +12,10 @@ - - - - + + + + diff --git a/Apollo.Components/Apollo.Components.csproj b/Apollo.Components/Apollo.Components.csproj index c6d84b0..c880cbb 100644 --- a/Apollo.Components/Apollo.Components.csproj +++ b/Apollo.Components/Apollo.Components.csproj @@ -15,18 +15,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/Apollo.Contracts/Apollo.Contracts.csproj b/Apollo.Contracts/Apollo.Contracts.csproj index 4b053bd..d7b2a6c 100644 --- a/Apollo.Contracts/Apollo.Contracts.csproj +++ b/Apollo.Contracts/Apollo.Contracts.csproj @@ -7,7 +7,7 @@ - + diff --git a/Apollo.Hosting.Worker/Apollo.Hosting.Worker.csproj b/Apollo.Hosting.Worker/Apollo.Hosting.Worker.csproj index 11198f7..4d720b6 100644 --- a/Apollo.Hosting.Worker/Apollo.Hosting.Worker.csproj +++ b/Apollo.Hosting.Worker/Apollo.Hosting.Worker.csproj @@ -9,7 +9,7 @@ - + diff --git a/Apollo.Hosting/Apollo.Hosting.csproj b/Apollo.Hosting/Apollo.Hosting.csproj index c5d7f91..e667805 100644 --- a/Apollo.Hosting/Apollo.Hosting.csproj +++ b/Apollo.Hosting/Apollo.Hosting.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Apollo.Infrastructure/Apollo.Infrastructure.csproj b/Apollo.Infrastructure/Apollo.Infrastructure.csproj index 1d83e9a..891fdcc 100644 --- a/Apollo.Infrastructure/Apollo.Infrastructure.csproj +++ b/Apollo.Infrastructure/Apollo.Infrastructure.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/Apollo.Test/Apollo.Test.csproj b/Apollo.Test/Apollo.Test.csproj index 89710a1..435dd0f 100644 --- a/Apollo.Test/Apollo.Test.csproj +++ b/Apollo.Test/Apollo.Test.csproj @@ -7,17 +7,17 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..f95bfa2 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,68 @@ + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +