From 5ff712109ba30fc82f4116e11691086d7cb52c98 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 3 Jan 2023 15:22:12 +1100 Subject: [PATCH] avoid nuget refs on net6 System.ValueTuple, Runtime.CompilerServices.Unsafe, and System.Memory should not be required no net6 and up --- build/Base.props | 2 +- build/System.Memory.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Base.props b/build/Base.props index 100c9088cd..9ec1c3c2d3 100644 --- a/build/Base.props +++ b/build/Base.props @@ -1,5 +1,5 @@  - + diff --git a/build/System.Memory.props b/build/System.Memory.props index b36998a780..a413e18927 100644 --- a/build/System.Memory.props +++ b/build/System.Memory.props @@ -1,5 +1,5 @@ - +