From 83e2dab08a552d2866d0262b4b5958a3f66c9286 Mon Sep 17 00:00:00 2001 From: "Per Christian B. Viken" Date: Fri, 19 Sep 2025 21:04:38 +0200 Subject: [PATCH] refactor(tests): Convert to xUnit v3 Fixes #162 --- CHANGELOG.md | 4 ++ .../TypeContractor.Tests.csproj | 65 +++++++++---------- 2 files changed, 35 insertions(+), 34 deletions(-) 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 + + - - - + + +