Skip to content

Commit f8b5031

Browse files
committed
Removing extraneous versions
1 parent 4bb8e22 commit f8b5031

File tree

4 files changed

+11
-19
lines changed

4 files changed

+11
-19
lines changed

src/Microsoft.AspNet.Buffering/project.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*"
1414
},
1515
"frameworks": {
16-
"net451": {},
17-
"dotnet5.4": {
18-
"dependencies": {}
19-
}
16+
"net451": { },
17+
"dotnet5.4": { }
2018
}
2119
}

src/Microsoft.AspNet.HttpOverrides/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
"Microsoft.AspNet.Http.Extensions": "1.0.0-*"
1414
},
1515
"frameworks": {
16-
"net451": {},
17-
"dotnet5.4": {
18-
"dependencies": {
19-
"System.Collections": "4.0.10-*",
20-
"System.Linq": "4.0.0-*",
21-
"System.Threading": "4.0.10-*"
22-
}
23-
}
16+
"net451": { },
17+
"dotnet5.4": { }
2418
}
2519
}
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"version": "1.0.0-*",
3+
"compilationOptions": {
4+
"warningsAsErrors": true
5+
},
36
"dependencies": {
47
"Microsoft.AspNet.Buffering": "1.0.0-*",
58
"Microsoft.AspNet.TestHost": "1.0.0-*",
@@ -11,12 +14,6 @@
1114

1215
"frameworks": {
1316
"dnx451": { },
14-
"dnxcore50": {
15-
"dependencies": {
16-
"System.Collections": "4.0.10-*",
17-
"System.Linq": "4.0.0-*",
18-
"System.Threading": "4.0.10-*"
19-
}
20-
}
17+
"dnxcore50": {}
2118
}
2219
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"version": "1.0.0-*",
3+
"compilationOptions": {
4+
"warningsAsErrors": true
5+
},
36
"dependencies": {
47
"Microsoft.AspNet.HttpOverrides": "1.0.0-*",
58
"Microsoft.AspNet.TestHost": "1.0.0-*",

0 commit comments

Comments
 (0)