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 Angular 2 applications on ASP.NET Core.", "description": "Helpers for building Angular 2 applications on ASP.NET Core.",
"version": "1.0.0-*", "version": "1.1.0-*",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@@ -18,8 +18,8 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0",
"Microsoft.AspNetCore.SpaServices": "1.0.0-*" "Microsoft.AspNetCore.SpaServices": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@@ -1,6 +1,6 @@
{ {
"description": "Invoke Node.js modules at runtime in ASP.NET Core applications.", "description": "Invoke Node.js modules at runtime in ASP.NET Core applications.",
"version": "1.0.0-*", "version": "1.1.0-*",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@@ -21,26 +21,23 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0", "Microsoft.Extensions.Logging.Console": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
"NETStandard.Library": "1.6.0" "NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
"frameworkAssemblies": {
"System.Net.Http": "4.0.0"
},
"dependencies": { "dependencies": {
"Microsoft.Tpl.Dataflow": "4.5.24" "Microsoft.Tpl.Dataflow": "4.5.24"
} }
}, },
"netstandard1.6": { "netstandard1.6": {
"dependencies": { "dependencies": {
"System.Diagnostics.Process": "4.1.0", "System.Diagnostics.Process": "4.3.0",
"System.IO.Pipes": "4.0.0", "System.IO.FileSystem.Watcher": "4.3.0",
"System.Threading.Tasks.Dataflow": "4.6.0" "System.IO.Pipes": "4.3.0",
"System.Threading.Tasks.Dataflow": "4.7.0"
} }
} }
}, },

View File

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

View File

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