Skip to content

Commit 4339e5a

Browse files
committed
Update NUnit.
1 parent f004c24 commit 4339e5a

File tree

12 files changed

+23
-24
lines changed

12 files changed

+23
-24
lines changed

samples/Samples/Samples.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
37-
<HintPath>..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
38-
<Private>True</Private>
36+
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
37+
<HintPath>..\..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath>
3938
</Reference>
4039
<Reference Include="System" />
4140
<Reference Include="System.Core" />

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="3.2.1" targetFramework="net461" />
3+
<package id="NUnit" version="3.6.1" targetFramework="net461" />
44
</packages>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@
4848
<HintPath>..\..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
51-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
52-
<HintPath>..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
53-
<Private>True</Private>
51+
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
52+
<HintPath>..\..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath>
5453
</Reference>
5554
<Reference Include="System" />
5655
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

test/MsgPack.UnitTest.BclExtensions/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net461" />
44
<package id="Microsoft.CodeAnalysis.Common" version="1.3.2" targetFramework="net461" />
55
<package id="Microsoft.CodeAnalysis.CSharp" version="1.3.2" targetFramework="net461" />
6-
<package id="NUnit" version="3.2.1" targetFramework="net461" />
6+
<package id="NUnit" version="3.6.1" targetFramework="net461" />
7+
<package id="NUnit3TestAdapter" version="3.7.0" targetFramework="net461" />
78
<package id="System.AppContext" version="4.1.0" targetFramework="net461" />
89
<package id="System.Collections" version="4.0.11" targetFramework="net461" />
910
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="net461" />

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@
3838
<AssemblyOriginatorKeyFile>..\..\src\MsgPack.snk</AssemblyOriginatorKeyFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\NUnit.3.2.1\lib\net35\nunit.framework.dll</HintPath>
43-
<Private>True</Private>
41+
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\NUnit.3.6.1\lib\net35\nunit.framework.dll</HintPath>
4443
</Reference>
4544
<Reference Include="System" />
4645
<Reference Include="System.Core" />
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.2.1" targetFramework="net35" />
3+
<package id="NUnit" version="3.6.1" targetFramework="net35" />
4+
<package id="NUnit3TestAdapter" version="3.7.0" targetFramework="net35" />
45
</packages>

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949
<HintPath>..\..\packages\Microsoft.CodeAnalysis.CSharp.1.3.2\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
53-
<HintPath>..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
54-
<Private>True</Private>
52+
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
53+
<HintPath>..\..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath>
5554
</Reference>
5655
<Reference Include="System" />
5756
<Reference Include="System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

test/MsgPack.UnitTest.CodeDom/packages.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net461" />
44
<package id="Microsoft.CodeAnalysis.Common" version="1.3.2" targetFramework="net461" />
55
<package id="Microsoft.CodeAnalysis.CSharp" version="1.3.2" targetFramework="net461" />
6-
<package id="NUnit" version="3.2.1" targetFramework="net461" />
6+
<package id="NUnit" version="3.6.1" targetFramework="net461" />
7+
<package id="NUnit3TestAdapter" version="3.7.0" targetFramework="net461" />
78
<package id="System.AppContext" version="4.1.0" targetFramework="net461" />
89
<package id="System.Collections" version="4.0.11" targetFramework="net461" />
910
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="net461" />

test/MsgPack.UnitTest.Net35/MsgPack.UnitTest.Net35.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@
3838
<AssemblyOriginatorKeyFile>..\..\src\MsgPack.snk</AssemblyOriginatorKeyFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\NUnit.3.2.1\lib\net35\nunit.framework.dll</HintPath>
43-
<Private>True</Private>
41+
<Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\NUnit.3.6.1\lib\net35\nunit.framework.dll</HintPath>
4443
</Reference>
4544
<Reference Include="System" />
4645
<Reference Include="System.Core" />
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.2.1" targetFramework="net35" />
3+
<package id="NUnit" version="3.6.1" targetFramework="net35" />
4+
<package id="NUnit3TestAdapter" version="3.7.0" targetFramework="net35" />
45
</packages>

0 commit comments

Comments
 (0)