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

Commit cb31e87

Browse files
committed
Replace xunit.runner.console by dotnet-test-xunit on .NET Desktop
1 parent 87ae14d commit cb31e87

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

test/AspNet.Security.OAuth.Introspection.Tests/project.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
"dependencies": {
77
"AspNet.Security.OAuth.Introspection": "1.0.0-alpha1-*",
8+
"dotnet-test-xunit": "1.0.0-rc2-*",
89
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-*",
910
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",
1011
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*",
@@ -14,7 +15,6 @@
1415
"frameworks": {
1516
"netcoreapp1.0": {
1617
"dependencies": {
17-
"dotnet-test-xunit": "1.0.0-rc2-*",
1818
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" }
1919
},
2020

@@ -24,11 +24,7 @@
2424
]
2525
},
2626

27-
"net451": {
28-
"dependencies": {
29-
"xunit.runner.console": "2.1.0"
30-
}
31-
}
27+
"net451": { }
3228
},
3329

3430
"testRunner": "xunit"

test/AspNet.Security.OAuth.Validation.Tests/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
"dependencies": {
77
"AspNet.Security.OAuth.Validation": "1.0.0-alpha1-*",
8+
"dotnet-test-xunit": "1.0.0-rc2-*",
89
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-*",
910
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",
1011
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*",
@@ -15,7 +16,6 @@
1516
"frameworks": {
1617
"netcoreapp1.0": {
1718
"dependencies": {
18-
"dotnet-test-xunit": "1.0.0-rc2-*",
1919
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-*" },
2020
"moq.netcore": "4.4.0-beta8",
2121
"System.Diagnostics.TraceSource": "4.0.0-rc2-*"
@@ -29,8 +29,7 @@
2929

3030
"net451": {
3131
"dependencies": {
32-
"Moq": "4.2.1312.1622",
33-
"xunit.runner.console": "2.1.0"
32+
"Moq": "4.2.1312.1622"
3433
}
3534
}
3635
},

test/Owin.Security.OAuth.Introspection.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
},
55

66
"dependencies": {
7+
"dotnet-test-xunit": "1.0.0-rc2-*",
78
"Microsoft.Owin.Testing": "3.0.1",
89
"Owin.Security.OAuth.Introspection": "1.0.0-alpha1-*",
9-
"xunit": "2.1.0",
10-
"xunit.runner.console": "2.1.0"
10+
"xunit": "2.1.0"
1111
},
1212

1313
"frameworks": {

test/Owin.Security.OAuth.Validation.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
},
55

66
"dependencies": {
7+
"dotnet-test-xunit": "1.0.0-rc2-*",
78
"Microsoft.Owin.Testing": "3.0.1",
89
"Moq": "4.2.1312.1622",
910
"Newtonsoft.Json": "8.0.3",
1011
"Owin.Security.OAuth.Validation": "1.0.0-alpha1-*",
11-
"xunit": "2.1.0",
12-
"xunit.runner.console": "2.1.0"
12+
"xunit": "2.1.0"
1313
},
1414

1515
"frameworks": {

0 commit comments

Comments
 (0)