From 8370effbb0f4c43e6c475e5e89e01e0ddb4fa8de Mon Sep 17 00:00:00 2001 From: Bryan Thornbury Date: Fri, 1 Apr 2016 15:35:12 -0700 Subject: [PATCH] Add imports to the fsharp dotnet new template --- .../dotnet-new/FSharp_Console/project.json.template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template b/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template index 745dc0243..462c35e41 100644 --- a/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template +++ b/src/dotnet/commands/dotnet-new/FSharp_Console/project.json.template @@ -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": {