From 81a65dd88620e7b658424c58dc6bc681e380614c Mon Sep 17 00:00:00 2001 From: Shawn Henry Date: Thu, 2 Apr 2026 10:22:19 -0700 Subject: [PATCH] Update README.md Co-authored-by: westey <164392973+westey-m@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ed07efd1..5ab75e1ac3 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Create a simple Agent, using Microsoft Foundry with token-based auth, that write ```c# // dotnet add package Microsoft.Agents.AI.AzureAI --prerelease -// dotnet add package Azure.Identity +// dotnet add package Microsoft.Agents.AI.Foundry // Use `az login` to authenticate with Azure CLI using Azure.AI.Projects; using Azure.Identity;