From 354bf1356d442cb3cd08cd0dd860f9e11aac3e7b Mon Sep 17 00:00:00 2001 From: hhvrc Date: Fri, 21 Mar 2025 15:07:24 +0100 Subject: [PATCH 1/5] Clean up Serilog NuGet pacakges --- API/API.csproj | 4 ---- LiveControlGateway/LiveControlGateway.csproj | 2 -- 2 files changed, 6 deletions(-) diff --git a/API/API.csproj b/API/API.csproj index ad68c294..d7d0d31d 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -32,10 +32,6 @@ - - - - diff --git a/LiveControlGateway/LiveControlGateway.csproj b/LiveControlGateway/LiveControlGateway.csproj index 6d648b50..4560843b 100644 --- a/LiveControlGateway/LiveControlGateway.csproj +++ b/LiveControlGateway/LiveControlGateway.csproj @@ -11,8 +11,6 @@ - - From 8af6246089ad8b8410d45bb1d4e8bad297c08bf0 Mon Sep 17 00:00:00 2001 From: hhvrc Date: Fri, 21 Mar 2025 15:30:28 +0100 Subject: [PATCH 2/5] Remove unnecessary top-level NuGet package includes --- API/API.csproj | 12 ------------ Common/Common.csproj | 10 ---------- LiveControlGateway/LiveControlGateway.csproj | 8 -------- 3 files changed, 30 deletions(-) diff --git a/API/API.csproj b/API/API.csproj index d7d0d31d..2d8ebfe3 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -14,25 +14,13 @@ - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/Common/Common.csproj b/Common/Common.csproj index f54098b0..962f0c87 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -11,16 +11,6 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/LiveControlGateway/LiveControlGateway.csproj b/LiveControlGateway/LiveControlGateway.csproj index 4560843b..2b8ef412 100644 --- a/LiveControlGateway/LiveControlGateway.csproj +++ b/LiveControlGateway/LiveControlGateway.csproj @@ -5,14 +5,6 @@ true - - - - - - - - From 872238a6423c2be27c9cf7fc126af72130dc4801 Mon Sep 17 00:00:00 2001 From: hhvrc Date: Fri, 21 Mar 2025 15:38:09 +0100 Subject: [PATCH 3/5] Add back some missing efcore packages --- Common/Common.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/Common.csproj b/Common/Common.csproj index 962f0c87..1bfdc75c 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -11,6 +11,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + @@ -23,7 +25,6 @@ - From 76e8874a2c8856415ffc92bf10a9d0465e3f1b08 Mon Sep 17 00:00:00 2001 From: hhvrc Date: Sat, 22 Mar 2025 13:31:58 +0100 Subject: [PATCH 4/5] Add tools back to common --- API/API.csproj | 4 ---- Common/Common.csproj | 8 ++++++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/API/API.csproj b/API/API.csproj index 2d8ebfe3..aed7eaed 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -16,10 +16,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/Common/Common.csproj b/Common/Common.csproj index 1bfdc75c..616626a4 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -12,7 +12,15 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + From ff8be66008704309352f5415d171291eb385cfaa Mon Sep 17 00:00:00 2001 From: hhvrc Date: Sat, 22 Mar 2025 14:23:09 +0100 Subject: [PATCH 5/5] Fix migration creation --- Common/Common.csproj | 8 -------- MigrationHelper/MigrationHelper.csproj | 11 +++++++++++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Common/Common.csproj b/Common/Common.csproj index 616626a4..1bfdc75c 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -12,15 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/MigrationHelper/MigrationHelper.csproj b/MigrationHelper/MigrationHelper.csproj index b5f8a6fc..b2814336 100644 --- a/MigrationHelper/MigrationHelper.csproj +++ b/MigrationHelper/MigrationHelper.csproj @@ -8,4 +8,15 @@ + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + +