Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sshirokov committed Aug 17, 2016
2 parents 658fa6c + 6e5bca4 commit af3e632
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DokanSSHFS/DokanSSHFS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
<HintPath>packages\DokanNet.1.1.0-rc3\lib\net40\DokanNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DiffieHellman, Version=0.0.0.0, Culture=neutral">
<HintPath>packages\DiffieHellman.1.0.0\lib\net40\DiffieHellman.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Org.Mentalis.Security, Version=1.0.13.715, Culture=neutral">
<HintPath>packages\Org.Mentalis.Security.1.0.0\lib\net40\Org.Mentalis.Security.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 2 additions & 0 deletions DokanSSHFS/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DokanNet" version="1.1.0-rc3" targetFramework="net40" />
<package id="DiffieHellman" version="1.0.0" targetFramework="net4" />
<package id="Org.Mentalis.Security" version="1.0.0" targetFramework="net4" />
<package id="Tamir.SharpSSH" version="1.1.1.13" targetFramework="net35" />
</packages>

0 comments on commit af3e632

Please sign in to comment.