Update Microsoft.Extensions.AI packages to version 9.10.1 #916
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates all
Microsoft.Extensions.AI*package references throughout the repository to their latest stable versions.Package Updates
The following packages have been updated in
Directory.Packages.props:9.10.0→9.10.19.10.0→9.10.19.10.0-preview.1.25513.3→9.10.1-preview.1.25521.4Changes
Only
Directory.Packages.propswas modified (2 lines):MicrosoftExtensionsAIVersionproperty from9.10.0to9.10.1Microsoft.Extensions.AI.OpenAIpackage version to9.10.1-preview.1.25521.4All project files (
.csproj) use central package management and inherit these versions automatically, so no additional changes were required.Verification
✅ Build Status: Clean build with 0 warnings and 0 errors
✅ Test Results: All 1,951 tests passed across .NET 8.0, 9.0, and 10.0 target frameworks
✅ Compatibility: No breaking changes or code modifications required
✅ Security: CodeQL analysis shows no new vulnerabilities
The latest package versions were queried directly from NuGet.org to ensure accuracy. All code compiles successfully and maintains full backward compatibility with the updated dependencies.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.