Reacting to System.IO package version change

This commit is contained in:
Pranav K 2014-08-20 06:56:34 -07:00
parent 26084c7f13
commit 226e6f3291
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
@ -24,7 +24,7 @@
"System.Threading.Tasks": "4.0.10.0",
"System.Diagnostics.Tracing": "4.0.10.0",
"System.Collections": "4.0.10.0",
"System.IO": "4.0.0.0",
"System.IO": "4.0.10.0",
"System.Linq": "4.0.0.0",
"System.Net.Primitives": "4.0.10.0",
"System.Runtime.Extensions": "4.0.10.0",

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Xunit.KRunner": "1.0.0-*",
@ -13,7 +13,7 @@
"dependencies": {
"System.Net.Sockets": "4.0.0.0",
"System.Runtime.Handles": "4.0.0.0",
"System.IO": "4.0.0.0"
"System.IO": "4.0.10.0"
}
}
},