Skip to content

Commit e2c6cdc

Browse files
wyunchi-msisra-fel
andauthored
Upgrade vulnerable packages (Azure#21194)
* Upgrade unsecurity packages * Update Tools.Common.Netcore.csproj --------- Co-authored-by: Yeming Liu <[email protected]>
1 parent b36d043 commit e2c6cdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/Tools.Common/Tools.Common.Netcore.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.0" />
2424
<PackageReference Include="System.Runtime.Loader" Version="4.0.0" />
2525
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
26+
<!--The following packages are build-time indirect dependencies of Azure PowerShell. We pinned fixed versions here to make sure the safety at build-time.-->
2627
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
2728
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
29+
<PackageReference Include="System.DirectoryServices.Protocols" Version="5.0.1" />
2830
</ItemGroup>
2931

3032
<ItemGroup>
3133
<Content Include="SerializedCmdlets\*.json" CopyToOutputDirectory="PreserveNewest" />
3234
<Content Include="AllowList.csv" CopyToOutputDirectory="PreserveNewest" />
3335
</ItemGroup>
3436

35-
</Project>
37+
</Project>

0 commit comments

Comments
 (0)