From 9d0bc6870e9695de064159e49e69f214a4e0f30b Mon Sep 17 00:00:00 2001 From: Saar Shen Date: Fri, 28 Jun 2024 09:45:02 -0700 Subject: [PATCH] Replace vulnerable dependencies (#366) --- .../ApplicationInsights.Kubernetes.HostingStartup.csproj | 2 +- .../ApplicationInsights.Kubernetes.csproj | 1 + tests/UnitTests/UnitTests.csproj | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/ApplicationInsights.Kubernetes.HostingStartup/ApplicationInsights.Kubernetes.HostingStartup.csproj b/src/ApplicationInsights.Kubernetes.HostingStartup/ApplicationInsights.Kubernetes.HostingStartup.csproj index 25c027c..aa9fe59 100644 --- a/src/ApplicationInsights.Kubernetes.HostingStartup/ApplicationInsights.Kubernetes.HostingStartup.csproj +++ b/src/ApplicationInsights.Kubernetes.HostingStartup/ApplicationInsights.Kubernetes.HostingStartup.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/ApplicationInsights.Kubernetes/ApplicationInsights.Kubernetes.csproj b/src/ApplicationInsights.Kubernetes/ApplicationInsights.Kubernetes.csproj index 66ae8af..9d056e7 100644 --- a/src/ApplicationInsights.Kubernetes/ApplicationInsights.Kubernetes.csproj +++ b/src/ApplicationInsights.Kubernetes/ApplicationInsights.Kubernetes.csproj @@ -26,6 +26,7 @@ + diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj index 4384bf4..5ae9817 100644 --- a/tests/UnitTests/UnitTests.csproj +++ b/tests/UnitTests/UnitTests.csproj @@ -11,11 +11,11 @@ - + - - - + + +