Sort dependencies and remove duplicates in dependencies

This commit is contained in:
Wei Wang 2014-05-07 17:05:41 -07:00
parent 4e36207b14
commit 2ba629d886
4 changed files with 22 additions and 22 deletions

View File

@ -1,14 +1,14 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.HttpFeature": "",
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.FeatureModel": "",
"Xunit.KRunner": "0.1-alpha-*",
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.HttpFeature": "",
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
"xunit.execution": "2.0.0-aspnet-*",
"Xunit.KRunner": "0.1-alpha-*"
},
"commands": {
"test": "Xunit.KRunner"

View File

@ -2,14 +2,14 @@
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.PipelineCore": "",
"Microsoft.AspNet.HttpFeature": "",
"Microsoft.AspNet.PipelineCore": "",
"Microsoft.AspNet.Testing": "0.1-alpha-*",
"Xunit.KRunner": "0.1-alpha-*",
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
"xunit.execution": "2.0.0-aspnet-*",
"Xunit.KRunner": "0.1-alpha-*"
},
"commands": {
"test": "Xunit.KRunner"
@ -17,8 +17,8 @@
"configurations": {
"net45": {
"dependencies": {
"System.Runtime": "",
"Shouldly": "1.1.1.1"
"Shouldly": "1.1.1.1",
"System.Runtime": ""
}
}
}

View File

@ -1,16 +1,16 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Owin": "",
"Microsoft.AspNet.HttpFeature": "",
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.FeatureModel": "",
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.HttpFeature": "",
"Microsoft.AspNet.Owin": "",
"Microsoft.AspNet.PipelineCore": "",
"Xunit.KRunner": "0.1-alpha-*",
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
"xunit.execution": "2.0.0-aspnet-*",
"Xunit.KRunner": "0.1-alpha-*"
},
"commands": {
"test": "Xunit.KRunner"
@ -18,8 +18,8 @@
"configurations": {
"net45": {
"dependencies": {
"System.Runtime": "",
"Shouldly": "1.1.1.1"
"Shouldly": "1.1.1.1",
"System.Runtime": ""
}
}
}

View File

@ -1,15 +1,15 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.HttpFeature": "",
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.FeatureModel": "",
"Microsoft.AspNet.Http": "",
"Microsoft.AspNet.HttpFeature": "",
"Microsoft.AspNet.PipelineCore": "",
"Xunit.KRunner": "0.1-alpha-*",
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
"xunit.execution": "2.0.0-aspnet-*",
"Xunit.KRunner": "0.1-alpha-*"
},
"commands": {
"test": "Xunit.KRunner"
@ -17,9 +17,9 @@
"configurations": {
"net45": {
"dependencies": {
"System.Runtime": "",
"Moq": "4.2.1312.1622",
"System.Net.Http": ""
"System.Net.Http": "",
"System.Runtime": ""
}
}
}