Upgrade Moq to reduce build warnings

This commit is contained in:
Jeremy Koritzinsky 2017-08-21 13:04:16 -05:00
Родитель 67959eedf7
Коммит a16014f875
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>