From 13317708eb2fbaf1d9dfdbe7bba6f5611ef59f64 Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Wed, 31 Jan 2024 12:32:27 +0100 Subject: [PATCH] EnableMSTestRunner as single exe less forks, easier debugging --- ACadSharp.Tests/ACadSharp.Tests.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ACadSharp.Tests/ACadSharp.Tests.csproj b/ACadSharp.Tests/ACadSharp.Tests.csproj index 8910ef57..72585c0a 100644 --- a/ACadSharp.Tests/ACadSharp.Tests.csproj +++ b/ACadSharp.Tests/ACadSharp.Tests.csproj @@ -2,6 +2,12 @@ net6.0 + + + true + + Exe + false