Skip to content

Commit 426819a

Browse files
committed
Update src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.ImportWorkloads.targets
1 parent 1ca06b8 commit 426819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.ImportWorkloads.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Copyright (c) .NET Foundation. All rights reserved.
5252
BuildInParallel="$(BuildInParallel)"
5353
Condition="'%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != ''"
5454
RemoveProperties="%(_MSBuildProjectReferenceExistent.GlobalPropertiesToRemove)$(_GlobalPropertiesToRemoveFromProjectReferences);TargetFramework;TargetFrameworks"
55-
SkipNonexistentProjects="true" >
55+
SkipNonexistentTargets="true" >
5656
<Output TaskParameter="TargetOutputs" ItemName="SuggestedWorkloadFromReference"/>
5757
</MSBuild>
5858

0 commit comments

Comments
 (0)