updated nunit to 2.6.3

This commit is contained in:
Keivan Beigi 2014-10-02 21:41:57 -07:00
parent 6ada50783c
commit cdee4916f1
22 changed files with 54 additions and 45 deletions

View file

@ -49,6 +49,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
@ -56,9 +60,6 @@
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="JsonTests\JsonFixture.cs" />

View file

@ -2,5 +2,5 @@
<packages>
<package id="FluentAssertions" version="3.1.229" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net40" />
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="NUnit" version="2.6.3" targetFramework="net40" />
</packages>