From d94dc2fcb2610431028f0d170adb785d8c8a57f0 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Wed, 17 Aug 2022 15:00:06 +0200 Subject: [PATCH] fixed build error error NU1504: Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageReference' items are: System.Memory 4.5.5, System.Memory 4.5.5. --- src/Spectre.Console/Spectre.Console.csproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Spectre.Console/Spectre.Console.csproj b/src/Spectre.Console/Spectre.Console.csproj index 034f292..5856592 100644 --- a/src/Spectre.Console/Spectre.Console.csproj +++ b/src/Spectre.Console/Spectre.Console.csproj @@ -7,10 +7,6 @@ SA1633 - - - -