From d17bc350b7fccc7003b279f1e437e96976c52e1e Mon Sep 17 00:00:00 2001 From: James Thompson Date: Tue, 30 Jul 2024 09:19:42 +1000 Subject: [PATCH] #2181 Remove System.Memory from Dotnet 6 (#2193) Co-authored-by: Robert Yokota --- src/Confluent.Kafka/Confluent.Kafka.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Confluent.Kafka/Confluent.Kafka.csproj b/src/Confluent.Kafka/Confluent.Kafka.csproj index 25f0f6e28..de4163cd1 100644 --- a/src/Confluent.Kafka/Confluent.Kafka.csproj +++ b/src/Confluent.Kafka/Confluent.Kafka.csproj @@ -28,20 +28,24 @@ None - + + + + + - + \ No newline at end of file