From 3c044f3478cac20d4794331f851fc9a172f7d2ea Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Tue, 5 Feb 2019 15:18:31 -0800 Subject: [PATCH] Remove --simpleresolution from other flags (#6193) * Remove --simpleresolution from other flags * Revert "Remove --simpleresolution from other flags" This reverts commit d12c0fe25bd33c1087667f74926ca233ce3e9574. * much simpler approach --- src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.targets | 2 +- src/fsharp/FSharp.Build/Microsoft.FSharp.Targets | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.targets b/src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.targets index 65119e613..0e4aab34d 100644 --- a/src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.targets +++ b/src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.targets @@ -22,6 +22,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and true true true + true @@ -39,7 +40,6 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and mscorlib netcore netstandard - $(OtherFlags) --simpleresolution diff --git a/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets b/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets index 9bdd9868d..2190678fe 100644 --- a/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets +++ b/src/fsharp/FSharp.Build/Microsoft.FSharp.Targets @@ -266,6 +266,12 @@ this file. + + + --simpleresolution $(OtherFlags) + $(OtherFlags) + +