From 1cbec5a49491f20f933785a5f368ecc57af59d4b Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 16 Mar 2016 11:57:14 -0700 Subject: [PATCH] Generate embedded deps file that previos versions of DependencyModel can use --- src/dotnet/commands/dotnet-compile/ManagedCompiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/commands/dotnet-compile/ManagedCompiler.cs b/src/dotnet/commands/dotnet-compile/ManagedCompiler.cs index 2bff5ba89..46b7d7cb1 100644 --- a/src/dotnet/commands/dotnet-compile/ManagedCompiler.cs +++ b/src/dotnet/commands/dotnet-compile/ManagedCompiler.cs @@ -114,7 +114,7 @@ namespace Microsoft.DotNet.Tools.Compiler var dependencyContext = new DependencyContextBuilder().Build(compilationOptions, allExports, allExports, - true, // For now, just assume portable mode in the legacy deps file (this is going away soon anyway) + false, // For now, just assume non-portable mode in the legacy deps file (this is going away soon anyway) context.TargetFramework, context.RuntimeIdentifier ?? string.Empty);