Skip to content

Commit 0a3b4d3

Browse files
committed
Migrate to new test system
1 parent f82a0c2 commit 0a3b4d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Imports/Tests.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<OutputType>Exe</OutputType>
55
<IsPackable>false</IsPackable>
66
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
7-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
87
</PropertyGroup>
98

109
<ItemGroup>

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"test": {
3+
"runner": "Microsoft.Testing.Platform"
4+
}
5+
}

0 commit comments

Comments
 (0)