Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b3a90f4

Browse files
committed
Update to NUnit v3.8.1
1 parent 540e5cd commit b3a90f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ServiceStack.Redis.Tests.Sentinel/ServiceStack.Redis.Tests.Sentinel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="NUnit" Version="3.6.1" />
24+
<PackageReference Include="NUnit" Version="3.8.1" />
2525
</ItemGroup>
2626

2727
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">

tests/ServiceStack.Redis.Tests/ServiceStack.Redis.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<ProjectReference Include="..\..\src\ServiceStack.Redis\ServiceStack.Redis.csproj" />
22-
<PackageReference Include="NUnit" Version="3.6.1" />
22+
<PackageReference Include="NUnit" Version="3.8.1" />
2323
</ItemGroup>
2424

2525
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)