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

Commit fabdb3b

Browse files
committed
Reacting to System.IO package version change
1 parent c74e583 commit fabdb3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/CookieSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"System.Diagnostics.Debug": "4.0.10.0",
2323
"System.Diagnostics.Tools": "4.0.0.0",
2424
"System.Globalization": "4.0.10.0",
25-
"System.IO": "4.0.0.0",
25+
"System.IO": "4.0.10.0",
2626
"System.Linq": "4.0.0.0",
2727
"System.Reflection": "4.0.10.0",
2828
"System.Resources.ResourceManager": "4.0.0.0",

src/Microsoft.AspNet.Security.Cookies/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"System.Diagnostics.Debug": "4.0.10.0",
2323
"System.Diagnostics.Tools": "4.0.0.0",
2424
"System.Globalization": "4.0.10.0",
25-
"System.IO": "4.0.0.0",
25+
"System.IO": "4.0.10.0",
2626
"System.IO.Compression": "4.0.0.0",
2727
"System.Linq": "4.0.0.0",
2828
"System.Reflection": "4.0.10.0",

src/Microsoft.AspNet.Security/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"System.Diagnostics.Debug": "4.0.10.0",
2020
"System.Diagnostics.Tools": "4.0.0.0",
2121
"System.Globalization": "4.0.10.0",
22-
"System.IO": "4.0.0.0",
22+
"System.IO": "4.0.10.0",
2323
"System.IO.Compression": "4.0.0.0",
2424
"System.Linq": "4.0.0.0",
2525
"System.Reflection": "4.0.10.0",

0 commit comments

Comments
 (0)