Merge pull request #2214 from dotnet/brthor/fix-fsc-template

Add imports to the fsharp dotnet new template
This commit is contained in:
Bryan Thornbury 2016-04-06 15:38:37 -07:00
commit 6ec25e9f30

View file

@ -16,8 +16,15 @@
}, },
"tools": { "tools": {
"dotnet-compile-fsc": "1.0.0-*" "dotnet-compile-fsc": {
}, "version": "1.0.0-*",
"imports": [
"dnxcore50",
"portable-net45+win81",
"netstandard1.3"
]
}
},
"frameworks": { "frameworks": {
"netstandard1.5": { "netstandard1.5": {