24 lines
571 B
JSON
Executable File
24 lines
571 B
JSON
Executable File
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"outputName": "fission-dotnet"
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
"Microsoft.AspNetCore.Owin": "1.0.0",
|
|
"Nancy": "2.0.0-barneyrubble",
|
|
"Microsoft.CodeAnalysis.CSharp": "1.3.0-*",
|
|
"System.Runtime.Loader": "4.0.0-*",
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
}
|
|
} |