Skip to content

Commit df88deb

Browse files
committed
mtp
1 parent 2c01091 commit df88deb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
55
<OutputType>Exe</OutputType>
6+
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
67
<RootNamespace>testing</RootNamespace>
78
</PropertyGroup>
89
<ItemGroup>

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)