xunit.v3
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Supports .NET Framework 4.7.2 or later, and .NET 8 or later. Installing this package installs xunit.v3.mtp-v2.
Install
dotnet add package xunit.v3 --version 4.0.0-pre.81
Install-Package xunit.v3 -Version 4.0.0-pre.81
<PackageReference Include="xunit.v3" Version="4.0.0-pre.81" />
Frameworks
Dependencies
Adoption guide
New xUnit.net test suites targeting supported modern .NET versions, or teams deliberately migrating to v3.
This version is marked prerelease. Validate its API and upgrade path before production use.
Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.