Skip to content

Commit 174a05c

Browse files
authored
Create dotnet.config for Microsoft.Testing.Platform (#2926)
1 parent 60e3f87 commit 174a05c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dotnet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[dotnet.test.runner]
2+
name = "Microsoft.Testing.Platform"

test/Directory.Build.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
<PropertyGroup>
77
<IsTestProject>true</IsTestProject>
88
<TestRunnerName>XUnitV3</TestRunnerName>
9-
10-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
119
</PropertyGroup>
12-
</Project>
10+
</Project>

0 commit comments

Comments
 (0)