Make core package project.json files conform to org-wide conventions

This commit is contained in:
SteveSandersonMS
2016-11-29 14:02:26 +00:00
parent bebf24952e
commit 3b91ad9b39
4 changed files with 74 additions and 74 deletions

View File

@@ -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"
},
"authors": [ "Microsoft" ],
"tooling": {
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
"tags": [
"aspnetcore",
"aspnetcoremvc",
"nodeservices"
]
},
"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": {}
}
}

View File

@@ -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",

View File

@@ -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"
},
"authors": [ "Microsoft" ],
"tooling": {
"defaultNamespace": "Microsoft.AspNetCore.ReactServices"
"tags": [
"aspnetcore",
"aspnetcoremvc",
"nodeservices"
]
},
"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": {}
}
}

View File

@@ -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": [