From 2a8050552585f286bc357c59791e7a443862bb2f Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Mon, 24 Apr 2023 14:04:10 +0000 Subject: [PATCH] Move NoTargetFrameworkFiltering property to Directory.Build.props --- ...-NoTargetFrameworkFiltering-property.patch | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/SourceBuild/patches/emsdk/0001-Move-NoTargetFrameworkFiltering-property.patch diff --git a/src/SourceBuild/patches/emsdk/0001-Move-NoTargetFrameworkFiltering-property.patch b/src/SourceBuild/patches/emsdk/0001-Move-NoTargetFrameworkFiltering-property.patch new file mode 100644 index 000000000..009339ec7 --- /dev/null +++ b/src/SourceBuild/patches/emsdk/0001-Move-NoTargetFrameworkFiltering-property.patch @@ -0,0 +1,38 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Nikola Milosavljevic +Date: Mon, 24 Apr 2023 14:00:42 +0000 +Subject: [PATCH] Move NoTargetFrameworkFiltering property + +--- + Directory.Build.props | 5 +++++ + eng/SourceBuild.props | 1 - + 2 files changed, 5 insertions(+), 1 deletion(-) + +diff --git a/Directory.Build.props b/Directory.Build.props +index 69862d8..defa3f0 100644 +--- a/Directory.Build.props ++++ b/Directory.Build.props +@@ -2,6 +2,11 @@ + + + ++ ++ ++ true ++ ++ + + $(VersionPrefix) + +diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props +index 63164b2..c4009f3 100644 +--- a/eng/SourceBuild.props ++++ b/eng/SourceBuild.props +@@ -3,7 +3,6 @@ + + emsdk + true +- true + + +