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