Add imports to the fsharp dotnet new template
This commit is contained in:
parent
813049dabe
commit
8370effbb0
1 changed files with 9 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue