From 3b91ad9b398d7e27ddc0a4dd10b31f3cae062d83 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 29 Nov 2016 14:02:26 +0000 Subject: [PATCH] Make core package project.json files conform to org-wide conventions --- .../project.json | 31 +++++++------ .../project.json | 46 +++++++++---------- .../project.json | 31 +++++++------ .../project.json | 40 ++++++++-------- 4 files changed, 74 insertions(+), 74 deletions(-) diff --git a/src/Microsoft.AspNetCore.AngularServices/project.json b/src/Microsoft.AspNetCore.AngularServices/project.json index 99aa069..c6c0d57 100644 --- a/src/Microsoft.AspNetCore.AngularServices/project.json +++ b/src/Microsoft.AspNetCore.AngularServices/project.json @@ -1,26 +1,27 @@ { - "version": "1.0.0-*", "description": "Helpers for building Angular 2 applications on ASP.NET Core.", - "compilationOptions": { - "keyFile": "../../tools/Key.snk" + "version": "1.0.0-*", + "packOptions": { + "repository": { + "type": "git", + "url": "git://github.com/aspnet/javascriptservices" + }, + "tags": [ + "aspnetcore", + "aspnetcoremvc", + "nodeservices" + ] }, - "authors": [ "Microsoft" ], - "tooling": { - "defaultNamespace": "Microsoft.AspNetCore.AngularServices" + "buildOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" }, "dependencies": { "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1", "Microsoft.AspNetCore.SpaServices": "1.0.0-*" }, "frameworks": { - "net451": { - }, - "netstandard1.6": { - "imports": [ - "dotnet5.6", - "dnxcore50", - "portable-net45+win8" - ] - } + "net451": {}, + "netstandard1.6": {} } } diff --git a/src/Microsoft.AspNetCore.NodeServices/project.json b/src/Microsoft.AspNetCore.NodeServices/project.json index 7e3ca32..44cbb12 100644 --- a/src/Microsoft.AspNetCore.NodeServices/project.json +++ b/src/Microsoft.AspNetCore.NodeServices/project.json @@ -1,17 +1,30 @@ { - "version": "1.0.0-*", "description": "Invoke Node.js modules at runtime in ASP.NET Core applications.", - "compilationOptions": { - "keyFile": "../../tools/Key.snk" + "version": "1.0.0-*", + "packOptions": { + "repository": { + "type": "git", + "url": "git://github.com/aspnet/javascriptservices" + }, + "tags": [ + "aspnetcore", + "aspnetcoremvc", + "nodeservices" + ] + }, + "buildOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk", + "embed": [ + "Content/**/*" + ] }, - "authors": [ "Microsoft" ], "dependencies": { "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0", "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "Newtonsoft.Json": "9.0.1" + "Newtonsoft.Json": "9.0.1", + "NETStandard.Library": "1.6.0" }, "frameworks": { "net451": { @@ -22,29 +35,14 @@ "Microsoft.Tpl.Dataflow": "4.5.24" } }, - "netstandard1.3": { - "imports": [ - "dotnet5.6", - "dnxcore50", - "portable-net45+win8" - ], + "netstandard1.6": { "dependencies": { - "System.Console": "4.0.0", "System.Diagnostics.Process": "4.1.0", "System.IO.Pipes": "4.0.0", - "System.Net.Http": "4.1.0", - "System.Net.Sockets": "4.1.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading.Tasks.Dataflow": "4.5.25" + "System.Threading.Tasks.Dataflow": "4.6.0" } } }, - "buildOptions": { - "embed": [ - "Content/**/*" - ] - }, "scripts": { "prepublish": [ "npm install", diff --git a/src/Microsoft.AspNetCore.ReactServices/project.json b/src/Microsoft.AspNetCore.ReactServices/project.json index 1da0998..ebe7697 100644 --- a/src/Microsoft.AspNetCore.ReactServices/project.json +++ b/src/Microsoft.AspNetCore.ReactServices/project.json @@ -1,26 +1,27 @@ { - "version": "1.0.0-*", "description": "Helpers for building React applications on ASP.NET Core.", - "compilationOptions": { - "keyFile": "../../tools/Key.snk" + "version": "1.0.0-*", + "packOptions": { + "repository": { + "type": "git", + "url": "git://github.com/aspnet/javascriptservices" + }, + "tags": [ + "aspnetcore", + "aspnetcoremvc", + "nodeservices" + ] }, - "authors": [ "Microsoft" ], - "tooling": { - "defaultNamespace": "Microsoft.AspNetCore.ReactServices" + "buildOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk" }, "dependencies": { "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1", "Microsoft.AspNetCore.SpaServices": "1.0.0-*" }, "frameworks": { - "net451": { - }, - "netstandard1.6": { - "imports": [ - "dotnet5.6", - "dnxcore50", - "portable-net45+win8" - ] - } + "net451": {}, + "netstandard1.6": {} } } diff --git a/src/Microsoft.AspNetCore.SpaServices/project.json b/src/Microsoft.AspNetCore.SpaServices/project.json index 7c43c2b..e8c3e59 100644 --- a/src/Microsoft.AspNetCore.SpaServices/project.json +++ b/src/Microsoft.AspNetCore.SpaServices/project.json @@ -1,31 +1,31 @@ { - "version": "1.0.0-*", "description": "Helpers for building single-page applications on ASP.NET MVC Core", - "compilationOptions": { - "keyFile": "../../tools/Key.snk" + "version": "1.0.0-*", + "packOptions": { + "repository": { + "type": "git", + "url": "git://github.com/aspnet/javascriptservices" + }, + "tags": [ + "aspnetcore", + "aspnetcoremvc", + "nodeservices" + ] + }, + "buildOptions": { + "warningsAsErrors": true, + "keyFile": "../../tools/Key.snk", + "embed": [ + "Content/**/*" + ] }, - "authors": [ - "Microsoft" - ], "dependencies": { "Microsoft.AspNetCore.Mvc": "1.0.1", "Microsoft.AspNetCore.NodeServices": "1.0.0-*" }, "frameworks": { - "net451": { - }, - "netstandard1.6": { - "imports": [ - "dotnet5.6", - "dnxcore50", - "portable-net45+win8" - ] - } - }, - "buildOptions": { - "embed": [ - "Content/**/*" - ] + "net451": {}, + "netstandard1.6": {} }, "scripts": { "prepublish": [