Skip to content

Commit 9fca8ac

Browse files
authored
Remove CVE denpendencies in Compute to replicate the issue (#21643)
1 parent cf72c7d commit 9fca8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute/Compute.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
2222
<PackageReference Include="System.Management" Version="4.5.0" />
2323
<!-- Include the following DLLs for security issue -->
24-
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />
24+
<!-- PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" /-->
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)