From dcfc592fcc215073e6908cbacf716893e1b6e864 Mon Sep 17 00:00:00 2001
From: Theodore Tsirpanis <12659251+teo-tsirpanis@users.noreply.github.com>
Date: Mon, 12 Oct 2020 19:07:51 +0300
Subject: [PATCH 1/2] Fix #10245.
---
FSharp.Profiles.props | 43 ++++++++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 19 deletions(-)
diff --git a/FSharp.Profiles.props b/FSharp.Profiles.props
index 1abb6c8a95c..3ffabfd7ffe 100644
--- a/FSharp.Profiles.props
+++ b/FSharp.Profiles.props
@@ -2,24 +2,29 @@
-
- $(DefineConstants);CROSS_PLATFORM_COMPILER
- $(DefineConstants);ENABLE_MONO_SUPPORT
-
-
-
- $(DefineConstants);NETSTANDARD
- $(DefineConstants);FX_NO_APP_DOMAINS
- $(DefineConstants);FX_NO_CORHOST_SIGNER
- $(DefineConstants);FX_NO_PDB_READER
- $(DefineConstants);FX_NO_PDB_WRITER
- $(DefineConstants);FX_NO_SYMBOLSTORE
- $(DefineConstants);FX_NO_SYSTEM_CONFIGURATION
- $(DefineConstants);FX_NO_WIN_REGISTRY
- $(DefineConstants);FX_NO_WINFORMS
- $(DefineConstants);FX_NO_INDENTED_TEXT_WRITER
- $(DefineConstants);FX_RESHAPED_REFEMIT
- $(OtherFlags) --simpleresolution
-
+
+
+
+ $(DefineConstants);CROSS_PLATFORM_COMPILER
+ $(DefineConstants);ENABLE_MONO_SUPPORT
+
+
+
+
+ $(DefineConstants);NETSTANDARD
+ $(DefineConstants);FX_NO_APP_DOMAINS
+ $(DefineConstants);FX_NO_CORHOST_SIGNER
+ $(DefineConstants);FX_NO_PDB_READER
+ $(DefineConstants);FX_NO_PDB_WRITER
+ $(DefineConstants);FX_NO_SYMBOLSTORE
+ $(DefineConstants);FX_NO_SYSTEM_CONFIGURATION
+ $(DefineConstants);FX_NO_WIN_REGISTRY
+ $(DefineConstants);FX_NO_WINFORMS
+ $(DefineConstants);FX_NO_INDENTED_TEXT_WRITER
+ $(DefineConstants);FX_RESHAPED_REFEMIT
+ $(OtherFlags) --simpleresolution
+
+
+
From e0c5ea1bcc1281931dd3a9ba106af440dc7cace5 Mon Sep 17 00:00:00 2001
From: Theodore Tsirpanis <12659251+teo-tsirpanis@users.noreply.github.com>
Date: Mon, 12 Oct 2020 23:30:28 +0300
Subject: [PATCH 2/2] Use TargetFrameworkIdentifier in FSharp.Profiles.props.
Co-authored-by: Saul Rennison
---
FSharp.Profiles.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FSharp.Profiles.props b/FSharp.Profiles.props
index 3ffabfd7ffe..993512bde43 100644
--- a/FSharp.Profiles.props
+++ b/FSharp.Profiles.props
@@ -3,7 +3,7 @@
-
+
$(DefineConstants);CROSS_PLATFORM_COMPILER
$(DefineConstants);ENABLE_MONO_SUPPORT