Reorganize code so Kestrel now produces the Microsoft.Extensions.Buffers.Testing.Sources package

This commit is contained in:
Nate McMaster 2018-07-12 13:17:28 -07:00
parent f179339a79
commit d8c77335e8
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
5 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,13 @@
{
"adx-nonshipping": {
"rules": [],
"packages": {
"Microsoft.Extensions.Buffers.Testing.Sources": {}
}
},
"Default": {
"rules": [
"DefaultCompositeRule"
]
}
}
}

View File

@ -9,6 +9,7 @@
<ItemGroup>
<Compile Include="..\shared\**\*.cs" />
<Compile Include="..\..\shared\Microsoft.Extensions.Buffers.Testing.Sources\*.cs" />
<Content Include="..\shared\TestCertificates\*.pfx" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>