Skip to content

Commit b833474

Browse files
committed
Updates for 1.0.1
1 parent 8b5896f commit b833474

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/Microsoft.VisualStudio.Web.BrowserLink.Loader

src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.0.0",
2+
"version": "14.0.1",
33
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
44
"buildOptions": {
55
"warningsAsErrors": true,
@@ -10,8 +10,8 @@
1010
]
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
14-
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
13+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
14+
"Microsoft.Extensions.FileProviders.Physical": "1.0.1",
1515
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
1616
},
1717
"frameworks": {

0 commit comments

Comments
 (0)