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.core, xunit.v3.assert, and xunit.analyzers.
Install
dotnet add package xunit.v3 --version 3.1.0
Install-Package xunit.v3 -Version 3.1.0
<PackageReference Include="xunit.v3" Version="3.1.0" />
Frameworks
Dependencies
Adoption guide
New xUnit.net test suites targeting supported modern .NET versions, or teams deliberately migrating to v3.
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.