Skip to content

Commit

Permalink
Add missing dependencies (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Sep 28, 2021
1 parent 870b587 commit 51942bd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.utility" Version="2.4.1" />
<PackageReference Include="FakeItEasy" Version="6.2.1" />
<PackageReference Include="FsCheck" Version="2.14.4" />
<PackageReference Include="FsCheck.Xunit" Version="2.14.4" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="5.0.0" />
<PackageReference Include="Sprache" Version="2.3.1" />
</ItemGroup>

</Project>

0 comments on commit 51942bd

Please sign in to comment.