Remove Internal.Sdk reference from test projects (#1318)

This commit is contained in:
Pavel Krymets 2018-08-23 15:49:39 -07:00 committed by GitHub
parent 1d4d882c0d
commit 9d5cbe1e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<Project>
<Import Project="..\Directory.Build.props" />
<ItemGroup>
<PackageReference Remove="Internal.AspNetCore.Sdk" />
</ItemGroup>
</Project>