Skip to content

Commit

Permalink
updating Newtonsoft and NUnit nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jan 5, 2015
1 parent 0938825 commit f523958
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions SODA.Tests/SODA.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down Expand Up @@ -82,16 +83,15 @@
<Compile Include="WebExceptionExtensionTests.cs" />
<Compile Include="WebsiteUrlColumnTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SODA\SODA.csproj">
<Project>{837ebdd7-eb58-44f8-834b-f2903a05a16e}</Project>
<Name>SODA</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion SODA.Tests/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="NUnit" version="2.6.3" targetFramework="net40" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
</packages>
5 changes: 3 additions & 2 deletions SODA.Utilities.Tests/SODA.Utilities.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
<Reference Include="Microsoft.Exchange.WebServices.Auth">
<HintPath>..\packages\EWS-Api-2.1.1.0.0\lib\net35\Microsoft.Exchange.WebServices.Auth.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
2 changes: 1 addition & 1 deletion SODA.Utilities.Tests/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="EWS-Api-2.1" version="1.0.0" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net40" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion SODA/SODA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion SODA/SODA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<copyright>Copyright 2014 City of Santa Monica, CA</copyright>
<tags>API OpenData Socrata SODA</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.6" />
<dependency id="Newtonsoft.Json" version="6.0.7" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion SODA/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="6.0.6" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.7" targetFramework="net45" />
</packages>

0 comments on commit f523958

Please sign in to comment.