mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Make core package project.json files conform to org-wide conventions
This commit is contained in:
@@ -1,26 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
|
||||||
"description": "Helpers for building Angular 2 applications on ASP.NET Core.",
|
"description": "Helpers for building Angular 2 applications on ASP.NET Core.",
|
||||||
"compilationOptions": {
|
"version": "1.0.0-*",
|
||||||
"keyFile": "../../tools/Key.snk"
|
"packOptions": {
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/aspnet/javascriptservices"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"aspnetcore",
|
||||||
|
"aspnetcoremvc",
|
||||||
|
"nodeservices"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors": [ "Microsoft" ],
|
"buildOptions": {
|
||||||
"tooling": {
|
"warningsAsErrors": true,
|
||||||
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
|
||||||
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {},
|
||||||
},
|
"netstandard1.6": {}
|
||||||
"netstandard1.6": {
|
|
||||||
"imports": [
|
|
||||||
"dotnet5.6",
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +1,30 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
|
||||||
"description": "Invoke Node.js modules at runtime in ASP.NET Core applications.",
|
"description": "Invoke Node.js modules at runtime in ASP.NET Core applications.",
|
||||||
"compilationOptions": {
|
"version": "1.0.0-*",
|
||||||
"keyFile": "../../tools/Key.snk"
|
"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": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
|
||||||
"Microsoft.Extensions.Configuration.Json": "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.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": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
@@ -22,29 +35,14 @@
|
|||||||
"Microsoft.Tpl.Dataflow": "4.5.24"
|
"Microsoft.Tpl.Dataflow": "4.5.24"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.6": {
|
||||||
"imports": [
|
|
||||||
"dotnet5.6",
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Console": "4.0.0",
|
|
||||||
"System.Diagnostics.Process": "4.1.0",
|
"System.Diagnostics.Process": "4.1.0",
|
||||||
"System.IO.Pipes": "4.0.0",
|
"System.IO.Pipes": "4.0.0",
|
||||||
"System.Net.Http": "4.1.0",
|
"System.Threading.Tasks.Dataflow": "4.6.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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
|
||||||
"embed": [
|
|
||||||
"Content/**/*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": [
|
"prepublish": [
|
||||||
"npm install",
|
"npm install",
|
||||||
|
|||||||
@@ -1,26 +1,27 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
|
||||||
"description": "Helpers for building React applications on ASP.NET Core.",
|
"description": "Helpers for building React applications on ASP.NET Core.",
|
||||||
"compilationOptions": {
|
"version": "1.0.0-*",
|
||||||
"keyFile": "../../tools/Key.snk"
|
"packOptions": {
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/aspnet/javascriptservices"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"aspnetcore",
|
||||||
|
"aspnetcoremvc",
|
||||||
|
"nodeservices"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors": [ "Microsoft" ],
|
"buildOptions": {
|
||||||
"tooling": {
|
"warningsAsErrors": true,
|
||||||
"defaultNamespace": "Microsoft.AspNetCore.ReactServices"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
|
||||||
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {},
|
||||||
},
|
"netstandard1.6": {}
|
||||||
"netstandard1.6": {
|
|
||||||
"imports": [
|
|
||||||
"dotnet5.6",
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,31 +1,31 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
|
||||||
"description": "Helpers for building single-page applications on ASP.NET MVC Core",
|
"description": "Helpers for building single-page applications on ASP.NET MVC Core",
|
||||||
"compilationOptions": {
|
"version": "1.0.0-*",
|
||||||
"keyFile": "../../tools/Key.snk"
|
"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": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
||||||
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
|
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {},
|
||||||
},
|
"netstandard1.6": {}
|
||||||
"netstandard1.6": {
|
|
||||||
"imports": [
|
|
||||||
"dotnet5.6",
|
|
||||||
"dnxcore50",
|
|
||||||
"portable-net45+win8"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"buildOptions": {
|
|
||||||
"embed": [
|
|
||||||
"Content/**/*"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": [
|
"prepublish": [
|
||||||
|
|||||||
Reference in New Issue
Block a user