aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-06-05 13:32:22 +0200
committerBond_009 <bond.009@outlook.com>2021-06-05 13:32:22 +0200
commit915855e422cec59e26d35ca4faff01068443d661 (patch)
tree3c60c7b9ecedc0e12529a0d247306f8849d95e62 /tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj
parent9154f20b3404fb818b8c2e74af038547d2c16c40 (diff)
Add property based testing
Diffstat (limited to 'tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj')
-rw-r--r--tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj b/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj
index 4abc83c5ec..97bf673ae6 100644
--- a/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj
+++ b/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj
@@ -19,6 +19,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="coverlet.collector" Version="3.0.3" />
+ <PackageReference Include="FsCheck.Xunit" Version="2.15.3" />
<PackageReference Include="Moq" Version="4.16.1" />
</ItemGroup>