Skip to content

Commit 477f03d

Browse files
committed
mtp
1 parent 05c413c commit 477f03d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
55
<OutputType>Exe</OutputType>
6-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
6+
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
77
</PropertyGroup>
88
<ItemGroup>
99
<Using Include="Xunit" />

src/global.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"version": "10.0.103",
44
"allowPrerelease": true,
55
"rollForward": "latestFeature"
6+
},
7+
"test": {
8+
"runner": "Microsoft.Testing.Platform"
69
}
710
}

0 commit comments

Comments
 (0)