Merge in 'release/2.2' changes
This commit is contained in:
commit
19511ed4e9
|
|
@ -1,5 +1,10 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="..\..\Directory.Build.props" />
|
<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>
|
<PropertyGroup>
|
||||||
<!-- Don't restore from any fallback folder -->
|
<!-- Don't restore from any fallback folder -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue