Skip to content

Commit

Permalink
Replace 'libpsrpclient' with 'psrp' package (#3477)
Browse files Browse the repository at this point in the history
The package 'libpsrpclient' was replaced by 'psrp' in #3271. However, this was missed when moving from project.json to MSBuild. This change makes this update.
  • Loading branch information
daxian-dbw committed Apr 3, 2017
1 parent 42f2e3c commit a79cb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/powershell-unix/powershell-unix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="libpsrpclient" Version="1.0.0-*" />
<PackageReference Include="psrp" Version="1.1.0-*" />
<PackageReference Include="PSDesiredStateConfiguration" Version="1.0.0-alpha01" />
<PackageReference Include="PowerShellHelpFiles" Version="1.0.0-alpha01" />
</ItemGroup>
Expand Down

0 comments on commit a79cb2f

Please sign in to comment.