We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5896f commit b833474Copy full SHA for b833474
1 file changed
src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "14.0.0",
+ "version": "14.0.1",
3
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
4
"buildOptions": {
5
"warningsAsErrors": true,
@@ -10,8 +10,8 @@
10
]
11
},
12
"dependencies": {
13
- "Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
14
- "Microsoft.Extensions.FileProviders.Physical": "1.0.0",
+ "Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
+ "Microsoft.Extensions.FileProviders.Physical": "1.0.1",
15
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
16
17
"frameworks": {
0 commit comments