Add imports to the fsharp dotnet new template

This commit is contained in:
Bryan Thornbury 2016-04-01 15:35:12 -07:00
parent 813049dabe
commit 8370effbb0

View file

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