We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0646bb9 commit c430342Copy full SHA for c430342
src/PackageArchive/Directory.Build.props
@@ -1,5 +1,10 @@
1
<Project>
2
<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>
8
9
<PropertyGroup>
10
<!-- Don't restore from any fallback folder -->
0 commit comments