Skip to content

Commit 8f57653

Browse files
authored
Declare an empty _CollectWatchItems target
Fixes #732
1 parent f53c039 commit 8f57653

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525

2626
<!-- WinUI3 seems to want this target -->
2727
<Target Name="GetTargetPathWithTargetPlatformMoniker" />
28+
29+
<!-- dotnet watch needs this target -->
30+
<Target Name="_CollectWatchItems" />
2831

2932
<Import Project="$(NBGV_PrivateP2PAuxTargets)" Condition=" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
3033
</Project>

0 commit comments

Comments
 (0)