Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Docker.DotNet.SSH/Docker.DotNet.SSH.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>$(PackageIdPrefix).SSH</PackageId>
<Description>[FORK] Docker.DotNet.SSH is a library that allows you to use SSH to communicate with a remote Docker engine programmatically in your .NET applications. This fork includes some additional fixes and updates, see GitHub repo for details.</Description>
Expand All @@ -8,6 +8,6 @@
<ProjectReference Include="..\Docker.DotNet\Docker.DotNet.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TrapTech.SSH.NET" Version="2020.0.3" />
<PackageReference Include="TrapTech.SSH.NET" Version="2020.0.4" />
</ItemGroup>
</Project>