Skip to content

Commit

Permalink
Revert to Moq 4.18 due to privacy issue
Browse files Browse the repository at this point in the history
Moq 4.20 exfiltrates developer email addresses. See:
devlooped/moq#1372. This change
reverts us to 4.18, which did not include this behavior.

Todo: Move to NSubstitute in a future PR.
  • Loading branch information
bill-long authored and jschick04 committed Nov 18, 2023
1 parent f7f7aff commit 2bac328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventLogExpert.Test/EventLogExpert.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 2bac328

Please sign in to comment.