31 lines
574 B
JSON
31 lines
574 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
|
|
"NETStandard.Library": "1.6.0-rc3-24206-00"
|
|
},
|
|
"tools": {
|
|
"dotnet-compile-fsc": {
|
|
"version": "1.0.0-*",
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win81",
|
|
"netstandard1.3"
|
|
]
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50"
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"compilerName": "fsc",
|
|
"compile": {
|
|
"includeFiles": [
|
|
"Helper2.fs",
|
|
"Helper.fs"
|
|
]
|
|
}
|
|
}
|
|
}
|