Browse Source

Added XUnit NuGets.

master
Craig Oates 6 years ago
parent
commit
fbe83f6593
  1. 4
      TestCentre/FsCTests.fs
  2. 7
      TestCentre/TestCentre.fsproj

4
TestCentre/FsCTests.fs

@ -1,3 +1,7 @@
module Say
open FsCheck
open FsCheck.Xunit
open WetPancake.Pancake
let RandomText = RequestRandomText()

7
TestCentre/TestCentre.fsproj

@ -11,6 +11,13 @@
<ItemGroup>
<PackageReference Include="FsCheck" Version="2.10.10" />
<PackageReference Include="FsCheck.Xunit" Version="2.10.10" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.analyzers" Version="0.9.0" />
<PackageReference Include="xunit.runner.console" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WetPancake\WetPancake.fsproj" />
</ItemGroup>
</Project>

Loading…
Cancel
Save