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

Commit 8db8228

Browse files
committed
Update Sentinel Test deps
1 parent 6c1a857 commit 8db8228

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
36-
<HintPath>..\..\src\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
37-
<Private>True</Private>
38-
</Reference>
3935
<Reference Include="ServiceStack.Client">
4036
<HintPath>..\..\lib\ServiceStack.Client.dll</HintPath>
4137
</Reference>
@@ -64,7 +60,8 @@
6460
<Compile Include="RedisSentinelTests.cs" />
6561
</ItemGroup>
6662
<ItemGroup>
67-
<None Include="packages.config" />
63+
<None Include="project.json" />
64+
<None Include="ServiceStack.Redis.Tests.Sentinel.project.json" />
6865
</ItemGroup>
6966
<ItemGroup>
7067
<ProjectReference Include="..\..\src\ServiceStack.Redis\ServiceStack.Redis.csproj">

tests/ServiceStack.Redis.Tests.Sentinel/ServiceStack.Redis.Tests.Sentinel.project.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"runtimes": {
66
"win": {},
77
"win-x86": {}
8+
},
9+
"dependencies": {
10+
"NUnitLite": "3.6.1"
811
}
912
}

tests/ServiceStack.Redis.Tests.Sentinel/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/ServiceStack.Redis.Tests/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)