Changed SHA3 library to unmanaged

This commit is contained in:
2015-02-02 16:44:06 +00:00
parent 6f450db3d5
commit abe94cca25

View File

@@ -31,8 +31,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="SHA3Managed">
<HintPath>..\packages\SHA3.0.9.2\lib\net40\SHA3Managed.dll</HintPath>
<Reference Include="SHA3">
<HintPath>..\packages\SHA3.0.9.2\lib\net40\SHA3.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>