-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bump to dotnet/msbuild@10fbfbf2 #241
Conversation
Changes: dotnet/msbuild@v17.9.5...v17.10.4 Updates $(MSBuildPackageReferenceVersion) to the latest VS 2022 LTS. This new package version brings in System.Security.Cryptography.Xml v8.0.0 as a transitive dependency, and as such the explicitl v7.0.1 package reference should no longer be necessary. An explicit package reference has been added for System.Formats.Asn1 v8.0.1 to address CVE-2024-38095.
/azp run |
Testing further with dotnet/android#9216 |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
When I've updated $(MSBuildPackageReferenceVersion)
in the past, it has been a pain to bump everything. I think things break until I had the change everywhere: android-sdk-installer, monodroid, dotnet/android. Just fyi.
I think we have to update the occasionally, it's just painful.
Changes: dotnet/android-tools@7ec795c...6575743 * dotnet/android-tools@6575743: Bump to dotnet/msbuild@10fbfbf2 (dotnet/android-tools#241) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changes: dotnet/android-tools@7ec795c...6575743 * dotnet/android-tools@6575743: Bump to dotnet/msbuild@10fbfbf2 (dotnet/android-tools#241) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changes: dotnet/msbuild@v17.9.5...v17.10.4 Updates $(MSBuildPackageReferenceVersion) to the latest VS 2022 LTS. This new package version brings in System.Security.Cryptography.Xml v8.0.0 as a transitive dependency, and as such the explicitl v7.0.1 package reference should no longer be necessary. An explicit package reference has been added for System.Formats.Asn1 v8.0.1 to address CVE-2024-38095.
Changes: dotnet/msbuild@v17.9.5...v17.10.4
Updates $(MSBuildPackageReferenceVersion) to the latest VS 2022 LTS.
This new package version brings in System.Security.Cryptography.Xml
v8.0.0 as a transitive dependency, and as such the explicit v7.0.1
package reference should no longer be necessary.
An explicit package reference has been added for System.Formats.Asn1
v8.0.1 (another transitive dependency of Microsoft.Build) to address
GHSA-447r-wph3-92pm.