dotnet-installer/TestAssets/FSharpTestProjects/TestApp/project.json

22 lines
454 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +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-*",
"NETStandard.Library": "1.0.0-rc2-23811",
"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
}
}
}