Skip to content

Commit

Permalink
Upgraded Moq.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Apr 18, 2017
1 parent dd3a4b4 commit e6e8072
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Tests/Messaging/Tests/GetRequestMessageTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,11 @@ public void TestResponse()
}

[Theory]
#if NETSTANDARD
[InlineData(64)]
#else
[InlineData(256)]
#endif
public async Task TestResponsesFromMultipleSources(int count)
{
var start = 16102;
Expand Down
8 changes: 6 additions & 2 deletions Tests/Tests.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@
<ItemGroup>
<EmbeddedResource Remove="Properties\Resources.resx" />
</ItemGroup>
<ItemGroup>
<None Remove="packages.config" />
<None Remove="Tests.csproj.vspscc" />
<None Remove="Tests.nuget.props" />
</ItemGroup>
<ItemGroup>
<None Include="sharpsnmplib.tests.snk" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Moq" Version="4.7.1" />
<PackageReference Include="NETStandard.Library" Version="1.6.1" />
<PackageReference Include="Moq" Version="4.7.8" />
<PackageReference Include="System.AppDomain" Version="2.0.11" />
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
<PackageReference Include="System.Linq.Parallel" Version="4.3.0" />
Expand Down

0 comments on commit e6e8072

Please sign in to comment.