diff --git a/src/dotnet/commands/dotnet-compile-fsc/Program.cs b/src/dotnet/commands/dotnet-compile-fsc/Program.cs index 9ff234476..6eb454330 100644 --- a/src/dotnet/commands/dotnet-compile-fsc/Program.cs +++ b/src/dotnet/commands/dotnet-compile-fsc/Program.cs @@ -129,6 +129,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Fsc allArgs.Add("--noframework"); allArgs.Add("--nologo"); allArgs.Add("--simpleresolution"); + allArgs.Add("--nocopyfsharpcore"); // project.json compilationOptions if (commonOptions.Defines != null)