dotnet-installer/test/FSharpTestProjects/TestApp/project.json
2016-01-28 22:33:19 -08:00

21 lines
454 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"compilerName": "fsc",
"compileFiles": [
"Program.fs"
],
"dependencies": {
"TestLibrary": "1.0.0-*",
"NETStandard.Library": "1.0.0-rc2-23727",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
},
"frameworks": {
"dnxcore50": {
"imports": "portable-net45+win8"
}
}
}