Browse Source

Add Moq mocking library to ILSpy.Tests

pull/2028/head
dymanoid 5 years ago
parent
commit
e1417bac8b
  1. 1
      ILSpy.Tests/ILSpy.Tests.csproj

1
ILSpy.Tests/ILSpy.Tests.csproj

@ -50,6 +50,7 @@ @@ -50,6 +50,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="Moq" Version="4.14.1" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save