Skip to content

Commit

Permalink
Add dependency to nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Feb 5, 2018
1 parent 00f1977 commit e3cd603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Disruptor-net.nuspec
Expand Up @@ -10,6 +10,9 @@
<description>Port of LMAX Disruptor to .NET</description>
<tags>Concurrency Disruptor Latency Throughput</tags>
<language />
<dependencies>
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.4.0" />
</dependencies>
</metadata>
<files>
<file src="net45\*" target="lib\net45" />
Expand Down

0 comments on commit e3cd603

Please sign in to comment.