2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"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.5.0-rc2-23911"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": "dnxcore50"
|
2015-12-17 13:28:11 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2015-12-17 13:28:11 +00:00
|
|
|
}
|