From 0a1ee470b23669e4a3405dc9c82c42aa9bbac53f Mon Sep 17 00:00:00 2001 From: Timothy Mothra Date: Thu, 6 May 2021 10:18:46 -0700 Subject: [PATCH] [SDL] update packages (#2243) * update packages * update test dependencies * testing fix for version conflicts * Update IntegrationTests.Tests.csproj * cleanup * cleanup --- ...soft.ApplicationInsights.AspNetCore.csproj | 23 +++++++++++++++++++ .../IntegrationTests.Tests.csproj | 5 +++- .../IntegrationTests.WebApp.csproj | 5 +++- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj b/NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj index 05b41c162..c5cff312b 100644 --- a/NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj +++ b/NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/Microsoft.ApplicationInsights.AspNetCore.csproj @@ -37,6 +37,29 @@ + + + + + + + + + + diff --git a/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj b/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj index 3cd77c332..0f4ff428b 100644 --- a/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj +++ b/NETCORE/test/IntegrationTests.Tests/IntegrationTests.Tests.csproj @@ -21,6 +21,9 @@ + + + @@ -38,7 +41,7 @@ - + diff --git a/NETCORE/test/IntegrationTests.WebApp/IntegrationTests.WebApp.csproj b/NETCORE/test/IntegrationTests.WebApp/IntegrationTests.WebApp.csproj index 21c5412c2..0133fe47d 100644 --- a/NETCORE/test/IntegrationTests.WebApp/IntegrationTests.WebApp.csproj +++ b/NETCORE/test/IntegrationTests.WebApp/IntegrationTests.WebApp.csproj @@ -9,8 +9,11 @@ - + + + +