From 1a41fd857ea1d9f4a438402252ee2c2a0ee556f3 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 7 Jul 2025 12:53:51 +0200 Subject: [PATCH] Centralize EnableNUnitRunner, remove obsolete property TestingPlatformDotnetTestSupport --- Directory.Build.props | 4 ++++ .../ICSharpCode.Decompiler.Tests.csproj | 2 -- ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj | 3 --- ILSpy.Tests/ILSpy.Tests.csproj | 3 --- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8281d7abd..8f2175855 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,4 +2,8 @@ IDE2000 + + + true + \ No newline at end of file diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index 73f2ca1e8..97dfc1c44 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -16,8 +16,6 @@ true ICSharpCode.Decompiler.Tests.MicrosoftTestingPlatformEntryPoint - true - true Exe True diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index c6a7e0583..a83191339 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -12,9 +12,6 @@ win-arm64 false - - true - true Exe false diff --git a/ILSpy.Tests/ILSpy.Tests.csproj b/ILSpy.Tests/ILSpy.Tests.csproj index 635dad18f..cad59a4a8 100644 --- a/ILSpy.Tests/ILSpy.Tests.csproj +++ b/ILSpy.Tests/ILSpy.Tests.csproj @@ -11,9 +11,6 @@ false win-x64 win-arm64 - - true - true Exe True