20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"compilerName": "fsc",
|
|
"compileFiles": [
|
|
"Program.fs"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
|
"NETStandard.Library": "1.0.0-rc2-23811"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net45+win8"
|
|
}
|
|
}
|
|
}
|