File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
<UsagePattern IdentityGlob =" System.Composition/*7.0.0*" />
32
32
<UsagePattern IdentityGlob =" System.Threading.Tasks.Extensions/*4.5.3*" />
33
33
34
- <!-- Added to unblock dependency flow, needs review. -->
35
- <UsagePattern IdentityGlob =" System.Security.Cryptography.Xml/*6.0.0*" />
36
34
37
35
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
38
36
<UsagePattern IdentityGlob =" Microsoft.NET.ILLink.Tasks/*8.0.*" />
Original file line number Diff line number Diff line change 26
26
<PackageReference Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildFrameworkVersion)" />
27
27
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MicrosoftBuildTasksCoreVersion)" />
28
28
<PackageReference Include =" Microsoft.Build.Utilities.Core" Version =" $(MicrosoftBuildUtilitiesCoreVersion)" />
29
+ <!-- Manually updated version from 6.0.0 to address CVE-2021-43877 -->
30
+ <PackageReference Include =" System.Security.Cryptography.Xml" Version =" $(RepoTasksSystemSecurityCryptographyXmlVersion)" />
29
31
</ItemGroup >
30
32
31
33
<ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
You can’t perform that action at this time.
0 commit comments