Skip to content

Commit f36e94d

Browse files
author
Joe Davis (WEB TOOLS)
committed
Change versions and dependencies to 1.1.0
1 parent 785dd3b commit f36e94d

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
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,9 +10,9 @@
1010
]
1111
},
1212
"dependencies": {
13-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0*",
14-
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
15-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
13+
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
14+
"Microsoft.Extensions.FileProviders.Physical": "1.1.0",
15+
"Microsoft.Extensions.PlatformAbstractions": "1.1.0"
1616
},
1717
"frameworks": {
1818
"net451": {},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.2.0-*",
2+
"version": "1.1.0",
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,
@@ -12,10 +12,10 @@
1212
}
1313
},
1414
"dependencies": {
15-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
16-
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
17-
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
18-
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
15+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
16+
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
17+
"Microsoft.AspNetCore.Http.Extensions": "1.1.0",
18+
"Microsoft.Extensions.FileProviders.Physical": "1.1.0",
1919
"Microsoft.Extensions.TaskCache.Sources": {
2020
"version": "1.2.0-*",
2121
"type": "build"

test/Microsoft.VisualStudio.Web.BrowserLink.Test/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"version": "1.2.0-*",
2+
"version": "1.1.0-*",
33
"buildOptions": {
44
"keyFile": "../../tools/Key.snk",
55
"debugType": "portable"
66
},
77
"dependencies": {
88
"xunit": "2.2.0-*",
99
"dotnet-test-xunit": "2.2.0-*",
10-
"Microsoft.VisualStudio.Web.BrowserLink": "1.1.0-*",
11-
"Microsoft.AspNetCore.Http": "1.0.0"
10+
"Microsoft.VisualStudio.Web.BrowserLink": "1.1.0",
11+
"Microsoft.AspNetCore.Http": "1.1.0"
1212
},
1313
"testRunner": "xunit",
1414
"frameworks": {

0 commit comments

Comments
 (0)