We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0b7c36 + 8f57653 commit 6463ef6Copy full SHA for 6463ef6
src/Nerdbank.GitVersioning.Tasks/build/PrivateP2PCaching.proj
@@ -22,6 +22,12 @@
22
<Target Name="SatelliteDllsProjectOutputGroup" />
23
<Target Name="BuiltProjectOutputGroupDependencies" />
24
<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" />
31
32
<Import Project="$(NBGV_PrivateP2PAuxTargets)" Condition=" '$(NBGV_PrivateP2PAuxTargets)' != '' " />
33
</Project>
0 commit comments