Skip to content

Commit

Permalink
Updated nunit nuget packages to 2.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Augustine committed Aug 22, 2014
1 parent edea4e7 commit bcb5aad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nuget/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.Runners" version="2.6.2" />
<package id="NUnit.Runners" version="2.6.3" />
</packages>
5 changes: 3 additions & 2 deletions ABB.Swum.Tests/ABB.Swum.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@
<Reference Include="ABB.SrcML.Core">
<HintPath>..\External\SrcML\ABB.SrcML.Core.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
<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">
Expand Down
3 changes: 1 addition & 2 deletions ABB.Swum.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.2" targetFramework="net40" />
<package id="NUnit.Runners" version="2.6.2" />
<package id="NUnit" version="2.6.3" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions Swum.NET.proj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup>
<SolutionToBuild Include="Swum.NET.sln" />
<NugetExe Include="External\Nuget\nuget.exe" />
<TestRunner Include="packages\NUnit.Runners.2.6.2\tools\nunit-console.exe" />
<TestRunner Include="packages\NUnit.Runners.2.6.3\tools\nunit-console.exe" />
<Configuration Include="Debug;Release" />
<ExternalFiles Include="External\**\*.*" Exclude="External\MSBuild\**\*.*" />
</ItemGroup>
Expand Down Expand Up @@ -35,7 +35,7 @@
</Target>

<Target Name="Test" DependsOnTargets="Build" Condition="Exists('@(TestRunner)')">
<Exec Command="@(TestRunner) ABB.Swum.Tests\bin\$(Configuration)\ABB.Swum.Tests.dll" />
<Exec Command="@(TestRunner) $(OutDir)\$(Configuration)\ABB.Swum.Tests.dll" />
</Target>

<Target Name="CreatePackages" DependsOnTargets="SetNuspecVersion;Build">
Expand Down

0 comments on commit bcb5aad

Please sign in to comment.