From 25c6015af0f6c92ebf61bcb692068ad7f3949abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCller?= Date: Sun, 17 May 2020 00:00:00 +0000 Subject: [PATCH] update framework dependency --- src/LockFreeDoublyLinkedList.csproj | 11 +++++------ test/test.csproj | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/LockFreeDoublyLinkedList.csproj b/src/LockFreeDoublyLinkedList.csproj index 23fe482..e936262 100644 --- a/src/LockFreeDoublyLinkedList.csproj +++ b/src/LockFreeDoublyLinkedList.csproj @@ -1,20 +1,19 @@ - netstandard2.0 + netstandard2.1 Lock free doubly linked list Lock free doubly linked list LockFreeDoublyLinkedList A lock free doubly linked list for high concurrency. - 3.1.0.0 + 4.0.0.0 Christoph Müller (iblzm@hotmail.de) Christoph Müller (iblzm@hotmail.de) - Copyright © Christoph Müller 2018 + Copyright © Christoph Müller 2018–2020 en true - https://github.com/2i/LockFreeDoublyLinkedList - https://www.apache.org/licenses/LICENSE-2.0.html - + https://github.com/c7hm4r/LockFreeDoublyLinkedList + https://www.apache.org/licenses/LICENSE-2.0.html lock-free thread-safe linked list concurrency false diff --git a/test/test.csproj b/test/test.csproj index 5441b28..3b0a950 100644 --- a/test/test.csproj +++ b/test/test.csproj @@ -4,7 +4,7 @@ Exe - netcoreapp2.0 + netcoreapp3.1 false @@ -18,4 +18,4 @@ true - \ No newline at end of file +