Skip to content

Commit a35291b

Browse files
committed
Ensure TestCommon project is not treated as a test project
1 parent e59408f commit a35291b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/GovUk.FrontEnd.AspNetCore.TestCommon/GovUk.FrontEnd.AspNetCore.TestCommon.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net6.0</TargetFrameworks>
5+
<IsTestProject>false</IsTestProject>
56
</PropertyGroup>
67

8+
<ItemGroup>
9+
<ProjectCapability Remove="TestContainer" />
10+
</ItemGroup>
11+
712
<ItemGroup>
813
<PackageReference Include="AngleSharp.Diffing" Version="0.14.0" />
914
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />

0 commit comments

Comments
 (0)