Skip to content

Commit

Permalink
Fixes package issue with fakeiteasy
Browse files Browse the repository at this point in the history
  • Loading branch information
toby.henderson committed Jun 15, 2017
1 parent 09540bf commit cfb26c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Paramore.Brighter.Tests/Paramore.Brighter.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="15.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.1.1" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="FakeItEasy" Version="3.4.0" />
<PackageReference Include="FakeItEasy" Version="3.4.1" />
<PackageReference Include="FluentAssertions" Version="4.19.2" />
</ItemGroup>

Expand Down

0 comments on commit cfb26c4

Please sign in to comment.