Move Kestrel.Core.Tests to their own test group (#6927)

This commit is contained in:
Chris Ross 2019-01-22 12:41:12 -08:00 committed by GitHub
parent 8c06f04d50
commit f4c5ac7635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TestGroupName>Kestrel.Core.Tests</TestGroupName>
</PropertyGroup>
<ItemGroup>