bump .NET SDK version for tests in release/7.0.x branch and fix vulnerable dependencies#6881
Merged
kartheekp-ms merged 3 commits intorelease/7.0.xfrom Oct 22, 2025
Merged
Conversation
Nigusu-Allehu
previously approved these changes
Oct 21, 2025
Nigusu-Allehu
previously approved these changes
Oct 21, 2025
Member
Nigusu-Allehu
left a comment
There was a problem hiding this comment.
The Microsoft Build packages versions are also updated in here btw #6875.
081fc77 to
c726934
Compare
Contributor
Author
|
Thanks to @nkolev92 for the offline help! I learned that the .NET SDK 10.0.1xx preview channel has a known bug, and we need to pin the .NET SDK version to avoid test failures. Nikolche also mentioned that the SDK version used for tests should include this commit. Looking at the recent CI logs, tests passed five days ago using the One of the tests that previously failed with the newer SDK version passed locally with |
Nigusu-Allehu
approved these changes
Oct 22, 2025
zivkan
approved these changes
Oct 22, 2025
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.
Bug
Fixes:
Description
Cherry-pick 4a281a1 into
release/7.0.xbranch to address test failures. More details can be found in #6880 PR description.I have also cherry-picked bd1cbb8 commit to fix vulnerable dependency alerts in the release branch.
PR Checklist
[ ] Meaningful title, helpful description and a linked NuGet/Home issue[ ] Added tests[ ] Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc.