Skip to content

Commit ef55855

Browse files
committed
(GH-151) Update nunit to 3.14.0
* fixes #151
1 parent b888ae6 commit ef55855

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Install tools
2-
#tool nuget:?package=NUnit.ConsoleRunner&version=3.4.0
2+
#tool nuget:?package=NUnit.ConsoleRunner&version=3.16.3
33

44
// Install .NET Core Global tools.
55
#tool dotnet:?package=GitVersion.Tool&version=5.12.0

test/LitJSON.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="nunit" Version="3.9.0" />
11-
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
10+
<PackageReference Include="nunit" Version="3.14.0" />
11+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)