Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2e264c6
Freshness pass on sdk docs (#55227)
alexwolfmsft Aug 5, 2026
b50e902
Bump the dotnet group with 2 updates (#55273)
dependabot[bot] Aug 5, 2026
0cf95a9
Bump the dotnet group with 2 updates (#55308)
dependabot[bot] Aug 5, 2026
9aa1394
Bump the dotnet group with 3 updates (#55306)
dependabot[bot] Aug 5, 2026
876e7ec
Bump the dotnet group with 3 updates (#55307)
dependabot[bot] Aug 5, 2026
862fefb
Bump the dotnet group with 2 updates (#55305)
dependabot[bot] Aug 5, 2026
acac7e4
Bump the dotnet group with 1 update (#55284)
dependabot[bot] Aug 5, 2026
ba278ee
Bump the dotnet group with 3 updates (#55288)
dependabot[bot] Aug 5, 2026
3580272
Bump the dotnet group with 3 updates (#55294)
dependabot[bot] Aug 5, 2026
c164085
Bump the dotnet group with 1 update (#55295)
dependabot[bot] Aug 5, 2026
adce4fb
Bump the dotnet group with 3 updates (#55302)
dependabot[bot] Aug 5, 2026
a678625
Bump the dotnet group with 2 updates (#55303)
dependabot[bot] Aug 5, 2026
f9743b4
Bump the dotnet group with 3 updates (#55274)
dependabot[bot] Aug 5, 2026
0d9df71
Bump the dotnet group with 4 updates (#55280)
dependabot[bot] Aug 5, 2026
196c0a2
Bump the dotnet group with 4 updates (#55278)
dependabot[bot] Aug 5, 2026
b7ba2f3
Bump the dotnet group with 1 update (#55264)
dependabot[bot] Aug 5, 2026
169fe82
Bump the dotnet group with 3 updates (#55263)
dependabot[bot] Aug 5, 2026
b1c3b83
Bump the dotnet group with 1 update (#55245)
dependabot[bot] Aug 5, 2026
98028b6
Bump the dotnet group with 1 update (#55251)
dependabot[bot] Aug 5, 2026
995f3e6
Bump ossf/scorecard-action from 2.4.3 to 2.4.4 (#55249)
dependabot[bot] Aug 5, 2026
9fb981c
Bump the dotnet group with 2 updates (#55242)
dependabot[bot] Aug 5, 2026
99d5f3b
Update package index with latest published versions (#55226)
azure-sdk-automation[bot] Aug 5, 2026
b5a4fe3
Clarify usage of `IUnionMembers` interface (#55183)
BarionLP Aug 5, 2026
277d0d8
Document .NET 11 breaking change: Math.Round/MathF.Round with digits …
Copilot Aug 5, 2026
60feff8
Document breaking change: Complex special-value results now follow C2…
Copilot Aug 5, 2026
e7d4f32
Document breaking change: PackagePart.GetStream() returns non-seekabl…
Copilot Aug 5, 2026
5aeb56f
Rewrite "custom templates" to an overview article. (#55189)
adegeo Aug 5, 2026
d6ef7bd
Update package index with latest published versions (#55311)
azure-sdk-automation[bot] Aug 5, 2026
a34f5ed
Clarify HttpClient connection-pool disposal (#55318)
Copilot Aug 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: results.sarif
results_format: sarif
Expand Down
4 changes: 4 additions & 0 deletions .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,10 @@
"source_path_from_root": "/docs/core/tools/csproj.md",
"redirect_url": "/dotnet/core/project-sdk/msbuild-props"
},
{
"source_path_from_root": "/docs/core/tools/custom-templates.md",
"redirect_url": "/dotnet/core/tools/templates"
},
{
"source_path_from_root": "/docs/core/tools/dotnet-add-package.md",
"redirect_url": "/dotnet/core/tools/dotnet-package-add"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.8.1" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="10.8.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="10.8.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.8.1" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageReference Include="MSTest" Version="4.3.2" />
<PackageReference Include="MSTest" Version="4.3.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="10.7.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.10" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.2.0-beta.5" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.8.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.8.0" />
<PackageReference Include="ModelContextProtocol" Version="1.4.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.8.3" />
<PackageReference Include="ModelContextProtocol" Version="2.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="10.8.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.8.3" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.10" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.9" />
<PackageReference Include="OllamaSharp" Version="5.4.25" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.16.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.10" />
<PackageReference Include="OllamaSharp" Version="5.4.30" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.17.0" />
<ProjectReference Include="..\AI.Shared\AI.Shared.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.8.1" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.8.3" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.27" />
<PackageReference Include="OllamaSharp" Version="5.4.30" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.25" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.16.0" />
<PackageReference Include="OllamaSharp" Version="5.4.30" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.17.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/ai/snippets/prompt-engineering/multi-turn-chat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" />
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.14.0" />
<PackageReference Include="Microsoft.Agents.AI.OpenAI" Version="1.15.0" />
<!--
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.10" />
<PackageReference Include="CommunityToolkit.VectorData.InMemory" Version="1.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Azure.Search.Documents" Version="12.0.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.7.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.7.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.8.3" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.8.3" />
<PackageReference Include="CommunityToolkit.VectorData.AzureAISearch" Version="1.0.0" />
<PackageReference Include="CommunityToolkit.VectorData.InMemory" Version="1.0.0" />
<PackageReference Include="CommunityToolkit.VectorData.Qdrant" Version="1.0.0" />
Expand Down
18 changes: 9 additions & 9 deletions docs/azure/includes/dotnet-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
| Communication Rooms | NuGet [1.2.0](https://www.nuget.org/packages/Azure.Communication.Rooms/1.2.0) | [docs](/dotnet/api/overview/azure/Communication.Rooms-readme) | GitHub [1.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Rooms_1.2.0/sdk/communication/Azure.Communication.Rooms/) |
| Communication SMS | NuGet [1.0.2](https://www.nuget.org/packages/Azure.Communication.Sms/1.0.2)<br>NuGet [1.1.0-beta.3](https://www.nuget.org/packages/Azure.Communication.Sms/1.1.0-beta.3) | [docs](/dotnet/api/overview/azure/Communication.Sms-readme) | GitHub [1.0.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Sms_1.0.2/sdk/communication/Azure.Communication.Sms/)<br>GitHub [1.1.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Sms_1.1.0-beta.3/sdk/communication/Azure.Communication.Sms/) |
| Compute Batch | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Compute.Batch/1.0.0) | [docs](/dotnet/api/overview/azure/Compute.Batch-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Compute.Batch_1.0.0/sdk/batch/Azure.Compute.Batch/) |
| Confidential Ledger | NuGet [1.3.0](https://www.nuget.org/packages/Azure.Security.ConfidentialLedger/1.3.0)<br>NuGet [1.4.1-beta.5](https://www.nuget.org/packages/Azure.Security.ConfidentialLedger/1.4.1-beta.5) | [docs](/dotnet/api/overview/azure/Security.ConfidentialLedger-readme) | GitHub [1.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Security.ConfidentialLedger_1.3.0/sdk/confidentialledger/Azure.Security.ConfidentialLedger/)<br>GitHub [1.4.1-beta.5](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Security.ConfidentialLedger_1.4.1-beta.5/sdk/confidentialledger/Azure.Security.ConfidentialLedger/) |
| Confidential Ledger | NuGet [1.3.0](https://www.nuget.org/packages/Azure.Security.ConfidentialLedger/1.3.0)<br>NuGet [2.0.0-beta.1](https://www.nuget.org/packages/Azure.Security.ConfidentialLedger/2.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Security.ConfidentialLedger-readme) | GitHub [1.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Security.ConfidentialLedger_1.3.0/sdk/confidentialledger/Azure.Security.ConfidentialLedger/)<br>GitHub [2.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Security.ConfidentialLedger_2.0.0-beta.1/sdk/confidentialledger/Azure.Security.ConfidentialLedger/) |
| Container Registry | NuGet [1.3.0](https://www.nuget.org/packages/Azure.Containers.ContainerRegistry/1.3.0) | [docs](/dotnet/api/overview/azure/Containers.ContainerRegistry-readme) | GitHub [1.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Containers.ContainerRegistry_1.3.0/sdk/containerregistry/Azure.Containers.ContainerRegistry/) |
| Content Safety | NuGet [1.0.0](https://www.nuget.org/packages/Azure.AI.ContentSafety/1.0.0) | [docs](/dotnet/api/overview/azure/AI.ContentSafety-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.ContentSafety_1.0.0/sdk/contentsafety/Azure.AI.ContentSafety/) |
| Content Understanding | NuGet [1.1.0](https://www.nuget.org/packages/Azure.AI.ContentUnderstanding/1.1.0)<br>NuGet [1.2.0-beta.2](https://www.nuget.org/packages/Azure.AI.ContentUnderstanding/1.2.0-beta.2) | [docs](/dotnet/api/overview/azure/AI.ContentUnderstanding-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.ContentUnderstanding_1.1.0/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/)<br>GitHub [1.2.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.ContentUnderstanding_1.2.0-beta.2/sdk/contentunderstanding/Azure.AI.ContentUnderstanding/) |
| Conversational Language Understanding | NuGet [1.1.0](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.1.0)<br>NuGet [2.0.0-beta.5](https://www.nuget.org/packages/Azure.AI.Language.Conversations/2.0.0-beta.5) | [docs](/dotnet/api/overview/azure/AI.Language.Conversations-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_1.1.0/sdk/cognitivelanguage/Azure.AI.Language.Conversations/)<br>GitHub [2.0.0-beta.5](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_2.0.0-beta.5/sdk/cognitivelanguage/Azure.AI.Language.Conversations/) |
| Conversations Authoring | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.AI.Language.Conversations.Authoring/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/AI.Language.Conversations.Authoring-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations.Authoring_1.0.0-beta.3/sdk/cognitivelanguage/Azure.AI.Language.Conversations.Authoring/) |
| Core - Client - AMQP | NuGet [1.3.1](https://www.nuget.org/packages/Azure.Core.Amqp/1.3.1) | [docs](/dotnet/api/overview/azure/Core.Amqp-readme) | GitHub [1.3.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core.Amqp_1.3.1/sdk/core/Azure.Core.Amqp/) |
| Core - Client - Core | NuGet [1.60.0](https://www.nuget.org/packages/Azure.Core/1.60.0) | [docs](/dotnet/api/overview/azure/Core-readme) | GitHub [1.60.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core_1.60.0/sdk/core/Azure.Core/) |
| Core - Client - Core | NuGet [1.61.0](https://www.nuget.org/packages/Azure.Core/1.61.0) | [docs](/dotnet/api/overview/azure/Core-readme) | GitHub [1.61.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core_1.61.0/sdk/core/Azure.Core/) |
| Core - Client - Core | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Core.Expressions.DataFactory/1.0.0) | [docs](/dotnet/api/overview/azure/Core.Expressions.DataFactory-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core.Expressions.DataFactory_1.0.0/sdk/core/Azure.Core.Expressions.DataFactory/) |
| Core Newtonsoft Json | NuGet [2.0.0](https://www.nuget.org/packages/Microsoft.Azure.Core.NewtonsoftJson/2.0.0) | [docs](/dotnet/api/overview/azure/Microsoft.Azure.Core.NewtonsoftJson-readme) | GitHub [2.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Core.NewtonsoftJson_2.0.0/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/) |
| Core WCF Storage Queues | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Microsoft.CoreWCF.Azure.StorageQueues/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Microsoft.CoreWCF.Azure.StorageQueues-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.CoreWCF.Azure.StorageQueues_1.0.0-beta.1/sdk/extension-wcf/Microsoft.CoreWCF.Azure.StorageQueues/) |
Expand Down Expand Up @@ -448,13 +448,13 @@
| App Configuration Provider | NuGet [8.6.0](https://www.nuget.org/packages/Microsoft.Azure.AppConfiguration.AspNetCore/8.6.0) | | |
| Azure Functions CLI | NuGet [5.0.0-preview.1](https://www.nuget.org/packages/Azure.Functions.Cli.Abstractions/5.0.0-preview.1) | | |
| Azure Functions SDK | NuGet [0.5.0](https://www.nuget.org/packages/Azure.Functions.Sdk/0.5.0) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp/1.0.0)<br>NuGet [3.0.0-beta.31](https://www.nuget.org/packages/Azure.Mcp/3.0.0-beta.31) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/1.0.0)<br>NuGet [3.0.0-beta.31](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/3.0.0-beta.31) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-x64/1.0.0)<br>NuGet [3.0.0-beta.31](https://www.nuget.org/packages/Azure.Mcp.linux-x64/3.0.0-beta.31) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/1.0.0)<br>NuGet [3.0.0-beta.31](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/3.0.0-beta.31) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-x64/1.0.0)<br>NuGet [3.0.0-beta.31](https://www.nuget.org/packages/Azure.Mcp.osx-x64/3.0.0-beta.31) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-arm64/1.0.0)<br>NuGet [3.0.0-beta.31](https://www.nuget.org/packages/Azure.Mcp.win-arm64/3.0.0-beta.31) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-x64/1.0.0)<br>NuGet [3.0.0-beta.31](https://www.nuget.org/packages/Azure.Mcp.win-x64/3.0.0-beta.31) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp/1.0.0)<br>NuGet [3.0.0-beta.32](https://www.nuget.org/packages/Azure.Mcp/3.0.0-beta.32) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/1.0.0)<br>NuGet [3.0.0-beta.32](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/3.0.0-beta.32) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-x64/1.0.0)<br>NuGet [3.0.0-beta.32](https://www.nuget.org/packages/Azure.Mcp.linux-x64/3.0.0-beta.32) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/1.0.0)<br>NuGet [3.0.0-beta.32](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/3.0.0-beta.32) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-x64/1.0.0)<br>NuGet [3.0.0-beta.32](https://www.nuget.org/packages/Azure.Mcp.osx-x64/3.0.0-beta.32) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-arm64/1.0.0)<br>NuGet [3.0.0-beta.32](https://www.nuget.org/packages/Azure.Mcp.win-arm64/3.0.0-beta.32) | | |
| Azure MCP | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-x64/1.0.0)<br>NuGet [3.0.0-beta.32](https://www.nuget.org/packages/Azure.Mcp.win-x64/3.0.0-beta.32) | | |
| Azure MCP Types Internal | NuGet [0.2.804](https://www.nuget.org/packages/Microsoft.Azure.Mcp.AzTypes.Internal.Compact/0.2.804) | | |
| Azure.Communication.Administration | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Communication.Administration/1.0.0-beta.3) | | |
| Caching - PostgreSQL | NuGet [1.2.2](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Postgres/1.2.2) | | |
Expand Down
Loading
Loading