mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
28 lines
525 B
JSON
28 lines
525 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"debugType": "portable",
|
|
"emitEntryPoint": true,
|
|
"compilerName": "fsc",
|
|
"compile": {
|
|
"includeFiles": [
|
|
"func.fs"
|
|
]
|
|
}
|
|
},
|
|
"tools": {
|
|
"dotnet-compile-fsc": "1.0.0-preview2.1-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
},
|
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160629"
|
|
}
|
|
}
|
|
}
|
|
}
|