From c8bb3d18354c9a6fb59c65f71d2b73b8f0b978c3 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Wed, 12 Nov 2025 12:14:53 +0100 Subject: [PATCH] Update .NET packages to 10.0.0 (#2092) --- dotnet/Directory.Packages.props | 70 +++++++++---------- .../ChatCompletions/Models/Tool.cs | 2 +- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index bf3ff94eba..3a85c615b7 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -7,33 +7,33 @@ - 9.5.2 + 13.0.0 - + - + - + - - - + + + - - - - - - + + + + + + @@ -46,27 +46,27 @@ - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -101,7 +101,7 @@ - + @@ -115,7 +115,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting.OpenAI/ChatCompletions/Models/Tool.cs b/dotnet/src/Microsoft.Agents.AI.Hosting.OpenAI/ChatCompletions/Models/Tool.cs index 87b0637b9b..412494eeaa 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting.OpenAI/ChatCompletions/Models/Tool.cs +++ b/dotnet/src/Microsoft.Agents.AI.Hosting.OpenAI/ChatCompletions/Models/Tool.cs @@ -160,5 +160,5 @@ internal sealed record CustomToolFormat /// Additional format properties (schema definition). /// [JsonExtensionData] - public Dictionary? AdditionalProperties { get; init; } + public Dictionary? AdditionalProperties { get; set; } }