File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ Copyright (c) .NET Foundation. All rights reserved.
51
51
</CreateWindowsSdkKnownFrameworkReferences >
52
52
</Target >
53
53
54
- <PropertyGroup Condition =" '$(EnablePrunePackageReferences )' == ''" >
55
- <EnablePrunePackageReferences >true</ EnablePrunePackageReferences >
54
+ <PropertyGroup Condition =" '$(PrunePlatformPackageReferences )' == ''" >
55
+ <PrunePlatformPackageReferences >false</ PrunePlatformPackageReferences >
56
56
</PropertyGroup >
57
57
58
58
<Target Name =" AddPrunePackageReferences" BeforeTargets =" CollectPrunePackageReferences"
59
- Condition =" '$(EnablePrunePackageReferences )' == 'true'" >
59
+ Condition =" '$(PrunePlatformPackageReferences )' == 'true'" >
60
60
61
61
<GetPackagesToPrune TargetFrameworkIdentifier =" $(TargetFrameworkIdentifier)"
62
62
TargetFrameworkVersion =" $(_TargetFrameworkVersionWithoutV)"
You can’t perform that action at this time.
0 commit comments