Skip to content

Commit

Permalink
Be more picky about PS versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed May 1, 2024
1 parent 3a2dd84 commit 58f9c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

<ItemGroup>
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.2.19" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="[7.2.19, 7.3.0)" />
<PackageVersion Include="Prequel" Version="1.0.3" />
<PackageVersion Include="Subatomix.Build.Packaging.PowerShellModule" Version="1.1.1" />
<PackageVersion Include="Subatomix.Testing" Version="3.1.0" />
<PackageVersion Include="System.Management.Automation" Version="[7.2.0, 8.0.0)" />
<PackageVersion Include="System.Management.Automation" Version="[7.2.0, 7.3.0)" />
<PackageVersion Include="Unindent" Version="1.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 58f9c14

Please sign in to comment.