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

18 lines
373 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.0.0-rc2-23811"
},
"compilerName": "fsc",
"compileFiles": [
"Helper2.fs",
"Helper.fs"
],
"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
}
}
}