Skip to content
This repository was archived by the owner on Nov 14, 2017. It is now read-only.

Commit eee83ae

Browse files
LHCGregLHCGreg
authored andcommitted
Upgrade to latest NUnit.
1 parent 28be2d7 commit eee83ae

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

DFO.Common.Tests/DFO.Common.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
33+
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
3434
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
35+
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
3636
</Reference>
3737
<Reference Include="System" />
3838
<Reference Include="System.Core" />
@@ -43,15 +43,15 @@
4343
<Compile Include="Properties\AssemblyInfo.cs" />
4444
<Compile Include="ScriptPvfPathTestFixture.cs" />
4545
</ItemGroup>
46-
<ItemGroup>
47-
<None Include="packages.config" />
48-
</ItemGroup>
4946
<ItemGroup>
5047
<ProjectReference Include="..\DFO.Common\DFO.Common.csproj">
5148
<Project>{f96de472-94ce-46dc-89fe-049207cc9541}</Project>
5249
<Name>DFO.Common</Name>
5350
</ProjectReference>
5451
</ItemGroup>
52+
<ItemGroup>
53+
<None Include="packages.config" />
54+
</ItemGroup>
5555
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5656
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5757
Other similar extension points exist, see Microsoft.Common.targets.

DFO.Common.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="2.6.3" targetFramework="net45" />
3+
<package id="NUnit" version="2.6.4" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)