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

Commit a4c132c

Browse files
committed
Adding dotnet-test-xunit
1 parent f6cdb9f commit a4c132c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.Owin.Security.Interop.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6+
"dotnet-test-xunit": "1.0.0-*",
67
"Microsoft.NETCore.Platforms": "1.0.1-*",
78
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
89
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
910
"Microsoft.Owin.Security.Cookies": "3.0.1",
1011
"Microsoft.Owin.Security.Interop": "1.0.0-*",
1112
"Microsoft.Owin.Testing": "3.0.1",
12-
"xunit": "2.1.0",
13-
"xunit.runner.console": "2.1.0"
13+
"xunit": "2.1.0"
1414
},
1515
"frameworks": {
1616
"net451": {

0 commit comments

Comments
 (0)