Update Moq to 4.7.49
This commit is contained in:
parent
39097b1075
commit
9b9495cd5f
|
|
@ -1,4 +1,4 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AspNetCoreIntegrationTestingVersion>0.4.0-*</AspNetCoreIntegrationTestingVersion>
|
<AspNetCoreIntegrationTestingVersion>0.4.0-*</AspNetCoreIntegrationTestingVersion>
|
||||||
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
||||||
|
|
@ -16,13 +16,11 @@
|
||||||
<XunitVersion>2.3.0-beta2-*</XunitVersion>
|
<XunitVersion>2.3.0-beta2-*</XunitVersion>
|
||||||
<RxVersion>3.1.1</RxVersion>
|
<RxVersion>3.1.1</RxVersion>
|
||||||
<MsgPackVersion>0.9.0-beta2</MsgPackVersion>
|
<MsgPackVersion>0.9.0-beta2</MsgPackVersion>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
TODO remove in next update of xunit
|
TODO remove in next update of xunit
|
||||||
Prevent bug in xunit.analyzer from failing the build.
|
Prevent bug in xunit.analyzer from failing the build.
|
||||||
Should be fixed by https://github.com/xunit/xunit.analyzers/pull/52
|
Should be fixed by https://github.com/xunit/xunit.analyzers/pull/52
|
||||||
-->
|
-->
|
||||||
<NoWarn>$(NoWarn);AD0001</NoWarn>
|
<NoWarn>$(NoWarn);AD0001</NoWarn>
|
||||||
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue