From d48466dfaa2bb7912c630fae396534f0f3e0a977 Mon Sep 17 00:00:00 2001 From: Thomas Harold Date: Thu, 23 Jun 2022 08:14:04 -0400 Subject: [PATCH] Package updates in the test project The test project does use Newtonsoft.Json v9 which is vulnerable per https://github.com/advisories/GHSA-5crp-9r3c-p9vr but the main project does not have any dependency on outdated packages. --- .../RecursiveDataAnnotationsValidation.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/RecursiveDataAnnotationsValidation.Tests/RecursiveDataAnnotationsValidation.Tests.csproj b/test/RecursiveDataAnnotationsValidation.Tests/RecursiveDataAnnotationsValidation.Tests.csproj index 815354f..f2d1106 100644 --- a/test/RecursiveDataAnnotationsValidation.Tests/RecursiveDataAnnotationsValidation.Tests.csproj +++ b/test/RecursiveDataAnnotationsValidation.Tests/RecursiveDataAnnotationsValidation.Tests.csproj @@ -11,13 +11,13 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive