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

Commit a87cee0

Browse files
committed
Change to use NUnit 3.6.1 and OutputType Library
1 parent f2bfc62 commit a87cee0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--<TargetFrameworks>netcoreapp1.1</TargetFrameworks>-->
66
<DebugType>portable</DebugType>
77
<AssemblyName>ServiceStack.Redis.Tests</AssemblyName>
8-
<OutputType>Exe</OutputType>
8+
<OutputType>Library</OutputType>
99
<PackageId>ServiceStack.Redis.Tests</PackageId>
1010
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
1111
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
@@ -25,7 +25,7 @@
2525
</ItemGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="NUnitLite" Version="3.5" />
28+
<PackageReference Include="NUnit" Version="3.6.1" />
2929
<Reference Include="..\..\lib\ServiceStack.Interfaces.dll" />
3030
</ItemGroup>
3131

0 commit comments

Comments
 (0)