Skip to content

Commit

Permalink
nuget updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsheehan committed Oct 10, 2011
1 parent 1e9d405 commit 044be16
Show file tree
Hide file tree
Showing 40 changed files with 2,952 additions and 572 deletions.
9 changes: 5 additions & 4 deletions RestSharp.IntegrationTests/RestSharp.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="xunit, Version=1.8.0.1545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<Reference Include="xunit, Version=1.8.0.1549, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\xunit.1.8.0.1545\lib\xunit.dll</HintPath>
<HintPath>..\packages\xunit.1.8.0.1549\lib\xunit.dll</HintPath>
</Reference>
<Reference Include="xunit.extensions">
<HintPath>..\packages\xunit.extensions.1.8.0.1545\lib\xunit.extensions.dll</HintPath>
<Reference Include="xunit.extensions, Version=1.8.0.1549, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\xunit.extensions.1.8.0.1549\lib\xunit.extensions.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions RestSharp.IntegrationTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="xunit" version="1.8.0.1545" />
<package id="xunit.extensions" version="1.8.0.1545" />
<package id="xunit" version="1.8.0.1549" />
<package id="xunit.extensions" version="1.8.0.1549" />
</packages>
5 changes: 3 additions & 2 deletions RestSharp.Net4/RestSharp.Net4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<DocumentationFile>bin\Release\RestSharp.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.4.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.4.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion RestSharp.Net4/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="4.0.2" />
<package id="Newtonsoft.Json" version="4.0.3" />
</packages>
4 changes: 2 additions & 2 deletions RestSharp.Silverlight/RestSharp.Silverlight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="Newtonsoft.Json.Silverlight, Version=4.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.4.0.2\lib\sl4\Newtonsoft.Json.Silverlight.dll</HintPath>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.4.0.3\lib\sl4\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Web" />
Expand Down
2 changes: 1 addition & 1 deletion RestSharp.Silverlight/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="4.0.2" />
<package id="Newtonsoft.Json" version="4.0.3" />
</packages>
13 changes: 9 additions & 4 deletions RestSharp.Tests/RestSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
<DocumentationFile>bin\Release\RestSharp.Tests.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.4.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
</Reference>
Expand All @@ -64,12 +68,13 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.4.0.2\lib\net35\Newtonsoft.Json.Net35.dll</HintPath>
</Reference>
<Reference Include="xunit, Version=1.8.0.1545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
<Reference Include="xunit, Version=1.8.0.1549, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\xunit.1.8.0.1545\lib\xunit.dll</HintPath>
<HintPath>..\packages\xunit.1.8.0.1549\lib\xunit.dll</HintPath>
</Reference>
<Reference Include="xunit.extensions, Version=1.8.0.1545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
<HintPath>..\packages\xunit.extensions.1.8.0.1545\lib\xunit.extensions.dll</HintPath>
<Reference Include="xunit.extensions, Version=1.8.0.1549, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\xunit.extensions.1.8.0.1549\lib\xunit.extensions.dll</HintPath>
</Reference>
<Reference Include="xunit.runner.tdnet, Version=1.8.0.1545, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 deletions RestSharp.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="xunit" version="1.8.0.1545" />
<package id="xunit.extensions" version="1.8.0.1545" />
<package id="Newtonsoft.Json" version="4.0.2" />
<package id="Newtonsoft.Json" version="4.0.3" />
<package id="xunit" version="1.8.0.1549" />
<package id="xunit.extensions" version="1.8.0.1549" />
</packages>
4 changes: 2 additions & 2 deletions RestSharp.WindowsPhone/RestSharp.WindowsPhone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="Newtonsoft.Json.WindowsPhone, Version=4.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.4.0.2\lib\sl3-wp\Newtonsoft.Json.WindowsPhone.dll</HintPath>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.4.0.3\lib\sl3-wp\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Windows" />
<Reference Include="system" />
Expand Down
2 changes: 1 addition & 1 deletion RestSharp.WindowsPhone/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="4.0.2" />
<package id="Newtonsoft.Json" version="4.0.3" />
</packages>
12 changes: 0 additions & 12 deletions RestSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{E709A928
restsharp.nuspec = restsharp.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Net4", "RestSharp.Net4\RestSharp.Net4.csproj", "{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.WindowsPhone.Mango", "RestSharp.WindowsPhone.Mango\RestSharp.WindowsPhone.Mango.csproj", "{71647E33-714F-4975-8368-71B075045272}"
EndProject
Global
Expand Down Expand Up @@ -80,16 +78,6 @@ Global
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|x86.ActiveCfg = Release|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Debug|x86.ActiveCfg = Debug|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Release|Any CPU.Build.0 = Release|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5D979D3C-99D6-49B0-AC4F-ACFF32F9C4BE}.Release|x86.ActiveCfg = Release|Any CPU
{71647E33-714F-4975-8368-71B075045272}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71647E33-714F-4975-8368-71B075045272}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71647E33-714F-4975-8368-71B075045272}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down
7 changes: 3 additions & 4 deletions RestSharp/RestSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
<DocumentationFile>bin\Release\RestSharp.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.4.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand All @@ -67,10 +70,6 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Newtonsoft.Json.Net35, Version=4.0.2.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.4.0.2\lib\net35\Newtonsoft.Json.Net35.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Authenticators\NtlmAuthenticator.cs" />
Expand Down
2 changes: 1 addition & 1 deletion RestSharp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="4.0.2" />
<package id="Newtonsoft.Json" version="4.0.3" />
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 044be16

Please sign in to comment.