Skip to content

Commit 1405f01

Browse files
committed
Update NUnit package versions.
1 parent 211bffd commit 1405f01

8 files changed

Lines changed: 80 additions & 13 deletions

File tree

samples/Samples/Samples.csproj

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,25 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="nunit.framework">
36-
<HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
35+
<Reference Include="nunit.core">
36+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.dll</HintPath>
37+
<Private>False</Private>
38+
</Reference>
39+
<Reference Include="nunit.core.interfaces">
40+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.interfaces.dll</HintPath>
41+
<Private>False</Private>
42+
</Reference>
43+
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
44+
<SpecificVersion>False</SpecificVersion>
45+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.framework.dll</HintPath>
46+
</Reference>
47+
<Reference Include="nunit.util">
48+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.util.dll</HintPath>
49+
<Private>False</Private>
50+
</Reference>
51+
<Reference Include="NUnit.VisualStudio.TestAdapter">
52+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
53+
<Private>False</Private>
3754
</Reference>
3855
<Reference Include="System" />
3956
<Reference Include="System.Core" />
@@ -59,10 +76,10 @@
5976
</ProjectReference>
6077
</ItemGroup>
6178
<ItemGroup>
62-
<None Include="packages.config" />
79+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
6380
</ItemGroup>
6481
<ItemGroup>
65-
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
82+
<None Include="packages.config" />
6683
</ItemGroup>
6784
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6885
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />

samples/Samples/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.2" targetFramework="net451" />
3+
<package id="NUnitTestAdapter.WithFramework" version="1.2" targetFramework="net451" />
44
</packages>

test/MsgPack.UnitTest.BclExtensions/MsgPack.UnitTest.BclExtensions.csproj

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,25 @@
3838
<AssemblyOriginatorKeyFile>..\..\src\MsgPack.snk</AssemblyOriginatorKeyFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41+
<Reference Include="nunit.core">
42+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.dll</HintPath>
43+
<Private>True</Private>
44+
</Reference>
45+
<Reference Include="nunit.core.interfaces">
46+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.interfaces.dll</HintPath>
47+
<Private>True</Private>
48+
</Reference>
4149
<Reference Include="nunit.framework">
42-
<HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
50+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.framework.dll</HintPath>
51+
<Private>True</Private>
52+
</Reference>
53+
<Reference Include="nunit.util">
54+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.util.dll</HintPath>
55+
<Private>True</Private>
56+
</Reference>
57+
<Reference Include="NUnit.VisualStudio.TestAdapter">
58+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
59+
<Private>True</Private>
4360
</Reference>
4461
<Reference Include="System" />
4562
<Reference Include="System.Collections.Immutable">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Bcl.Immutable" version="1.0.30" targetFramework="net45" />
4-
<package id="NUnit" version="2.6.2" targetFramework="net45" />
4+
<package id="NUnitTestAdapter.WithFramework" version="1.2" targetFramework="net45" />
55
</packages>

test/MsgPack.UnitTest.CodeDom/MsgPack.UnitTest.CodeDom.csproj

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,25 @@
4141
<AssemblyOriginatorKeyFile>..\..\src\MsgPack.snk</AssemblyOriginatorKeyFile>
4242
</PropertyGroup>
4343
<ItemGroup>
44+
<Reference Include="nunit.core">
45+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.dll</HintPath>
46+
<Private>True</Private>
47+
</Reference>
48+
<Reference Include="nunit.core.interfaces">
49+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.interfaces.dll</HintPath>
50+
<Private>True</Private>
51+
</Reference>
4452
<Reference Include="nunit.framework">
45-
<HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
53+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.framework.dll</HintPath>
54+
<Private>True</Private>
55+
</Reference>
56+
<Reference Include="nunit.util">
57+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.util.dll</HintPath>
58+
<Private>True</Private>
59+
</Reference>
60+
<Reference Include="NUnit.VisualStudio.TestAdapter">
61+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
62+
<Private>True</Private>
4663
</Reference>
4764
<Reference Include="System" />
4865
<Reference Include="System.Core" />
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.2" targetFramework="net40" />
3+
<package id="NUnitTestAdapter.WithFramework" version="1.2" targetFramework="net45" />
44
</packages>

test/MsgPack.UnitTest/MsgPack.UnitTest.csproj

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,25 @@
8585
</PropertyGroup>
8686
<ItemGroup>
8787
<Reference Include="Microsoft.CSharp" />
88-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
89-
<SpecificVersion>False</SpecificVersion>
90-
<HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
88+
<Reference Include="nunit.core">
89+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.dll</HintPath>
90+
<Private>False</Private>
91+
</Reference>
92+
<Reference Include="nunit.core.interfaces">
93+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.core.interfaces.dll</HintPath>
94+
<Private>True</Private>
95+
</Reference>
96+
<Reference Include="nunit.framework">
97+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.framework.dll</HintPath>
98+
<Private>True</Private>
99+
</Reference>
100+
<Reference Include="nunit.util">
101+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\nunit.util.dll</HintPath>
102+
<Private>True</Private>
103+
</Reference>
104+
<Reference Include="NUnit.VisualStudio.TestAdapter">
105+
<HintPath>..\..\packages\NUnitTestAdapter.WithFramework.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
106+
<Private>True</Private>
91107
</Reference>
92108
<Reference Include="System" />
93109
<Reference Include="System.Core" />
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.2" targetFramework="net40" />
3+
<package id="NUnitTestAdapter.WithFramework" version="1.2" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)