Upgrade Microsoft.SemanticKernel packages from 1.66.0 to 1.74.0#46906
Open
Upgrade Microsoft.SemanticKernel packages from 1.66.0 to 1.74.0#46906
Conversation
Agent-Logs-Url: https://github.com/microsoft/PowerToys/sessions/39021150-d623-45a0-98e1-6eb8a65d44c0 Co-authored-by: crutkas <1462282+crutkas@users.noreply.github.com>
Upgrade Microsoft.Extensions.*, OpenAI, System.Text.Json, and other transitive dependencies to versions compatible with SemanticKernel 1.74.0: - Microsoft.Extensions.AI: 9.9.1 -> 10.4.1 - Microsoft.Extensions.AI.OpenAI: 9.9.1-preview -> 10.4.1 - Microsoft.Extensions.Caching.Abstractions: 9.0.10 -> 10.0.5 - Microsoft.Extensions.Caching.Memory: 9.0.10 -> 10.0.5 - Microsoft.Extensions.DependencyInjection: 9.0.10 -> 10.0.5 - Microsoft.Extensions.Logging: 9.0.10 -> 10.0.5 - Microsoft.Extensions.Logging.Abstractions: 9.0.10 -> 10.0.5 - Microsoft.Extensions.Hosting: 9.0.10 -> 10.0.5 - Microsoft.Extensions.Hosting.WindowsServices: 9.0.10 -> 10.0.5 - Microsoft.Bcl.AsyncInterfaces: 9.0.10 -> 10.0.5 - Newtonsoft.Json: 13.0.3 -> 13.0.4 - OpenAI: 2.5.0 -> 2.9.1 - System.ClientModel: 1.7.0 -> 1.9.0 - System.Diagnostics.EventLog: 9.0.10 -> 10.0.5 - System.Numerics.Tensors: 9.0.11 -> 10.0.4 - System.ServiceProcess.ServiceController: 9.0.10 -> 10.0.5 - System.Text.Json: 9.0.10 -> 10.0.5 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ystem.Threading.Channels Add PackageReference for System.Diagnostics.EventLog and System.Threading.Channels to all C# projects via Directory.Build.props, ensuring the NuGet 10.x versions take precedence over the 9.x versions bundled in the .NET 9 runtime. This resolves the verifyDepsJsonLibraryVersions CI check failure where different projects would reference different DLL versions of these libraries. - Add System.Threading.Channels 10.0.4 to Directory.Packages.props - Add PackageReference for both packages in Directory.Build.props (C# only) - Remove ExcludeAssets=runtime from System.Diagnostics.EventLog in 6 projects (no longer needed since we want the 10.x NuGet version to override the runtime) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary of the Pull Request
Upgrades Microsoft.SemanticKernel and all connectors from 1.66.0 to 1.74.0, along with all required transitive dependency bumps.
SemanticKernel packages (1.66.0 → 1.74.0):
Transitive dependency upgrades required by SK 1.74.0:
PR Checklist
Validation Steps Performed