Skip to content

Commit 446f91a

Browse files
committed
Flag unit test project as a test project
Makes it faster for VS to know to fire up the Test Explorer pane
1 parent 1cf16ce commit 446f91a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TestHelpers.Tests/TestHelpers.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@
3232
<PackageReference Include="nunit" Version="3.6.1" />
3333
</ItemGroup>
3434

35+
<ItemGroup>
36+
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
37+
</ItemGroup>
38+
3539
</Project>

0 commit comments

Comments
 (0)