Skip to content

Commit

Permalink
Update nuspec for .NET Standard
Browse files Browse the repository at this point in the history
- though apparently this is not necessary, need to investigate nuget pack <project.json> command
  • Loading branch information
rikkit committed Dec 3, 2016
1 parent 1bb51e9 commit 7a3af10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .nuget/Inflatable.Lastfm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 7a3af10

Please sign in to comment.