Added dependency group for iOS

This commit is contained in:
Dmitry Trabo 2019-04-26 12:44:46 +03:00
Родитель 770b4eb5e0
Коммит 60d5b91622
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -23,6 +23,10 @@
<dependency id="GoogleGson" version="2.8.5" />
<dependency id="Newtonsoft.Json" version="10.0.1" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Microsoft.AppCenter" version="$version$" />
<dependency id="Newtonsoft.Json" version="10.0.1" />
</group>
</dependencies>
<version>$version$</version>
</metadata>

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

@ -23,6 +23,9 @@
<dependency id="GoogleGson" version="2.8.5" />
<dependency id="Newtonsoft.Json" version="10.0.1" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Microsoft.AppCenter" version="$version$" />
<dependency id="Newtonsoft.Json" version="10.0.1" />
</dependencies>
<version>$version$</version>
</metadata>