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

Commit a2b1dbd

Browse files
committed
Sort dependencies and remove duplicates in dependencies
1 parent 12658bb commit a2b1dbd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

samples/StaticFileSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"dependencies": {
33
"Helios": "0.1-alpha-*",
44
"Microsoft.AspNet.FileSystems": "0.1-alpha-*",
5-
"Microsoft.AspNet.StaticFiles": "",
6-
"Microsoft.AspNet.Http": "0.1-alpha-*"
5+
"Microsoft.AspNet.Http": "0.1-alpha-*",
6+
"Microsoft.AspNet.StaticFiles": ""
77
},
88
"configurations": {
99
"net45": {

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"version": "0.1-alpha-*",
33
"dependencies": {
4+
"Microsoft.AspNet.FileSystems": "0.1-alpha-*",
45
"Microsoft.AspNet.Http": "0.1-alpha-*",
5-
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*",
6-
"Microsoft.AspNet.FileSystems": "0.1-alpha-*"
6+
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*"
77
},
88
"configurations": {
99
"net45": {},
1010
"k10": {
1111
"dependencies": {
1212
"System.Collections": "4.0.0.0",
13-
"System.Diagnostics.Debug": "4.0.10.0",
1413
"System.Diagnostics.Contracts": "4.0.0.0",
14+
"System.Diagnostics.Debug": "4.0.10.0",
1515
"System.Diagnostics.Tools": "4.0.0.0",
1616
"System.Globalization": "4.0.10.0",
1717
"System.IO": "4.0.0.0",

0 commit comments

Comments
 (0)