Update dependency FsCheck.Xunit to v3 (#13333)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
renovate[bot]
2025-01-11 09:37:28 -07:00
committed by GitHub
parent fd3057b549
commit fb5da641f4
4 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
using System.Text.Json;
using FsCheck;
using FsCheck.Fluent;
using FsCheck.Xunit;
using Jellyfin.Extensions.Json.Converters;
using Xunit;

View File

@@ -1,5 +1,6 @@
using System;
using FsCheck;
using FsCheck.Fluent;
using FsCheck.Xunit;
using MediaBrowser.Model.Extensions;
using Xunit;

View File

@@ -1,4 +1,5 @@
using FsCheck;
using FsCheck.Fluent;
using FsCheck.Xunit;
using MediaBrowser.Common.Net;
using Xunit;