From 7555b17d41735f43552e282de609ff84edd0263b Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 1 May 2014 15:37:23 -0700 Subject: [PATCH] Update filesystem dependencies. --- src/Microsoft.AspNet.Server.WebListener/project.json | 2 -- src/Microsoft.Net.Server/Project.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.AspNet.Server.WebListener/project.json b/src/Microsoft.AspNet.Server.WebListener/project.json index ddf651ba54..ebd2c31782 100644 --- a/src/Microsoft.AspNet.Server.WebListener/project.json +++ b/src/Microsoft.AspNet.Server.WebListener/project.json @@ -23,8 +23,6 @@ "System.Diagnostics.Tools": "4.0.0.0", "System.Globalization": "4.0.10.0", "System.IO": "4.0.0.0", - "System.IO.FileSystem": "4.0.0.0", - "System.IO.FileSystem.Primitives": "4.0.0.0", "System.Linq": "4.0.0.0", "System.Reflection": "4.0.10.0", "System.Resources.ResourceManager": "4.0.0.0", diff --git a/src/Microsoft.Net.Server/Project.json b/src/Microsoft.Net.Server/Project.json index c0aa89bb6a..d948282b13 100644 --- a/src/Microsoft.Net.Server/Project.json +++ b/src/Microsoft.Net.Server/Project.json @@ -17,8 +17,8 @@ "System.Diagnostics.Tools": "4.0.0.0", "System.Globalization": "4.0.10.0", "System.IO": "4.0.0.0", - "System.IO.FileSystem": "4.0.0.0", - "System.IO.FileSystem.Primitives": "4.0.0.0", + "System.IO.FileSystem": "4.0.10.0", + "System.IO.FileSystem.Primitives": "4.0.20.0", "System.Linq": "4.0.0.0", "System.Net.Primitives": "4.0.10.0", "System.Reflection": "4.0.10.0",