43512b8973
also some refactoring of DependencyContext to properly handle placeholders in 'runtimeTargets'.
19 lines
427 B
Text
19 lines
427 B
Text
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"compilerName": "fsc",
|
|
"compileFiles": [
|
|
"Program.fs"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160316",
|
|
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-rc2-23911" }
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {
|
|
"imports": [ "portable-net45+win8", "dnxcore50" ]
|
|
}
|
|
}
|
|
}
|