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

Commit 652bdf0

Browse files
committed
Merge branch 'sort-dependencies' into dev
2 parents efc77e6 + 2ba629d commit 652bdf0

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"version": "0.1-alpha-*",
33
"dependencies": {
4-
"Microsoft.AspNet.HttpFeature": "",
5-
"Microsoft.AspNet.Http": "",
64
"Microsoft.AspNet.FeatureModel": "",
7-
"Xunit.KRunner": "0.1-alpha-*",
5+
"Microsoft.AspNet.Http": "",
6+
"Microsoft.AspNet.HttpFeature": "",
87
"xunit.abstractions": "2.0.0-aspnet-*",
98
"xunit.assert": "2.0.0-aspnet-*",
109
"xunit.core": "2.0.0-aspnet-*",
11-
"xunit.execution": "2.0.0-aspnet-*"
10+
"xunit.execution": "2.0.0-aspnet-*",
11+
"Xunit.KRunner": "0.1-alpha-*"
1212
},
1313
"commands": {
1414
"test": "Xunit.KRunner"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"version": "0.1-alpha-*",
33
"dependencies": {
44
"Microsoft.AspNet.Http": "",
5-
"Microsoft.AspNet.PipelineCore": "",
65
"Microsoft.AspNet.HttpFeature": "",
6+
"Microsoft.AspNet.PipelineCore": "",
77
"Microsoft.AspNet.Testing": "0.1-alpha-*",
8-
"Xunit.KRunner": "0.1-alpha-*",
98
"xunit.abstractions": "2.0.0-aspnet-*",
109
"xunit.assert": "2.0.0-aspnet-*",
1110
"xunit.core": "2.0.0-aspnet-*",
12-
"xunit.execution": "2.0.0-aspnet-*"
11+
"xunit.execution": "2.0.0-aspnet-*",
12+
"Xunit.KRunner": "0.1-alpha-*"
1313
},
1414
"commands": {
1515
"test": "Xunit.KRunner"
1616
},
1717
"configurations": {
1818
"net45": {
1919
"dependencies": {
20-
"System.Runtime": "",
21-
"Shouldly": "1.1.1.1"
20+
"Shouldly": "1.1.1.1",
21+
"System.Runtime": ""
2222
}
2323
}
2424
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"version": "0.1-alpha-*",
33
"dependencies": {
4-
"Microsoft.AspNet.Owin": "",
5-
"Microsoft.AspNet.HttpFeature": "",
6-
"Microsoft.AspNet.Http": "",
74
"Microsoft.AspNet.FeatureModel": "",
5+
"Microsoft.AspNet.Http": "",
6+
"Microsoft.AspNet.HttpFeature": "",
7+
"Microsoft.AspNet.Owin": "",
88
"Microsoft.AspNet.PipelineCore": "",
9-
"Xunit.KRunner": "0.1-alpha-*",
109
"xunit.abstractions": "2.0.0-aspnet-*",
1110
"xunit.assert": "2.0.0-aspnet-*",
1211
"xunit.core": "2.0.0-aspnet-*",
13-
"xunit.execution": "2.0.0-aspnet-*"
12+
"xunit.execution": "2.0.0-aspnet-*",
13+
"Xunit.KRunner": "0.1-alpha-*"
1414
},
1515
"commands": {
1616
"test": "Xunit.KRunner"
1717
},
1818
"configurations": {
1919
"net45": {
2020
"dependencies": {
21-
"System.Runtime": "",
22-
"Shouldly": "1.1.1.1"
21+
"Shouldly": "1.1.1.1",
22+
"System.Runtime": ""
2323
}
2424
}
2525
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"version": "0.1-alpha-*",
33
"dependencies": {
4-
"Microsoft.AspNet.HttpFeature": "",
5-
"Microsoft.AspNet.Http": "",
64
"Microsoft.AspNet.FeatureModel": "",
5+
"Microsoft.AspNet.Http": "",
6+
"Microsoft.AspNet.HttpFeature": "",
77
"Microsoft.AspNet.PipelineCore": "",
8-
"Xunit.KRunner": "0.1-alpha-*",
98
"xunit.abstractions": "2.0.0-aspnet-*",
109
"xunit.assert": "2.0.0-aspnet-*",
1110
"xunit.core": "2.0.0-aspnet-*",
12-
"xunit.execution": "2.0.0-aspnet-*"
11+
"xunit.execution": "2.0.0-aspnet-*",
12+
"Xunit.KRunner": "0.1-alpha-*"
1313
},
1414
"commands": {
1515
"test": "Xunit.KRunner"
1616
},
1717
"configurations": {
1818
"net45": {
1919
"dependencies": {
20-
"System.Runtime": "",
2120
"Moq": "4.2.1312.1622",
22-
"System.Net.Http": ""
21+
"System.Net.Http": "",
22+
"System.Runtime": ""
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)