Update core packages to version 1.1.0-*, upgrading .NET Core dependencies to match 1.1.0 release

This commit is contained in:
SteveSandersonMS
2016-11-21 11:49:09 +00:00
parent 3ff4447924
commit 4cbbf58600
4 changed files with 17 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"description": "Helpers for building single-page applications on ASP.NET MVC Core",
"version": "1.0.0-*",
"version": "1.1.0-*",
"packOptions": {
"repository": {
"type": "git",
@@ -21,8 +21,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
"Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.NodeServices": "1.1.0-*"
},
"frameworks": {
"net451": {},