We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59408f commit a35291bCopy full SHA for a35291b
test/GovUk.FrontEnd.AspNetCore.TestCommon/GovUk.FrontEnd.AspNetCore.TestCommon.csproj
@@ -2,8 +2,13 @@
2
3
<PropertyGroup>
4
<TargetFrameworks>net6.0</TargetFrameworks>
5
+ <IsTestProject>false</IsTestProject>
6
</PropertyGroup>
7
8
+ <ItemGroup>
9
+ <ProjectCapability Remove="TestContainer" />
10
+ </ItemGroup>
11
+
12
<ItemGroup>
13
<PackageReference Include="AngleSharp.Diffing" Version="0.14.0" />
14
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
0 commit comments