-
Notifications
You must be signed in to change notification settings - Fork 841
When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) #7031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) #7031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds the System.Numerics.Tensors package reference for .NET 10.0 targeting frameworks to the centralized package version management.
- Adds System.Numerics.Tensors to the .NET 10 package version list with proper version variable reference
3330992 to
300e1d6
Compare
...s/Microsoft.Extensions.AI.Integration.Tests/Microsoft.Extensions.AI.Integration.Tests.csproj
Show resolved
Hide resolved
adamsitnik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
thank you, Jeff! |
…cs.Tensors to 10.0 (for MEAI) (dotnet#7031)
The MEAI libraries depend on System.Numerics.Tensors, but with Make MEAI packages use 10.0 runtime packages (#7028) that package is not getting set to the 10.0 version. This PR adds that package into the list of packages to bump up to the 10.0 version.
Microsoft Reviewers: Open in CodeFlow