summaryrefslogtreecommitdiff
path: root/Juick
diff options
context:
space:
mode:
authorGravatar vitalyster2012-10-09 22:24:08 +0400
committerGravatar vitalyster2012-10-09 22:24:08 +0400
commite3eefd6bf4af630cfd1db4a3701492d184185e10 (patch)
tree583e27ccaa929b78e3648808c9b48cd1fad37b22 /Juick
parent86a3ce306fc6cd63b3917cba95435059975ad8ec (diff)
remove old dependencies
Diffstat (limited to 'Juick')
-rw-r--r--Juick/Juick.csproj9
-rw-r--r--Juick/NewPostView.xaml.cs1
-rw-r--r--Juick/packages.config3
3 files changed, 3 insertions, 10 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index eaff44f..5265fce 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -51,13 +51,8 @@
<Reference Include="Microsoft.Phone" />
<Reference Include="Microsoft.Phone.Controls" />
<Reference Include="Microsoft.Phone.Interop" />
- <Reference Include="Microsoft.Xna.Framework" />
- <Reference Include="Newtonsoft.Json">
- <HintPath>..\packages\Newtonsoft.Json.4.5.9\lib\sl4-windowsphone71\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="RestSharp.WindowsPhone, Version=102.7.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\RestSharp.102.7\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
+ <Reference Include="RestSharp.WindowsPhone, Version=104.1.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\RestSharp.104.1\lib\sl4-wp71\RestSharp.WindowsPhone.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Servicemodel.Web" />
diff --git a/Juick/NewPostView.xaml.cs b/Juick/NewPostView.xaml.cs
index e044fbe..d50b45a 100644
--- a/Juick/NewPostView.xaml.cs
+++ b/Juick/NewPostView.xaml.cs
@@ -19,7 +19,6 @@ using System.Windows.Shapes;
using Juick.Classes;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Tasks;
-using Microsoft.Xna.Framework.Media;
using RestSharp;
namespace Juick
diff --git a/Juick/packages.config b/Juick/packages.config
index d300250..051648d 100644
--- a/Juick/packages.config
+++ b/Juick/packages.config
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="Newtonsoft.Json" version="4.5.9" targetFramework="sl40-wp71" />
- <package id="RestSharp" version="102.7" />
+ <package id="RestSharp" version="104.1" targetFramework="sl40-wp71" />
</packages> \ No newline at end of file