From 55fef464e9aaf2503913d96ff09ef1feb8685919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Mon, 18 Jul 2022 15:55:32 +0200 Subject: [PATCH] Update test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreTargetFrameworkDataSourceAttribute.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Jareš --- .../Extension/NetCoreTargetFrameworkDataSourceAttribute.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreTargetFrameworkDataSourceAttribute.cs b/test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreTargetFrameworkDataSourceAttribute.cs index 5a5061bb79..f8264530ad 100644 --- a/test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreTargetFrameworkDataSourceAttribute.cs +++ b/test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreTargetFrameworkDataSourceAttribute.cs @@ -32,9 +32,6 @@ public class NetCoreTargetFrameworkDataSourceAttribute : Attribute, ITestDataSou /// To run tests with core runner(dotnet vstest.console.dll) public NetCoreTargetFrameworkDataSourceAttribute( bool useDesktopRunner = true, - // adding another runner is not necessary until we need to start building against another - // sdk, because the netcoreapp2.1 executable is forward compatible - // REVIEW ME: Does this comment needs to be updated? bool useCoreRunner = true, bool useNetCore31Target = true) {