From e803a1b89dd1c831d37969298ca6e4c173623195 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 23 Feb 2021 15:09:58 -0600 Subject: [PATCH] Build Threading.Tasks.DataFlow and ComponentModel.Annotations for NetCoreAppCurrent Fix #48662 --- .../src/System.ComponentModel.Annotations.csproj | 15 ++++++++++++++- .../src/Base/DataflowBlock.cs | 14 +++++++------- .../src/Blocks/BatchBlock.cs | 6 +++--- .../src/Blocks/BatchedJoinBlock.cs | 10 +++++----- .../src/Blocks/BroadcastBlock.cs | 16 ++++++++-------- .../src/Blocks/BufferBlock.cs | 4 ++-- .../src/Blocks/JoinBlock.cs | 14 +++++++------- .../src/Blocks/TransformBlock.cs | 4 ++-- .../src/Blocks/WriteOnceBlock.cs | 4 ++-- .../src/Internal/ProducerConsumerQueues.cs | 7 +++---- .../src/Internal/SourceCore.cs | 14 +++++++------- .../src/Internal/SpscTargetCore.cs | 8 ++++---- .../src/Internal/TargetCore.cs | 4 ++-- .../src/System.Threading.Tasks.Dataflow.csproj | 14 ++++++++++++-- 14 files changed, 78 insertions(+), 56 deletions(-) diff --git a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj index bf49fb5827b08..6291ade5c7046 100644 --- a/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj +++ b/src/libraries/System.ComponentModel.Annotations/src/System.ComponentModel.Annotations.csproj @@ -1,6 +1,7 @@ - netstandard2.1 + $(NetCoreAppCurrent);netstandard2.1 + true enable @@ -60,7 +61,16 @@ - + + + + + + + + + +