From 9f868945c6e8f1a690d253ca8bc0a44cc335d235 Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 10 Oct 2017 23:15:54 -0700 Subject: [PATCH] 1.0.7 patch version updates --- .../project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json b/src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json index affbc3c..29627d9 100644 --- a/src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json +++ b/src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json @@ -1,5 +1,5 @@ { - "version": "14.0.3", + "version": "14.0.4", "description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.", "buildOptions": { "warningsAsErrors": true, @@ -16,7 +16,7 @@ ] }, "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "1.0.3", + "Microsoft.AspNetCore.Http.Abstractions": "1.0.4", "Microsoft.Extensions.FileProviders.Physical": "1.0.1", "Microsoft.Extensions.PlatformAbstractions": "1.0.0" },