Fix nuspec after .NET standard rollback

This commit is contained in:
Guillaume Perrot 2017-06-23 15:14:35 -07:00
Родитель 7f3d0991d3
Коммит 2c7f5f8ae0
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -13,9 +13,6 @@
<licenseUrl>https://aka.ms/vbgfx2</licenseUrl>
<iconUrl>https://aka.ms/xhh7sr</iconUrl>
<dependencies>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<!-- Use dependency groups for iOS and Android so that additional dependencies aren't added to them -->
<group targetFramework="MonoAndroid403">
</group>

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

@ -13,9 +13,6 @@
<licenseUrl>https://aka.ms/vbgfx2</licenseUrl>
<iconUrl>https://aka.ms/xhh7sr</iconUrl>
<dependencies>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework="uap10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.2"/>
<dependency id="Newtonsoft.Json" version="6.0.1"/>