Fix the nuspecs
This commit is contained in:
Родитель
23f6dfb8e4
Коммит
676338528b
|
@ -50,6 +50,9 @@ This package contains the 'Core Binding' libraries for MvvmCross
|
|||
<group targetFramework="Xamarin.Mac20">
|
||||
<dependency id="MvvmCross.Core" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.tvOS">
|
||||
<dependency id="MvvmCross.Core" version="4.3.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
@ -75,6 +78,11 @@ This package contains the 'Core Binding' libraries for MvvmCross
|
|||
<file src="..\bin\Release\Mvx\Mac\MvvmCross.Binding.Mac.*" target="lib\Xamarin.Mac20" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Binding.*" target="lib\Xamarin.Mac20" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Localization.*" target="lib\Xamarin.Mac20" />
|
||||
|
||||
<!-- tvOS -->
|
||||
<file src="..\bin\Release\Mvx\tvOS\MvvmCross.Binding.tvOS.*" target="lib\Xamarin.tvOS" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Binding.*" target="lib\Xamarin.tvOS" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Localization.*" target="lib\Xamarin.tvOS" />
|
||||
|
||||
<!-- phone -->
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Binding.*" target="lib\wp8" />
|
||||
|
|
|
@ -38,6 +38,9 @@ This package contains the 'Core' libraries for MvvmCross
|
|||
<group targetFramework="Xamarin.Mac20">
|
||||
<dependency id="MvvmCross.Platform" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.tvOS">
|
||||
<dependency id="MvvmCross.Platform" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="portable-net45+win+wpa81+wp80">
|
||||
<dependency id="MvvmCross.Platform" version="4.3.0" />
|
||||
</group>
|
||||
|
@ -125,6 +128,11 @@ This package contains the 'Core' libraries for MvvmCross
|
|||
<file src="..\bin\Release\Mvx\Mac\MvvmCross.Mac.*" target="lib\Xamarin.Mac20" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Core.dll" target="lib\Xamarin.Mac20" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Core.pdb" target="lib\Xamarin.Mac20" />
|
||||
|
||||
<!-- tvOS -->
|
||||
<file src="..\bin\Release\Mvx\tvOS\MvvmCross.tvOS.*" target="lib\Xamarin.tvOS" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Core.dll" target="lib\Xamarin.tvOS" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Core.pdb" target="lib\Xamarin.tvOS" />
|
||||
</files>
|
||||
</package>
|
||||
|
||||
|
|
|
@ -73,6 +73,10 @@ This package contains the 'Platform' libraries for MvvmCross
|
|||
<!-- mac -->
|
||||
<file src="..\bin\Release\Mvx\Mac\MvvmCross.Platform.Mac.*" target="lib\Xamarin.Mac20" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\Xamarin.Mac20" />
|
||||
|
||||
<!-- tvOS -->
|
||||
<file src="..\bin\Release\Mvx\tvOS\MvvmCross.Platform.tvOS.*" target="lib\Xamarin.tvOS" />
|
||||
<file src="..\bin\Release\Mvx\Portable\MvvmCross.Platform.*" target="lib\Xamarin.tvOS" />
|
||||
</files>
|
||||
</package>
|
||||
|
||||
|
|
|
@ -38,6 +38,9 @@ This package contains the 'Getting Started' libraries for MvvmCross and installs
|
|||
<group targetFramework="Xamarin.Mac20">
|
||||
<dependency id="MvvmCross" version="4.2.2" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.tvOS">
|
||||
<dependency id="MvvmCross" version="4.2.2" />
|
||||
</group>
|
||||
<group targetFramework="portable-net45+win+wpa81+wp80">
|
||||
<dependency id="MvvmCross" version="4.2.2" />
|
||||
</group>
|
||||
|
|
|
@ -38,6 +38,9 @@ This package contains the 'Test Helpers' for MvvmCross
|
|||
<group targetFramework="Xamarin.Mac20">
|
||||
<dependency id="MvvmCross.Platform" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.tvOS">
|
||||
<dependency id="MvvmCross.Platform" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="portable-net45+win+wpa81+wp80">
|
||||
<dependency id="MvvmCross.Platform" version="4.3.0" />
|
||||
</group>
|
||||
|
|
|
@ -44,6 +44,10 @@ This package contains the 'Getting Started' libraries for MvvmCross.
|
|||
<dependency id="MvvmCross.Core" version="4.3.0" />
|
||||
<dependency id="MvvmCross.Binding" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.tvOS">
|
||||
<dependency id="MvvmCross.Core" version="4.3.0" />
|
||||
<dependency id="MvvmCross.Binding" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="portable-net45+win+wpa81+wp80">
|
||||
<dependency id="MvvmCross.Core" version="4.3.0" />
|
||||
<dependency id="MvvmCross.Binding" version="4.3.0" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче