From 2e8f2dcf94a708d745d88ad44d7e8b23086a2389 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Wed, 11 Sep 2024 11:35:48 -0500 Subject: [PATCH] Preload System.Text.Json 8.0.0.4 This works around dotnet/sdk#43339 by preloading a copy of the assembly that can't be located with the normal load processes. It should be harmless (other than wasting time) in circumstances where it's not necessary. --- Directory.Build.targets | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Directory.Build.targets b/Directory.Build.targets index b57a232300f..ff75cf4ad68 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -37,4 +37,30 @@ + + + + + + + + + + + + + +