From a65054d9474c0d3761389716a6c44fbb67166034 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Wed, 3 Feb 2016 21:41:13 -0800 Subject: [PATCH] Fixed version of FileSystemGlobbing --- src/Microsoft.DotNet.Files/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Files/project.json b/src/Microsoft.DotNet.Files/project.json index e003b1b01..9a62dadf6 100644 --- a/src/Microsoft.DotNet.Files/project.json +++ b/src/Microsoft.DotNet.Files/project.json @@ -8,7 +8,7 @@ "NETStandard.Library": "1.0.0-rc2-23728", "System.Linq.Expressions": "4.0.11-rc2-23728", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15975", + "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15996", "Microsoft.DotNet.Cli.Utils": { "type": "build",