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