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

Commit a06d05f

Browse files
committed
Update xunit.runner.kre => xunit.runner.aspnet.
1 parent c27c85c commit a06d05f

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

test/Microsoft.AspNet.FeatureModel.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
44
"Microsoft.AspNet.Http": "1.0.0-*",
55
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
6-
"xunit.runner.kre": "1.0.0-*"
6+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
77
},
88
"commands": {
9-
"test": "xunit.runner.kre"
9+
"test": "xunit.runner.aspnet"
1010
},
1111
"frameworks": {
1212
"dnx451": {

test/Microsoft.AspNet.Http.Core.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"Microsoft.AspNet.Http": "1.0.0-*",
55
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
66
"Microsoft.AspNet.Http.Core": "1.0.0-*",
7-
"xunit.runner.kre": "1.0.0-*"
7+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
88
},
99
"commands": {
10-
"test": "xunit.runner.kre"
10+
"test": "xunit.runner.aspnet"
1111
},
1212
"frameworks": {
1313
"dnx451": {

test/Microsoft.AspNet.Http.Extensions.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
55
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
66
"Microsoft.AspNet.Http.Core": "1.0.0-*",
7-
"xunit.runner.kre": "1.0.0-*"
7+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
88
},
99
"commands": {
10-
"test": "xunit.runner.kre"
10+
"test": "xunit.runner.aspnet"
1111
},
1212
"frameworks": {
1313
"dnx451": {

test/Microsoft.AspNet.Http.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
55
"Microsoft.AspNet.Http.Core": "1.0.0-*",
66
"Microsoft.AspNet.Testing": "1.0.0-*",
7-
"xunit.runner.kre": "1.0.0-*"
7+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
88
},
99
"commands": {
10-
"test": "xunit.runner.kre"
10+
"test": "xunit.runner.aspnet"
1111
},
1212
"frameworks": {
1313
"dnx451": {

test/Microsoft.AspNet.Owin.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
66
"Microsoft.AspNet.Owin": "1.0.0-*",
77
"Microsoft.AspNet.Http.Core": "1.0.0-*",
8-
"xunit.runner.kre": "1.0.0-*"
8+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
99
},
1010
"commands": {
11-
"test": "xunit.runner.kre"
11+
"test": "xunit.runner.aspnet"
1212
},
1313
"frameworks": {
1414
"dnx451": {

test/Microsoft.AspNet.WebUtilities.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"Microsoft.AspNet.Http": "1.0.0-*",
44
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
55
"Microsoft.AspNet.Http.Core": "1.0.0-*",
6-
"xunit.runner.kre": "1.0.0-*"
6+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
77
},
88
"commands": {
9-
"test": "xunit.runner.kre"
9+
"test": "xunit.runner.aspnet"
1010
},
1111
"frameworks": {
1212
"dnx451": { },

test/Microsoft.Framework.WebEncoders.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"Microsoft.Framework.WebEncoders": "1.0.0-*",
55
"Moq": "4.2.1312.1622",
66
"Newtonsoft.Json": "6.0.6",
7-
"xunit.runner.kre": "1.0.0-*"
7+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
88
},
99
"commands": {
10-
"test": "xunit.runner.kre"
10+
"test": "xunit.runner.aspnet"
1111
},
1212
"compilationOptions": {
1313
"allowUnsafe": true

test/Microsoft.Net.Http.Headers.Tests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.Net.Http.Headers": "1.0.0-*",
5-
"xunit.runner.kre": "1.0.0-*"
5+
"xunit.runner.aspnet": "2.0.0-aspnet-*"
66
},
77
"commands": {
8-
"test": "xunit.runner.kre"
8+
"test": "xunit.runner.aspnet"
99
},
1010
"frameworks": {
1111
"dnx451": { },

0 commit comments

Comments
 (0)