Skip to content

Commit c430342

Browse files
authored
Ensure Internal.AspNetCore.Sdk does not end up in the LZMA (#4448)
1 parent 0646bb9 commit c430342

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PackageArchive/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<Project>
22
<Import Project="..\..\Directory.Build.props" />
3+
4+
<ItemGroup>
5+
<!-- Ensure we are only putting packages in the package cache that are explicitly listed -->
6+
<PackageReference Remove="@(PackageReference)" />
7+
</ItemGroup>
38

49
<PropertyGroup>
510
<!-- Don't restore from any fallback folder -->

0 commit comments

Comments
 (0)