From 298b61c956b89e423b26ab198f5196b4bdadd102 Mon Sep 17 00:00:00 2001 From: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com> Date: Fri, 25 Jul 2025 16:14:54 -0400 Subject: [PATCH 1/2] Update dotnet-ai-ecosystem.md Add M365 Agents SDK --- docs/ai/dotnet-ai-ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ai/dotnet-ai-ecosystem.md b/docs/ai/dotnet-ai-ecosystem.md index 33b4ad69bbc95..6c79700f3a39f 100644 --- a/docs/ai/dotnet-ai-ecosystem.md +++ b/docs/ai/dotnet-ai-ecosystem.md @@ -44,6 +44,7 @@ Many different SDKs are available to build .NET apps with AI capabilities depend | [Microsoft.SemanticKernel](https://www.nuget.org/packages/Microsoft.SemanticKernel/) | [OpenAI models](https://platform.openai.com/docs/models/overview)
[Azure OpenAI supported models](/azure/ai-services/openai/concepts/models) | [Semantic Kernel](https://github.com/microsoft/semantic-kernel) (Microsoft) | [Semantic Kernel documentation](/semantic-kernel/) | | [Azure OpenAI SDK](https://www.nuget.org/packages/Azure.AI.OpenAI/) | [Azure OpenAI supported models](/azure/ai-services/openai/concepts/models) | [Azure SDK for .NET](https://github.com/Azure/azure-sdk-for-net) (Microsoft) | [Azure OpenAI services documentation](/azure/ai-services/openai/) | | [OpenAI SDK](https://www.nuget.org/packages/OpenAI/) | [OpenAI supported models](https://platform.openai.com/docs/models) | [OpenAI SDK for .NET](https://github.com/openai/openai-dotnet) (OpenAI) | [OpenAI services documentation](https://platform.openai.com/docs/overview) | +| [Microsoft 365 Agents SDK](https://www.nuget.org/packages?q=microsoft.agents+AND+nugetbotbuilder&includeComputedFrameworks=true&prerel=false&sortby=relevance) | Model Agnostic/Model Neutral | [Microsoft 365 Agents SDK](https://github.com/Microsoft/Agents-for-net) (Microsoft) | [Microsoft 365 Agents SDK documentation](https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/) | ### .NET SDKs for Azure AI Services From ed505346b79111b0010eef2c4a458fd7394942a0 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Wed, 6 Aug 2025 16:38:28 -0400 Subject: [PATCH 2/2] Update docs/ai/dotnet-ai-ecosystem.md Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- docs/ai/dotnet-ai-ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai/dotnet-ai-ecosystem.md b/docs/ai/dotnet-ai-ecosystem.md index 6c79700f3a39f..78a0088415082 100644 --- a/docs/ai/dotnet-ai-ecosystem.md +++ b/docs/ai/dotnet-ai-ecosystem.md @@ -44,7 +44,7 @@ Many different SDKs are available to build .NET apps with AI capabilities depend | [Microsoft.SemanticKernel](https://www.nuget.org/packages/Microsoft.SemanticKernel/) | [OpenAI models](https://platform.openai.com/docs/models/overview)
[Azure OpenAI supported models](/azure/ai-services/openai/concepts/models) | [Semantic Kernel](https://github.com/microsoft/semantic-kernel) (Microsoft) | [Semantic Kernel documentation](/semantic-kernel/) | | [Azure OpenAI SDK](https://www.nuget.org/packages/Azure.AI.OpenAI/) | [Azure OpenAI supported models](/azure/ai-services/openai/concepts/models) | [Azure SDK for .NET](https://github.com/Azure/azure-sdk-for-net) (Microsoft) | [Azure OpenAI services documentation](/azure/ai-services/openai/) | | [OpenAI SDK](https://www.nuget.org/packages/OpenAI/) | [OpenAI supported models](https://platform.openai.com/docs/models) | [OpenAI SDK for .NET](https://github.com/openai/openai-dotnet) (OpenAI) | [OpenAI services documentation](https://platform.openai.com/docs/overview) | -| [Microsoft 365 Agents SDK](https://www.nuget.org/packages?q=microsoft.agents+AND+nugetbotbuilder&includeComputedFrameworks=true&prerel=false&sortby=relevance) | Model Agnostic/Model Neutral | [Microsoft 365 Agents SDK](https://github.com/Microsoft/Agents-for-net) (Microsoft) | [Microsoft 365 Agents SDK documentation](https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/) | +| [Microsoft 365 Agents SDK](https://www.nuget.org/packages?q=microsoft.agents+AND+nugetbotbuilder&includeComputedFrameworks=true&prerel=false&sortby=relevance) | Model Agnostic/Model Neutral | [Microsoft 365 Agents SDK](https://github.com/Microsoft/Agents-for-net) (Microsoft) | [Microsoft 365 Agents SDK documentation](/microsoft-365/agents-sdk/) | ### .NET SDKs for Azure AI Services