Skip to content

Commit a0aced8

Browse files
committed
Pin package references to minor versions
And just let Dependabot notify us.
1 parent e256c19 commit a0aced8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Nstack.Core" Version="0.17.*" />
9-
<PackageReference Include="Terminal.Gui" Version="1.7.*" />
10-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.*" />
8+
<PackageReference Include="Nstack.Core" Version="0.17.1" />
9+
<PackageReference Include="Terminal.Gui" Version="1.7.2" />
10+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.6" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)