Skip to content

.Net: Fix (NU1005) Drop unneeded direct references + SK Version 1.53.1 Bump#12213

Merged
rogerbarreto merged 9 commits intomicrosoft:mainfrom
rogerbarreto:issues/12212-package-downgrade-905
May 21, 2025
Merged

.Net: Fix (NU1005) Drop unneeded direct references + SK Version 1.53.1 Bump#12213
rogerbarreto merged 9 commits intomicrosoft:mainfrom
rogerbarreto:issues/12212-package-downgrade-905

Conversation

@rogerbarreto
Copy link
Member

@rogerbarreto rogerbarreto commented May 21, 2025

Motivation and Context

Turns out that adding a direct dependency into Microsoft.Extensions.AI conflicted to some of our existing projects that had a direct reference to lower versions of the ones used in this new dependency.

This PR removes direct reference to dependencies that can be transitive as well solves conflicting ones by bumping the to the latest version 9.0.5 of those which also support net8 and netstandard2.0.

@rogerbarreto rogerbarreto self-assigned this May 21, 2025
@rogerbarreto rogerbarreto requested a review from a team as a code owner May 21, 2025 10:38
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel kernel.core memory labels May 21, 2025
Copy link
Member

@markwallace-microsoft markwallace-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR build is failing

@markwallace-microsoft markwallace-microsoft self-requested a review May 21, 2025 13:05
@rogerbarreto rogerbarreto changed the title .Net: Fix Drop unneeded direct references + Bump abstractions to 9.0.5 .Net: Fix Drop unneeded direct references + SK Version 1.53.1 Bump May 21, 2025
@rogerbarreto rogerbarreto changed the title .Net: Fix Drop unneeded direct references + SK Version 1.53.1 Bump .Net: Fix (NU1005) Drop unneeded direct references + SK Version 1.53.1 Bump May 21, 2025
@rogerbarreto rogerbarreto added this pull request to the merge queue May 21, 2025
Merged via the queue into microsoft:main with commit 53f0cb8 May 21, 2025
19 checks passed
@rogerbarreto rogerbarreto deleted the issues/12212-package-downgrade-905 branch May 21, 2025 14:59
jcruzmot-te pushed a commit to thousandeyes/aia-semantic-kernel that referenced this pull request Sep 15, 2025
…1 Bump (microsoft#12213)

### Motivation and Context

Turns out that adding a direct dependency into `Microsoft.Extensions.AI`
conflicted to some of our existing projects that had a direct reference
to lower versions of the ones used in this new dependency.

This PR removes direct reference to dependencies that can be transitive
as well solves conflicting ones by bumping the to the latest version
9.0.5 of those which also support `net8` and `netstandard2.0`.

- Fixes microsoft#12212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kernel.core kernel Issues or pull requests impacting the core kernel memory .NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.Net: Bug: Packages downgrade (NU1005) with Semantic Kernel v.153

3 participants