From fa64416af1b1c70ea4a427a3bbe010888e30e3fa Mon Sep 17 00:00:00 2001 From: Max Katz Date: Sun, 29 Jan 2023 18:17:38 -0500 Subject: [PATCH] Fix NET6_0_OR_GREATER msbuild check --- build/Base.props | 3 ++- build/System.Memory.props | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/Base.props b/build/Base.props index c2fc11c94b..2d50a7eae0 100644 --- a/build/Base.props +++ b/build/Base.props @@ -1,5 +1,6 @@  - + + diff --git a/build/System.Memory.props b/build/System.Memory.props index a413e18927..35a87a3a2f 100644 --- a/build/System.Memory.props +++ b/build/System.Memory.props @@ -1,5 +1,6 @@ - + +