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

Commit 17a172a

Browse files
committed
Add missing dotnet-test-xunit to test project
1 parent 4b226b7 commit 17a172a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/Microsoft.Extensions.Caching.Redis.Tests/project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"dotnet-test-xunit": "1.0.0-*",
34
"Microsoft.NETCore.Platforms": "1.0.1-*",
45
"Microsoft.AspNetCore.Testing": "1.0.0-*",
56
"Microsoft.Extensions.Caching.Redis": "1.0.0-*",
@@ -10,11 +11,7 @@
1011
"frameworks": {
1112
"net451": {
1213
"dependencies": {
13-
"Moq": "4.2.1312.1622",
14-
"xunit.runner.console": "2.1.0"
15-
},
16-
"frameworkAssemblies": {
17-
"System.Runtime": ""
14+
"Moq": "4.2.1312.1622"
1815
}
1916
}
2017
}

0 commit comments

Comments
 (0)