Update nuspec for .NET Standard

- though apparently this is not necessary, need to investigate nuget pack <project.json> command
This commit is contained in:
Rikki Tooley 2016-12-03 20:14:50 +00:00
parent 1bb51e9fe9
commit 7a3af103e3

View File

@ -8,15 +8,15 @@
<licenseUrl>https://github.com/inflatablefriends/lastfm/blob/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/inflatablefriends/lastfm</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Portable Last.fm SDK for modern .NET platforms.</description>
<description>Portable Last.fm SDK for modern .NET platforms. Now with .NET Standard!</description>
<copyright>Copyright 2014 Inflatable Friends</copyright>
<tags>lastfm last.fm inflatable friends sdk api music metadata scrobble scrobbling portable</tags>
<tags>lastfm last.fm inflatable friends sdk api music metadata scrobble scrobbling portable netstandard</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.5"/>
<dependency id="Microsoft.Net.Http" version="2.2.28"/>
<dependency id="Newtonsoft.Json" version="9.0.1"/>
<dependency id="System.Net.Http" version="4.3.0"/>
</dependencies>
</metadata>
<files>
<file src="..\src\IF.Lastfm.Core\bin\Release\IF.Lastfm.Core.dll" target="lib\portable-win8+net45+wp8+wpa81"/>
<file src="..\src\IF.Lastfm.Core\bin\Release\IF.Lastfm.Core.dll" target="lib\netstandard1.1"/>
</files>
</package>