Skip to content

Commit 6463ef6

Browse files
authored
Merge pull request #755 from dotnet/fix754
Define more empty targets
2 parents d0b7c36 + 8f57653 commit 6463ef6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<Target Name="SatelliteDllsProjectOutputGroup" />
2323
<Target Name="BuiltProjectOutputGroupDependencies" />
2424
<Target Name="DebugSymbolsProjectOutputGroup" />
25+
26+
<!-- WinUI3 seems to want this target -->
27+
<Target Name="GetTargetPathWithTargetPlatformMoniker" />
28+
29+
<!-- dotnet watch needs this target -->
30+
<Target Name="_CollectWatchItems" />
2531

2632
<Import Project="$(NBGV_PrivateP2PAuxTargets)" Condition=" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
2733
</Project>

0 commit comments

Comments
 (0)