From 1d1e13bfa74ff8a3becf4dcd71954a750e1f7bc7 Mon Sep 17 00:00:00 2001 From: Paul Dorsch <107068277+pauld-msft@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:27:44 -0400 Subject: [PATCH] update packages to fix pack (#1234) --- Directory.Packages.props | 5 ++++- test/Directory.Build.props | 3 ++- .../Microsoft.ComponentDetection.Common.Tests.csproj | 2 ++ .../Microsoft.ComponentDetection.Contracts.Tests.csproj | 2 ++ .../Microsoft.ComponentDetection.Detectors.Tests.csproj | 2 ++ .../Microsoft.ComponentDetection.Orchestrator.Tests.csproj | 4 +++- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index fa980e86e..8beeef793 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -21,7 +21,10 @@ - + + + + diff --git a/test/Directory.Build.props b/test/Directory.Build.props index fc41b98c9..1320f9de4 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -3,7 +3,8 @@ - + + diff --git a/test/Microsoft.ComponentDetection.Common.Tests/Microsoft.ComponentDetection.Common.Tests.csproj b/test/Microsoft.ComponentDetection.Common.Tests/Microsoft.ComponentDetection.Common.Tests.csproj index 5618dac4a..b4be8372d 100644 --- a/test/Microsoft.ComponentDetection.Common.Tests/Microsoft.ComponentDetection.Common.Tests.csproj +++ b/test/Microsoft.ComponentDetection.Common.Tests/Microsoft.ComponentDetection.Common.Tests.csproj @@ -9,6 +9,8 @@ + + diff --git a/test/Microsoft.ComponentDetection.Contracts.Tests/Microsoft.ComponentDetection.Contracts.Tests.csproj b/test/Microsoft.ComponentDetection.Contracts.Tests/Microsoft.ComponentDetection.Contracts.Tests.csproj index 8f8b8cdd0..93cb733eb 100644 --- a/test/Microsoft.ComponentDetection.Contracts.Tests/Microsoft.ComponentDetection.Contracts.Tests.csproj +++ b/test/Microsoft.ComponentDetection.Contracts.Tests/Microsoft.ComponentDetection.Contracts.Tests.csproj @@ -9,6 +9,8 @@ + + diff --git a/test/Microsoft.ComponentDetection.Detectors.Tests/Microsoft.ComponentDetection.Detectors.Tests.csproj b/test/Microsoft.ComponentDetection.Detectors.Tests/Microsoft.ComponentDetection.Detectors.Tests.csproj index 6e7e24dbc..efcd77335 100644 --- a/test/Microsoft.ComponentDetection.Detectors.Tests/Microsoft.ComponentDetection.Detectors.Tests.csproj +++ b/test/Microsoft.ComponentDetection.Detectors.Tests/Microsoft.ComponentDetection.Detectors.Tests.csproj @@ -14,6 +14,8 @@ + + diff --git a/test/Microsoft.ComponentDetection.Orchestrator.Tests/Microsoft.ComponentDetection.Orchestrator.Tests.csproj b/test/Microsoft.ComponentDetection.Orchestrator.Tests/Microsoft.ComponentDetection.Orchestrator.Tests.csproj index 3bffac99c..c92dc5a57 100644 --- a/test/Microsoft.ComponentDetection.Orchestrator.Tests/Microsoft.ComponentDetection.Orchestrator.Tests.csproj +++ b/test/Microsoft.ComponentDetection.Orchestrator.Tests/Microsoft.ComponentDetection.Orchestrator.Tests.csproj @@ -11,7 +11,9 @@ - + + +