-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathReactive.Streams.TCK.nuspec
27 lines (27 loc) · 1.23 KB
/
Reactive.Streams.TCK.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Reactive.Streams.TCK</id>
<version>1.0.3</version>
<authors>Reactive Streams</authors>
<owners>Reactive Streams</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://creativecommons.org/publicdomain/zero/1.0/</licenseUrl>
<projectUrl>https://github.com/reactive-streams/reactive-streams-dotnet</projectUrl>
<description>Reactive Streams Technology Compatibility Kit</description>
<copyright>CC0 1.0 Universal</copyright>
<tags>reactive stream</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Reactive.Streams" version="1.0.3" />
<dependency id="NUnit" version="3.6.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\net45\Reactive.Streams.Example.Unicast.dll" target="lib\net45" />
<file src="bin\Release\net45\Reactive.Streams.Example.Unicast.xml" target="lib\net45" />
<file src="bin\Release\net45\Reactive.Streams.TCK.dll" target="lib\net45" />
<file src="bin\Release\net45\Reactive.Streams.TCK.xml" target="lib\net45" />
</files>
</package>