Skip to content

Commit

Permalink
Bump packages for component governance
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Oct 29, 2024
1 parent 809e958 commit a20e119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Microsoft.PowerShell.5.ReferenceAssemblies" Version="1.1.0" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.4.5" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.4.6" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="OmniSharp.Extensions.DebugAdapter.Client" Version="0.19.9" />
<PackageVersion Include="OmniSharp.Extensions.DebugAdapter.Server" Version="0.19.9" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<!-- PowerShell 7.4.x -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Microsoft.PowerShell.SDK" VersionOverride="7.4.5" />
<PackageReference Include="Microsoft.PowerShell.SDK" VersionOverride="7.4.6" />
</ItemGroup>

<!-- PowerShell 7.2.x -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Microsoft.PowerShell.SDK" VersionOverride="7.2.23" />
<PackageReference Include="Microsoft.PowerShell.SDK" VersionOverride="7.2.24" />
</ItemGroup>

<!-- Windows PowerShell 5.1 -->
Expand Down

0 comments on commit a20e119

Please sign in to comment.