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

Commit e2a3f14

Browse files
committed
Reacting to System.IO package version change
1 parent 274f20a commit e2a3f14

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Microsoft.AspNet.Http/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"dependencies": {},
44
"frameworks": {
@@ -11,7 +11,7 @@
1111
"System.Diagnostics.Tools": "4.0.0.0",
1212
"System.Globalization": "4.0.10.0",
1313
"System.Globalization.Extensions": "4.0.0.0",
14-
"System.IO": "4.0.0.0",
14+
"System.IO": "4.0.10.0",
1515
"System.Linq": "4.0.0.0",
1616
"System.Runtime": "4.0.20.0",
1717
"System.Runtime.Extensions": "4.0.10.0",

src/Microsoft.AspNet.HttpFeature/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"frameworks": {
44
"net45": {},
55
"k10": {
66
"dependencies": {
77
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
8-
"System.IO": "4.0.0.0",
8+
"System.IO": "4.0.10.0",
99
"System.Net.Primitives": "4.0.10.0",
1010
"System.Runtime": "4.0.20.0",
1111
"System.Runtime.InteropServices": "4.0.20.0",

src/Microsoft.AspNet.Owin/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.Http": "",
@@ -14,7 +14,7 @@
1414
"System.ComponentModel": "4.0.0.0",
1515
"System.Diagnostics.Tools": "4.0.0.0",
1616
"System.Globalization": "4.0.10.0",
17-
"System.IO": "4.0.0.0",
17+
"System.IO": "4.0.10.0",
1818
"System.Linq": "4.0.0.0",
1919
"System.Net.Primitives": "4.0.10.0",
2020
"System.Runtime": "4.0.20.0",

src/Microsoft.AspNet.PipelineCore/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
{
33
"version": "1.0.0-*",
44
"dependencies": {
@@ -16,7 +16,7 @@
1616
"System.Diagnostics.Debug": "4.0.10.0",
1717
"System.Diagnostics.Tools": "4.0.0.0",
1818
"System.Globalization": "4.0.10.0",
19-
"System.IO": "4.0.0.0",
19+
"System.IO": "4.0.10.0",
2020
"System.Linq": "4.0.0.0",
2121
"System.Runtime": "4.0.20.0",
2222
"System.Runtime.Extensions": "4.0.10.0",

0 commit comments

Comments
 (0)