Skip to content

Commit 8352038

Browse files
committed
Fix reference
1 parent 191694a commit 8352038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSharp/TfsCmdlets.Legacy/TfsCmdlets.Legacy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.VisualStudio.Services.Search.Client" Version="16.*-*" />
2525
<PackageReference Include="Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi" Version="16.*-*" />
2626
<PackageReference Include="Microsoft.VisualStudio.Services.ServiceHooks.WebApi" Version="16.*-*" />
27-
<PackageReference Include="PowerShellStandard.Library" Version=".*" PrivateAssets="all" />
27+
<PackageReference Include="PowerShellStandard.Library" Version="5.*" PrivateAssets="all" />
2828
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
2929
<PackageReference Include="System.Composition" Version="5.0.1" />
3030
<PackageReference Include="System.Composition.Hosting" Version="5.0.1" />

0 commit comments

Comments
 (0)