From 6779af1b3ecc265bf29c9a2d17acea2855478b08 Mon Sep 17 00:00:00 2001 From: Jakub Chocholowicz <59966772+jakubch1@users.noreply.github.com> Date: Fri, 24 Sep 2021 17:07:14 +0200 Subject: [PATCH] Upgrade nuget packages to fix security issues (#3072) * Upgrade nugets to fix security issues --- scripts/build/TestPlatform.Dependencies.props | 4 ++-- .../Microsoft.TestPlatform.AdapterUtilities.csproj | 1 + .../Microsoft.TestPlatform.ObjectModel.csproj | 1 + .../Microsoft.TestPlatform.PlatformAbstractions.csproj | 2 ++ src/testhost.x86/testhost.x86.csproj | 1 + src/testhost/testhost.csproj | 1 + .../SampleProjectWithOldTestHost.csproj | 1 + .../TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj | 6 +++++- 8 files changed, 14 insertions(+), 3 deletions(-) diff --git a/scripts/build/TestPlatform.Dependencies.props b/scripts/build/TestPlatform.Dependencies.props index a4cfb75bd0..d9e7c09d23 100644 --- a/scripts/build/TestPlatform.Dependencies.props +++ b/scripts/build/TestPlatform.Dependencies.props @@ -1,4 +1,4 @@ - + 15.8.3247 @@ -25,7 +25,7 @@ 3.10.0 3.8.0 - 4.3.7 + 4.4.10 5.0.0 5.0.0 diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj b/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj index 0e5fc9e099..f908631832 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Microsoft.TestPlatform.AdapterUtilities.csproj @@ -36,6 +36,7 @@ + diff --git a/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj b/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj index 451c871c83..b2747b558f 100644 --- a/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj +++ b/src/Microsoft.TestPlatform.ObjectModel/Microsoft.TestPlatform.ObjectModel.csproj @@ -48,6 +48,7 @@ + diff --git a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj index 2d4f07e3f3..fc4b5331cb 100644 --- a/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj +++ b/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj @@ -35,6 +35,7 @@ + @@ -48,6 +49,7 @@ + diff --git a/src/testhost.x86/testhost.x86.csproj b/src/testhost.x86/testhost.x86.csproj index 7eb5cd156b..ab5858cac9 100644 --- a/src/testhost.x86/testhost.x86.csproj +++ b/src/testhost.x86/testhost.x86.csproj @@ -29,6 +29,7 @@ + diff --git a/src/testhost/testhost.csproj b/src/testhost/testhost.csproj index a780e4e9b9..f74ea84720 100644 --- a/src/testhost/testhost.csproj +++ b/src/testhost/testhost.csproj @@ -29,6 +29,7 @@ + diff --git a/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj b/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj index b0780e1c31..544c3fd838 100644 --- a/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj +++ b/test/TestAssets/SampleProjectWithOldTestHost/SampleProjectWithOldTestHost.csproj @@ -22,6 +22,7 @@ $(MSTestAdapterVersion) + diff --git a/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj b/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj index 471d375f19..5f9345b594 100644 --- a/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj +++ b/test/TestAssets/SimpleClassLibrary/SimpleClassLibrary.csproj @@ -10,7 +10,11 @@ false - + + + + + full