mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
57 lines
1.5 KiB
JSON
Executable File
57 lines
1.5 KiB
JSON
Executable File
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
"runtimeOptions": {
|
|
"gcServer": true
|
|
},
|
|
"tooling": {
|
|
"defaultNamespace": "MusicStore"
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
|
"Microsoft.NETCore.Platforms": "1.0.1",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
|
"Microsoft.EntityFrameworkCore.SQLite": "1.0.0",
|
|
"Microsoft.AspNetCore.ReactServices": "1.0.0-*",
|
|
"AutoMapper": "4.1.1"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"publishOptions": {
|
|
"exclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.xproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"prepublish": [ "npm install" ],
|
|
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
|
|
}
|
|
}
|