From 98bf3f5961c69fd404a226b88937a50d7adfd844 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sat, 14 Mar 2026 19:14:32 +0100 Subject: [PATCH] Build: only reference Microsoft.Bcl.Memory on .NET Standard This will help to get rid of a transitive dependency. --- TruePath/TruePath.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TruePath/TruePath.csproj b/TruePath/TruePath.csproj index c136365..728ab55 100644 --- a/TruePath/TruePath.csproj +++ b/TruePath/TruePath.csproj @@ -18,6 +18,6 @@ SPDX-License-Identifier: MIT - +