-
Notifications
You must be signed in to change notification settings - Fork 849
Merging changes from release/10.1 into main #7128
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
Conversation
Preapre for 10.1 release ---- #### AI description (iteration 1) #### PR Classification This pull request prepares the project for the 10.1 release by updating dependency versions and build configurations for a stable shipping build. #### PR Summary The changes update package versions and streamline build pipelines to ensure a stable, release-ready output: - **`eng/Versions.props`**: Bumped dependency versions from 10.0.0 to 10.0.1 and enabled release stabilization by setting `<StabilizePackageVersion>` to true and `<DotNetFinalVersionKind>` to release. - **`azure-pipelines.yml`**: Removed the code coverage stage and updated dependency triggers to simplify the CI pipeline. - **`NuGet.config`**: Removed the package source mapping section and added a new internal package source reference. - **`eng/pipelines/templates/BuildAndTest.yml` & `Directory.Build.props`**: Added tasks to set up private feed credentials and disabled NU1507 warnings to support internal feeds. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Preapre for 10.1 release ---- #### AI description (iteration 1) #### PR Classification This pull request prepares the project for the 10.1 release by updating dependency versions and build configurations for a stable shipping build. #### PR Summary The changes update package versions and streamline build pipelines to ensure a stable, release-ready output: - **`eng/Versions.props`**: Bumped dependency versions from 10.0.0 to 10.0.1 and enabled release stabilization by setting `<StabilizePackageVersion>` to true and `<DotNetFinalVersionKind>` to release. - **`azure-pipelines.yml`**: Removed the code coverage stage and updated dependency triggers to simplify the CI pipeline. - **`NuGet.config`**: Removed the package source mapping section and added a new internal package source reference. - **`eng/pipelines/templates/BuildAndTest.yml` & `Directory.Build.props`**: Added tasks to set up private feed credentials and disabled NU1507 warnings to support internal feeds. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
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 merges changes from the release/10.1 branch into main, bringing in servicing updates and security fixes. The changes include updating .NET 10.0 package references to version 10.0.1 (from 10.0.0), addressing security vulnerabilities in transitive dependencies, and updating build tooling.
Key changes:
- Update all .NET 10.0 runtime, AspNetCore, and extensions packages from version 10.0.0 to 10.0.1 (standard servicing release)
- Add explicit package references to fix security vulnerabilities in transitive dependencies (Newtonsoft.Json for net462, System.IO.Packaging 8.0.0)
- Update Microsoft.DotNet.BuildTasks.Templating from beta.25523.111 to beta.25569.105
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/Libraries/Microsoft.Extensions.Diagnostics.Probes.Tests/Microsoft.Extensions.Diagnostics.Probes.Tests.csproj | Adds Newtonsoft.Json package reference for net462 target to address vulnerability in transitive dependency |
| test/Libraries/Microsoft.Extensions.DataIngestion.Tests/Microsoft.Extensions.DataIngestion.Tests.csproj | Adds System.IO.Packaging override to fix vulnerability in version 8.0.0 |
| eng/packages/TestOnly.props | Defines System.IO.Packaging version 8.0.1 for test projects |
| eng/Versions.props | Updates all .NET 10.0 package versions from 10.0.0 to 10.0.1 (43 package version properties) and updates build tasks templating version |
This should be merged and not squashed.
Microsoft Reviewers: Open in CodeFlow