Browse Source

Upgrade Moq to reduce build warnings

pull/1123/head
Jeremy Koritzinsky 9 years ago
parent
commit
a16014f875
  1. 2
      build/Moq.props

2
build/Moq.props

@ -1,5 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Moq" Version="4.7.25" />
<PackageReference Include="Moq" Version="4.7.99" />
</ItemGroup>
</Project>

Loading…
Cancel
Save