From b88adec74041b12769a87aff67d3249e6c5fcd95 Mon Sep 17 00:00:00 2001 From: Tom Longhurst <30480171+thomhurst@users.noreply.github.com> Date: Tue, 20 May 2025 18:58:37 +0100 Subject: [PATCH 1/2] Add CompilerVisibleProperty `EnableTUnitPolyfills` --- TUnit/TUnit.props | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TUnit/TUnit.props b/TUnit/TUnit.props index 860822c9b1..580ae07036 100644 --- a/TUnit/TUnit.props +++ b/TUnit/TUnit.props @@ -11,6 +11,10 @@ Exe + + + + true true From 9de88384bda1cbec41f13b9c7ea67899788c4bd0 Mon Sep 17 00:00:00 2001 From: Tom Longhurst <30480171+thomhurst@users.noreply.github.com> Date: Tue, 20 May 2025 18:59:14 +0100 Subject: [PATCH 2/2] Move to core.props --- TUnit.Core/TUnit.Core.props | 4 ++++ TUnit/TUnit.props | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TUnit.Core/TUnit.Core.props b/TUnit.Core/TUnit.Core.props index 4f905c4197..4ebab0c7ae 100644 --- a/TUnit.Core/TUnit.Core.props +++ b/TUnit.Core/TUnit.Core.props @@ -4,5 +4,9 @@ true + + + + diff --git a/TUnit/TUnit.props b/TUnit/TUnit.props index 580ae07036..860822c9b1 100644 --- a/TUnit/TUnit.props +++ b/TUnit/TUnit.props @@ -11,10 +11,6 @@ Exe - - - - true true