mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 07:26:28 +00:00
a70bc5fc09
* refactored SpotifyUri parsing * unit tests for SpotifyUri class * added missing file reference in SpotifyAPI.csproj * updated NuGet packages in SpotifyAPI.Tests and reverted inline TryParse variable declarations in SpotifyUri.cs
7 lines
341 B
XML
7 lines
341 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Castle.Core" version="4.2.1" targetFramework="net45" />
|
|
<package id="Moq" version="4.7.145" targetFramework="net45" />
|
|
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net45" />
|
|
<package id="NUnit" version="3.8.1" targetFramework="net45" />
|
|
</packages> |