Skip to content

Commit

Permalink
Upgrade unsecurity packages (Azure#21155)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyunchi-ms authored Mar 9, 2023
1 parent 0cef1cf commit 9715532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion tools/StaticAnalysis/StaticAnalysis.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
<PackageReference Include="NJsonSchema" Version="10.8.0" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.0" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions tools/Tools.Common/Tools.Common.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.0.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions tools/VersionController/VersionController.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.5" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Tools.Common\Tools.Common.Netcore.csproj" />
<ProjectReference Include="..\StaticAnalysis\StaticAnalysis.Netcore.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 9715532

Please sign in to comment.