Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
yet another try at nuget bug #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrath committed Feb 7, 2017
1 parent c18fa6a commit d9d0bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Multiformats.Hash/Multiformats.Hash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
<LastGenOutput>SHAKE.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<None Include="lib\Blake2Sharp.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 0 additions & 4 deletions Multiformats.Hash/Multiformats.Hash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework="net461" />
</frameworkAssemblies>
<references>
<reference file="Multiformats.Hash" />
<reference file="Blake2Sharp.dll" />
</references>
</metadata>
<files>
<file src="lib\**\*.dll" target="lib" />
Expand Down

0 comments on commit d9d0bc7

Please sign in to comment.