forked from reactiveui/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReactiveUI-Core.nuspec
More file actions
76 lines (76 loc) · 4.21 KB
/
ReactiveUI-Core.nuspec
File metadata and controls
76 lines (76 loc) · 4.21 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>reactiveui-core</id>
<version>$version$</version>
<description>Use the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. Supports Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin Forms, WPF, Windows Forms, Windows Phone 8, Windows Store and Universal Windows Platform (UWP).</description>
<language>en-us</language>
<dependencies>
<group>
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="[1.4.0,2)" />
</group>
<group targetFramework="win8">
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="[1.4.0,2)" />
<dependency id="Rx-Xaml" version="2.2.5" />
<dependency id="Rx-WinRT" version="2.2.5" />
</group>
<group targetFramework="net45">
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="[1.4.0,2)" />
<dependency id="Rx-Xaml" version="2.2.5" />
</group>
<group targetFramework="Portable-Win81+Wpa81">
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="[1.4.0,2)" />
<dependency id="Rx-Xaml" version="2.2.5" />
<dependency id="Rx-WinRT" version="2.2.5" />
</group>
<group targetFramework="uap10.0">
<dependency id="Rx-Core" version="2.2.5" />
<dependency id="Rx-Interfaces" version="2.2.5" />
<dependency id="Rx-Linq" version="2.2.5" />
<dependency id="Rx-PlatformServices" version="2.2.5" />
<dependency id="Rx-WindowStoreApps" version="2.2.5" />
<dependency id="Rx-WinRT" version="2.2.5" />
<dependency id="Splat" version="1.6.2" />
<dependency id="System.Collections" version="4.0.10" />
<dependency id="System.Diagnostics.Debug" version="4.0.10" />
<dependency id="System.Diagnostics.Tools" version="4.0.0" />
<dependency id="System.IO" version="4.0.10" />
<dependency id="System.Linq" version="4.0.0" />
<dependency id="System.Linq.Expressions" version="4.0.10" />
<dependency id="System.ObjectModel" version="4.0.10" />
<dependency id="System.Reflection" version="4.0.10" />
<dependency id="System.Reflection.Extensions" version="4.0.0" />
<dependency id="System.Runtime" version="4.0.20" />
<dependency id="System.Runtime.Extensions" version="4.0.10" />
<dependency id="System.Runtime.InteropServices.WindowsRuntime" version="4.0.0" />
<dependency id="System.Runtime.Serialization.Primitives" version="4.1.0" />
<dependency id="System.Runtime.Serialization.Xml" version="4.1.0" />
<dependency id="System.Text.Encoding" version="4.0.10" />
<dependency id="System.Threading" version="4.0.10" />
<dependency id="System.Threading.Tasks" version="4.0.10" />
</group>
</dependencies>
</metadata>
<files>
<!-- Android -->
<file src="bin/Release/MonoAndroid403/ReactiveUI.dll" target="lib/MonoAndroid403/ReactiveUI.dll" />
<!-- iOS Unified API -->
<file src="bin/Release/Xamarin.iOS10/ReactiveUI.dll" target="lib/Xamarin.iOS10/ReactiveUI.dll" />
<!-- Xamarin Mac Unified API -->
<file src="bin/Release/Xamarin.Mac20/ReactiveUI.dll" target="lib/Xamarin.Mac20/ReactiveUI.dll" />
<!-- Windows Store 8.1 -->
<file src="bin/Release/Portable-Win81+Wpa81/ReactiveUI.dll" target="lib/Portable-Win81+Wpa81/ReactiveUI.dll" />
<!-- Windows Universal -->
<file src="bin/Release/UAP10.0/ReactiveUI.dll" target="lib/UAP10/ReactiveUI.dll" />
<!-- .NET 4.5 -->
<file src="bin/Release/Net45/ReactiveUI.dll" target="lib/Net45/ReactiveUI.dll" />
<!-- Portable PCL -->
<file src="bin/Release/portable-net45+netcore45+wpa81+win8+wp8+UAP10+MonoAndroid403+MonoTouch10+Xamarin.iOS10/ReactiveUI.dll" target="lib/portable-net45+netcore45+wpa81+win8+wp8+UAP10+MonoAndroid403+MonoTouch10+Xamarin.iOS10/ReactiveUI.dll" />
<!-- Source -->
<file src="*.cs" target="src" />
</files>
</package>