Skip to content

Commit cef2777

Browse files
committed
update dependencies
1 parent e5bebb2 commit cef2777

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Wox.Plugin.Spotify.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
37+
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
3838
</Reference>
3939
<Reference Include="SpotifyAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\packages\SpotifyAPI-NET.2.14.1\lib\SpotifyAPI.dll</HintPath>
40+
<HintPath>..\packages\SpotifyAPI-NET.2.17.1\lib\SpotifyAPI.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="System.Core" />

packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net452" />
4-
<package id="SpotifyAPI-NET" version="2.14.1" targetFramework="net452" />
3+
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
4+
<package id="SpotifyAPI-NET" version="2.17.1" targetFramework="net452" />
55
<package id="Wox.Plugin" version="1.3.159" targetFramework="net452" />
66
</packages>

0 commit comments

Comments
 (0)