Skip to content

Commit f4c5ac7

Browse files
authored
Move Kestrel.Core.Tests to their own test group (#6927)
1 parent 8c06f04 commit f4c5ac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Servers/Kestrel/Core/test/Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6+
<TestGroupName>Kestrel.Core.Tests</TestGroupName>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)