Skip to content

Commit b53749d

Browse files
authored
Upgrade Microsoft.PowerShell.SDK package version and fix security vulnerability in Tools.Common (#22955)
* Align Microsoft.PowerShell.SDK package version with TestFx and fix security vulnerabilities on Microsoft.Windows.Compatibility.dll and System.Security.Cryptography.Pkcs.dll * Update Tools.Common.Netcore.csproj
1 parent a4c39d7 commit b53749d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
2323
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.0" />
2424
<PackageReference Include="System.Runtime.Loader" Version="4.0.0" />
25-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
25+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.7" />
2626
<!--The following packages are build-time indirect dependencies of Azure PowerShell. We pinned fixed versions here to make sure the safety at build-time.-->
27+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.7" />
2728
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
29+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.4" />
2830
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
29-
<PackageReference Include="System.DirectoryServices.Protocols" Version="6.0.0" />
3031
</ItemGroup>
3132

3233
<ItemGroup>

0 commit comments

Comments
 (0)