Skip to content

Commit

Permalink
Update libsodium-net
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeans committed Jan 7, 2017
1 parent 6f2a193 commit bb4c6a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions StreamCryptor/StreamCryptor.csproj
Expand Up @@ -46,8 +46,8 @@
<HintPath>..\packages\protobuf-net.2.1.0\lib\net45\protobuf-net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sodium">
<HintPath>..\packages\libsodium-net.0.10.0-beta3\lib\Net40\Sodium.dll</HintPath>
<Reference Include="Sodium, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\libsodium-net.0.10.0\lib\Net40\Sodium.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion StreamCryptor/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Baseclass.Contrib.Nuget.Output" version="2.2.0-xbuild02" targetFramework="net45" />
<package id="libsodium-net" version="0.10.0-beta3" targetFramework="net45" />
<package id="libsodium-net" version="0.10.0" targetFramework="net45" />
<package id="protobuf-net" version="2.1.0" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Expand Up @@ -40,7 +40,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Sodium, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\libsodium-net.0.10.0-beta3\lib\Net40\Sodium.dll</HintPath>
<HintPath>..\packages\libsodium-net.0.10.0\lib\Net40\Sodium.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Baseclass.Contrib.Nuget.Output" version="2.2.0-xbuild02" targetFramework="net45" />
<package id="libsodium-net" version="0.10.0-beta3" targetFramework="net45" />
<package id="libsodium-net" version="0.10.0" targetFramework="net45" />
<package id="NUnit" version="3.5.0" targetFramework="net45" />
</packages>

0 comments on commit bb4c6a0

Please sign in to comment.