Skip to content

Commit 0805155

Browse files
committed
Fix versions
1 parent aa86e09 commit 0805155

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.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,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0-*",
2+
"version": "14.2.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,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"debugType": "portable"
66
},
77
"dependencies": {
8-
"Microsoft.VisualStudio.Web.BrowserLink": "1.0.0",
98
"xunit": "2.2.0-*",
109
"dotnet-test-xunit": "2.2.0-*",
10+
"Microsoft.VisualStudio.Web.BrowserLink": "1.1.0-*",
1111
"Microsoft.AspNetCore.Http": "1.0.0"
1212
},
1313
"testRunner": "xunit",

0 commit comments

Comments
 (0)