From ee340bef1db4052c85bf22838e317e67d6b64b45 Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:42:35 +0000 Subject: [PATCH] Address vulnerability (#2631) --- dotnet/Directory.Packages.props | 1 + .../Agent_With_GoogleGemini.csproj | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index ee5b244185..b9338fc9bb 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -46,6 +46,7 @@ + diff --git a/dotnet/samples/GettingStarted/AgentProviders/Agent_With_GoogleGemini/Agent_With_GoogleGemini.csproj b/dotnet/samples/GettingStarted/AgentProviders/Agent_With_GoogleGemini/Agent_With_GoogleGemini.csproj index cf6774e8d8..d01f015a4b 100644 --- a/dotnet/samples/GettingStarted/AgentProviders/Agent_With_GoogleGemini/Agent_With_GoogleGemini.csproj +++ b/dotnet/samples/GettingStarted/AgentProviders/Agent_With_GoogleGemini/Agent_With_GoogleGemini.csproj @@ -2,11 +2,11 @@ Exe - net10.0 + net8.0;net9.0;net10.0 enable enable - $(NoWarn);IDE0059 + $(NoWarn);IDE0059;NU1510 @@ -14,6 +14,10 @@ + + + +