File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919 <UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
2020 <UsagePattern IdentityGlob =" System.Composition/*1.0.31*" />
2121 <UsagePattern IdentityGlob =" System.Threading.Tasks.Extensions/*4.5.3*" />
22+
23+ <!-- Added to unblock dependency flow, needs review. -->
24+ <UsagePattern IdentityGlob =" System.Security.Cryptography.Xml/*6.0.0*" />
2225
2326 <!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
2427 <UsagePattern IdentityGlob =" Microsoft.NET.ILLink.Tasks/*8.0.*" />
Original file line number Diff line number Diff line change 2323 <PackageReference Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildFrameworkVersion)" />
2424 <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MicrosoftBuildTasksCoreVersion)" />
2525 <PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(MicrosoftBuildUtilitiesCoreVersion)" />
26- <!-- Manually updated version from 6.0.0 to address CVE-2021-43877 -->
27- <PackageReference Include =" System.Security.Cryptography.Xml" Version =" $(RepoTasksSystemSecurityCryptographyXmlVersion)" />
2826 </ItemGroup >
2927
3028 <ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
You can’t perform that action at this time.
0 commit comments