From d511c9d096b3931f9d114ce68db0471e122a66e0 Mon Sep 17 00:00:00 2001 From: Doug Waldron Date: Fri, 17 Apr 2026 10:13:43 -0400 Subject: [PATCH 1/2] Remove unnecessary packages The Microsoft.Build.Tasks.Core and System.Net.Http packages do not need to be directly referenced. --- DataLayer/DataLayer.csproj | 1 - Test/Test.csproj | 1 - TestSupport/TestSupport.csproj | 1 - 3 files changed, 3 deletions(-) diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index 14e01b8..f04da15 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -6,7 +6,6 @@ - all diff --git a/Test/Test.csproj b/Test/Test.csproj index d37f383..5ab5e5d 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -10,7 +10,6 @@ - all diff --git a/TestSupport/TestSupport.csproj b/TestSupport/TestSupport.csproj index ee0e02d..6143bed 100644 --- a/TestSupport/TestSupport.csproj +++ b/TestSupport/TestSupport.csproj @@ -6,7 +6,6 @@ - all From 14fa44d6375796e6e6504440c2dbc5f27f532958 Mon Sep 17 00:00:00 2001 From: Doug Waldron Date: Fri, 17 Apr 2026 10:14:55 -0400 Subject: [PATCH 2/2] Update the .NET 10-related NuGet packages --- DataLayer/DataLayer.csproj | 2 +- Test/Test.csproj | 6 +++--- TestSupport/TestSupport.csproj | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DataLayer/DataLayer.csproj b/DataLayer/DataLayer.csproj index f04da15..3af3138 100644 --- a/DataLayer/DataLayer.csproj +++ b/DataLayer/DataLayer.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Test/Test.csproj b/Test/Test.csproj index 5ab5e5d..81b161b 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -5,9 +5,9 @@ - - - + + + diff --git a/TestSupport/TestSupport.csproj b/TestSupport/TestSupport.csproj index 6143bed..0b82d8d 100644 --- a/TestSupport/TestSupport.csproj +++ b/TestSupport/TestSupport.csproj @@ -6,20 +6,20 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all - - - - - + + + + +