Skip to content

Commit 9715532

Browse files
authored
Upgrade unsecurity packages (#21155)
1 parent 0cef1cf commit 9715532

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/StaticAnalysis/StaticAnalysis.Netcore.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
2625
<PackageReference Include="NJsonSchema" Version="10.8.0" />
2726
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.0" />
2827
</ItemGroup>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
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.0.6" />
26+
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
27+
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2528
</ItemGroup>
2629

2730
<ItemGroup>

tools/VersionController/VersionController.Netcore.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@
2525
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.5" />
2626
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.5" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.5" />
28-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
2928
</ItemGroup>
3029

3130
<ItemGroup>
32-
<ProjectReference Include="..\Tools.Common\Tools.Common.Netcore.csproj" />
3331
<ProjectReference Include="..\StaticAnalysis\StaticAnalysis.Netcore.csproj" />
3432
</ItemGroup>
3533

0 commit comments

Comments
 (0)