Update Microsoft.Extensions.AI packages to version 9.10.1#916
Merged
stephentoub merged 2 commits intomainfrom Oct 23, 2025
Merged
Update Microsoft.Extensions.AI packages to version 9.10.1#916stephentoub merged 2 commits intomainfrom
stephentoub merged 2 commits intomainfrom
Conversation
Co-authored-by: stephentoub <[email protected]>
Copilot
AI
changed the title
[WIP] Update Microsoft.Extensions.AI package references to version 9.10.1
Update Microsoft.Extensions.AI packages to version 9.10.1
Oct 22, 2025
stephentoub
approved these changes
Oct 22, 2025
Member
|
@copilot what issue is this PR meant to address? |
eiriktsarpalis
approved these changes
Oct 23, 2025
Contributor
Author
This PR updates the Microsoft.Extensions.AI* package dependencies to their latest versions (9.10.1 stable releases). It's a proactive maintenance update to keep the SDK current with the latest stable versions of these dependencies, not in response to a specific filed issue. The updates maintain backward compatibility with no code changes required. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.