diff --git a/CHANGELOG.md b/CHANGELOG.md index c063601..4101aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +### Changed + +- Move to xUnit v3 (#162) + ## [0.17.4.1] - 2025-09-19 ### Fixed diff --git a/TypeContractor.Tests/TypeContractor.Tests.csproj b/TypeContractor.Tests/TypeContractor.Tests.csproj index b95568d..61643e9 100644 --- a/TypeContractor.Tests/TypeContractor.Tests.csproj +++ b/TypeContractor.Tests/TypeContractor.Tests.csproj @@ -1,42 +1,39 @@ - - net8.0 - enable - enable - false - + + net8.0 + enable + enable + false + Exe + - - - - - + + + + + - - - + + + - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + - - - + + +