Skip to content

Commit

Permalink
Merge pull request #9617 from drewnoakes/fix-invalid-xml
Browse files Browse the repository at this point in the history
Fix invalid XML in design-time targets
  • Loading branch information
drewnoakes authored Dec 10, 2024
2 parents 661be12 + 33e8529 commit 6104222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
implementation when using older SDKs that don't have it; otherwise our design-time builds will fail. The NuGet.targets file in the SDK is imported
_after_ this file, and will override this implementation with the real one (when present).
This can (and should) be removed when we no longer need to support SDKs older than 9.0.200. -->
<Target Name="CollectPrunePackageReferences" Returns="@(PrunePackageReference)">
<Target Name="CollectPrunePackageReferences" Returns="@(PrunePackageReference)" />

<!-- Collect any VS setup component IDs that should be installed for this project to work correctly in VS. -->
<Target Name="CollectSuggestedVisualStudioComponentIds"
Expand Down

0 comments on commit 6104222

Please sign in to comment.