From 2bac32844bbd8752d2b0a24810a662c656c011da Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 Nov 2023 12:13:11 -0800 Subject: [PATCH] Revert to Moq 4.18 due to privacy issue Moq 4.20 exfiltrates developer email addresses. See: https://github.com/devlooped/moq/issues/1372. This change reverts us to 4.18, which did not include this behavior. Todo: Move to NSubstitute in a future PR. --- src/EventLogExpert.Test/EventLogExpert.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventLogExpert.Test/EventLogExpert.Test.csproj b/src/EventLogExpert.Test/EventLogExpert.Test.csproj index 95cd8bd6..00aa2b37 100644 --- a/src/EventLogExpert.Test/EventLogExpert.Test.csproj +++ b/src/EventLogExpert.Test/EventLogExpert.Test.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive