Simplify project.json/global.json files where possible

This commit is contained in:
SteveSandersonMS
2016-05-18 13:59:25 +01:00
parent 22deb2ad28
commit 70c084b344
8 changed files with 11 additions and 16 deletions

View File

@@ -10,7 +10,6 @@
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.NodeServices": "1.0.0-*",
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {

View File

@@ -6,15 +6,15 @@
},
"authors": [ "Microsoft" ],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc2-*",
"type": "platform"
},
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Newtonsoft.Json": "8.0.3",
"System.Diagnostics.Process": "4.1.0-*",
"System.Text.RegularExpressions": "4.0.0-*",
"System.Net.Http": "4.0.0-*",
"System.Console": "4.0.0-*"
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"netcoreapp1.0": {

View File

@@ -10,7 +10,6 @@
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.NodeServices": "1.0.0-*",
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {