Skip to content

Commit

Permalink
Change versions and dependencies to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodavis committed Jan 6, 2017
1 parent 785dd3b commit f36e94d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -10,9 +10,9 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0*",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0"
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
"Microsoft.Extensions.FileProviders.Physical": "1.1.0",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0"
},
"frameworks": {
"net451": {},
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.VisualStudio.Web.BrowserLink/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "14.2.0-*",
"version": "1.1.0",
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
"buildOptions": {
"warningsAsErrors": true,
Expand All @@ -12,10 +12,10 @@
}
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0",
"Microsoft.Extensions.FileProviders.Physical": "1.1.0",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.2.0-*",
"type": "build"
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.VisualStudio.Web.BrowserLink.Test/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "1.2.0-*",
"version": "1.1.0-*",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
"debugType": "portable"
},
"dependencies": {
"xunit": "2.2.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.VisualStudio.Web.BrowserLink": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.0.0"
"Microsoft.VisualStudio.Web.BrowserLink": "1.1.0",
"Microsoft.AspNetCore.Http": "1.1.0"
},
"testRunner": "xunit",
"frameworks": {
Expand Down

0 comments on commit f36e94d

Please sign in to comment.