mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
20 lines
382 B
JSON
Executable File
20 lines
382 B
JSON
Executable File
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.NodeServices": "1.0.0-*",
|
|
"Microsoft.Extensions.DependencyInjection": "1.0.0"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|