Skip to content

Commit c87d741

Browse files
committed
Bump NUnit dependency versions
1 parent 9d6055e commit c87d741

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Generated_Code #added for RIA/Silverlight projects
106106
_UpgradeReport_Files/
107107
Backup*/
108108
UpgradeLog*.XML
109+
UpgradeLog*.htm
109110

110111
#Ignore generated nupkg files
111112
*.nupkg

TinCanTests/TinCanTests.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,23 @@
4848
<HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>
4949
</Reference>
5050
<Reference Include="nunit.core">
51-
<HintPath>..\packages\NUnitTestAdapter.1.0\lib\nunit.core.dll</HintPath>
51+
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
5252
<Private>False</Private>
5353
</Reference>
5454
<Reference Include="nunit.core.interfaces">
55-
<HintPath>..\packages\NUnitTestAdapter.1.0\lib\nunit.core.interfaces.dll</HintPath>
55+
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
5656
<Private>False</Private>
5757
</Reference>
58-
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
59-
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
58+
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
59+
<SpecificVersion>False</SpecificVersion>
60+
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
6061
</Reference>
6162
<Reference Include="nunit.util">
62-
<HintPath>..\packages\NUnitTestAdapter.1.0\lib\nunit.util.dll</HintPath>
63+
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
6364
<Private>False</Private>
6465
</Reference>
6566
<Reference Include="NUnit.VisualStudio.TestAdapter">
66-
<HintPath>..\packages\NUnitTestAdapter.1.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
67+
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
6768
<Private>False</Private>
6869
</Reference>
6970
<Reference Include="System" />
@@ -89,6 +90,9 @@
8990
<ItemGroup>
9091
<None Include="packages.config" />
9192
</ItemGroup>
93+
<ItemGroup>
94+
<Folder Include="Properties\" />
95+
</ItemGroup>
9296
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9397
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9498
Other similar extension points exist, see Microsoft.Common.targets.

TinCanTests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Newtonsoft.Json" version="6.0.2" targetFramework="net35" />
4-
<package id="NUnit" version="2.6.3" targetFramework="net35" />
5-
<package id="NUnitTestAdapter" version="1.0" targetFramework="net35" />
4+
<package id="NUnit" version="2.6.4" targetFramework="net35" />
5+
<package id="NUnitTestAdapter" version="2.0.0" targetFramework="net35" />
66
</packages>

0 commit comments

Comments
 (0)