Updated the Xamarin.Forms NuGet

This commit is contained in:
Matthew Leibowitz 2015-02-11 18:42:58 +02:00
Родитель 7e392170ae
Коммит e2f58b67e4
1 изменённых файлов: 2 добавлений и 12 удалений

Просмотреть файл

@ -11,21 +11,11 @@
<projectUrl>http://oxyplot.org/</projectUrl>
<iconUrl>http://resources.oxyplot.org/icons/oxyplot_128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>plotting plot charting chart</tags>
<tags>plotting plot charting chart xamarin forms android windows phone ios</tags>
<dependencies>
<group>
<dependency id="OxyPlot.Core" version="[0.0.0]"/>
</group>
<group targetFramework="MonoTouch1.0">
<dependency id="OxyPlot.Xamarin.iOS"/>
</group>
<group targetFramework="MonoAndroid1.0">
<dependency id="OxyPlot.Xamarin.Android"/>
</group>
<group targetFramework="wp80">
<dependency id="OxyPlot.WP8"/>
</group>
<group>
<dependency id="OxyPlot.Mobile" version="[0.0.0]"/>
<dependency id="Xamarin.Forms"/>
</group>
</dependencies>