File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
<UsagePattern IdentityGlob =" Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
20
20
<UsagePattern IdentityGlob =" System.Composition/*1.0.31*" />
21
21
<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*" />
22
25
23
26
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
24
27
<UsagePattern IdentityGlob =" Microsoft.NET.ILLink.Tasks/*8.0.*" />
Original file line number Diff line number Diff line change 23
23
<PackageReference Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildFrameworkVersion)" />
24
24
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(MicrosoftBuildTasksCoreVersion)" />
25
25
<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)" />
28
26
</ItemGroup >
29
27
30
28
<ItemGroup Condition =" '$(TargetFramework)' == 'net472'" >
You can’t perform that action at this time.
0 commit comments