We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ed137 commit 9f86894Copy full SHA for 9f86894
1 file changed
src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "14.0.3",
+ "version": "14.0.4",
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,
@@ -16,7 +16,7 @@
16
]
17
},
18
"dependencies": {
19
- "Microsoft.AspNetCore.Http.Abstractions": "1.0.3",
+ "Microsoft.AspNetCore.Http.Abstractions": "1.0.4",
20
"Microsoft.Extensions.FileProviders.Physical": "1.0.1",
21
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
22
0 commit comments