From 7fa69b1a94e1bb908d2a93088b66671fe708cd15 Mon Sep 17 00:00:00 2001
From: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
Date: Thu, 4 Dec 2025 11:07:15 +0000
Subject: [PATCH] Address vulnerability
---
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 ee5b2441859..b9338fc9bb7 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 cf6774e8d8d..d01f015a4b9 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 @@
+
+
+
+