Ensure Internal.AspNetCore.Sdk does not end up in the LZMA (#4448)

This commit is contained in:
Nate McMaster 2018-12-05 16:29:12 -08:00 committed by GitHub
parent 0646bb98b0
commit c430342dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
<Project>
<Import Project="..\..\Directory.Build.props" />
<ItemGroup>
<!-- Ensure we are only putting packages in the package cache that are explicitly listed -->
<PackageReference Remove="@(PackageReference)" />
</ItemGroup>
<PropertyGroup>
<!-- Don't restore from any fallback folder -->