Skip to content

Commit

Permalink
Update test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreT…
Browse files Browse the repository at this point in the history
…argetFrameworkDataSourceAttribute.cs

Co-authored-by: Jakub Jareš <me@jakubjares.com>
  • Loading branch information
Evangelink and nohwnd authored Jul 18, 2022
1 parent 7dbd019 commit 55fef46
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ public class NetCoreTargetFrameworkDataSourceAttribute : Attribute, ITestDataSou
/// <param name="useCoreRunner">To run tests with core runner(dotnet vstest.console.dll)</param>
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)
{
Expand Down

0 comments on commit 55fef46

Please sign in to comment.