-
Notifications
You must be signed in to change notification settings - Fork 2
/
Rx.Contrib.nuspec
34 lines (33 loc) · 1.8 KB
/
Rx.Contrib.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
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Rx.Contrib</id>
<version>1.1.1</version>
<title>Rx.Contrib</title>
<authors>Burgy Benjamin</authors>
<owners>Burgy Benjamin</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Contains some extension methods for Rx.</description>
<language>en-US</language>
<tags>rx, async, observable, core, standard</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="System.Reactive.Core" version="3.1.1" />
<dependency id="System.Reflection" version="4.3.0" />
<dependency id="System.Runtime" version="4.3.0" />
</group>
<group targetFramework=".NETFramework4.5.1">
<dependency id="System.Reactive.Core" version="3.1.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="Rx.Contrib\bin\Release\netstandard2.0\Rx.Contrib.dll" target="lib\netstandard2.0\Rx.Contrib.dll" />
<file src="Rx.Contrib\bin\Release\netstandard2.0\Rx.Contrib.pdb" target="lib\netstandard2.0\Rx.Contrib.pdb" />
<file src="Rx.Contrib\bin\Release\netstandard2.0\Rx.Contrib.deps.json" target="lib\netstandard2.0\Rx.Contrib.deps.json" />
<file src="Rx.Contrib\bin\Release\Rx.Contrib.XML" target="lib\netstandard2.0\Rx.Contrib.XML" />
<file src="Rx.Contrib\bin\Release\net451\Rx.Contrib.dll" target="lib\net451\Rx.Contrib.dll" />
<file src="Rx.Contrib\bin\Release\net451\Rx.Contrib.pdb" target="lib\net451\Rx.Contrib.pdb" />
<file src="Rx.Contrib\bin\Release\Rx.Contrib.XML" target="lib\net451\Rx.Contrib.XML" />
</files>
</package>