2016-01-22 18:40:01 +00:00
|
|
|
{
|
2015-12-17 13:28:11 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"compilerName": "fsc",
|
|
|
|
"compileFiles": [
|
|
|
|
"Program.fs"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2016-01-22 18:40:01 +00:00
|
|
|
"TestLibrary": "1.0.0-*",
|
2016-02-11 17:53:47 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
2015-12-17 13:28:11 +00:00
|
|
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-01-22 18:40:01 +00:00
|
|
|
"dnxcore50": {
|
2016-01-28 18:55:22 +00:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-22 18:40:01 +00:00
|
|
|
}
|
2015-12-17 13:28:11 +00:00
|
|
|
}
|
|
|
|
}
|