MvvX.Plugins.FileChooser 2019.11003.1-alpha
This package contains the FileChooser plugin for MvvmCross
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MvvX.Plugins.FileChooser</id>
<version>2019.11003.1-alpha</version>
<authors>MACK Mathieu</authors>
<owners>MACK Mathieu</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/mathieumack/MvvX.Plugins.FileChooser</licenseUrl>
<projectUrl>https://github.com/mathieumack/MvvX.Plugins.FileChooser</projectUrl>
<description>This package contains the FileChooser plugin for MvvmCross</description>
<copyright>Copyright (c) 2019</copyright>
<tags>mvvm mvvmcross xamarin android FileChooser ios mac forms monodroid monotouch xamarin.android xamarin.ios wpf plugins</tags>
<repository type="git" url="https://github.com/mathieumack/MvvX.Plugins.FileChooser" />
<dependencies>
<group targetFramework=".NETFramework4.6.1">
<dependency id="MvvmCross" version="6.4.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="MvvmCross" version="6.4.0" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="PresentationCore" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="PresentationFramework" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</package>