Skip to content

Commit 76363d1

Browse files
committed
Try another way to fix missing targets in Web.JS.npmproj
1 parent 0c0d845 commit 76363d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Components/Web.JS/Microsoft.AspNetCore.Components.Web.JS.npmproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
Private="false" />
2222
</ItemGroup>
2323

24+
<!-- Workaround strange issues with something calling these targets. -->
25+
<Target Name="GetTargetFramework" />
26+
<Target Name="GetCopyToPublishDirectoryItems" />
27+
2428
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
2529

2630
</Project>

0 commit comments

Comments
 (0)