From 1ab800435b4d2cf1e0844f2b2caa652576aa3211 Mon Sep 17 00:00:00 2001 From: Shawn Henry Date: Mon, 6 Apr 2026 13:01:49 -0700 Subject: [PATCH] Update README.md Co-authored-by: westey <164392973+westey-m@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 643485e9ea..b271a7e94f 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,6 @@ if __name__ == "__main__": Create a simple Agent, using Microsoft Foundry with token-based auth, that writes a haiku about the Microsoft Agent Framework ```c# -// dotnet add package Microsoft.Agents.AI.AzureAI --prerelease // dotnet add package Microsoft.Agents.AI.Foundry // Use `az login` to authenticate with Azure CLI using Azure.AI.Projects;