Skip to content

Commit c0cb754

Browse files
authored
1.0.4 patch train updates (#39)
* 1.0.4 patch train updates * Update to Microsoft.NETCore.App 1.0.4 and pin cli to 1.0.0-preview2-003154
1 parent ce71974 commit c0cb754

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

global.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"projects": [ "src" ]
2+
"projects": [ "src" ],
3+
"sdk": {
4+
"version": "1.0.0-preview2-003154"
5+
}
36
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.0.1",
2+
"version": "14.0.2",
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,7 +10,7 @@
1010
]
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
13+
"Microsoft.AspNetCore.Http.Abstractions": "1.0.2",
1414
"Microsoft.Extensions.FileProviders.Physical": "1.0.1",
1515
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
1616
},

0 commit comments

Comments
 (0)