mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
19 lines
335 B
JSON
Executable File
19 lines
335 B
JSON
Executable File
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-rc2-*",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|