Skip to content

Commit

Permalink
Merge pull request #451 from reduckted/replace-moq
Browse files Browse the repository at this point in the history
Replaced Moq with NSubstitute
  • Loading branch information
madskristensen authored Aug 16, 2023
2 parents afd4773 + 1e8616b commit a7df033
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<PackageReference Include="Microsoft.Build.Locator" Version="1.4.1" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.31902.203" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Loading

0 comments on commit a7df033

Please sign in to comment.