Skip to content

Commit

Permalink
Missing explicit package references in tests (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Dec 12, 2020
1 parent cda5393 commit a793c66
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<ProjectReference Include="..\ServiceComposer.AspNetCore\ServiceComposer.AspNetCore.csproj" />
<ProjectReference Include="..\TestClassLibraryWithHandlers\TestClassLibraryWithHandlers.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Reflection.Metadata" Version="1.8.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ApprovalTests" Version="5.2.5" />
Expand Down

0 comments on commit a793c66

Please sign in to comment.