mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
20 lines
348 B
JSON
Executable File
20 lines
348 B
JSON
Executable File
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
}
|
|
},
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
}
|