Skip to content

Commit

Permalink
[Blazor] Update itemgroup to avoid conflicts with itemgroups in micro…
Browse files Browse the repository at this point in the history
…soft.aspnetcore.assets.pack (#59938)
  • Loading branch information
javiercn authored Jan 20, 2025
1 parent 3c07a8d commit 9a95695
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
AssetRole="Primary"
FingerprintCandidates="true"
BasePath="/">
<Output TaskParameter="Assets" ItemName="_FrameworkStaticWebAsset" />
<Output TaskParameter="Assets" ItemName="_WebViewFrameworkStaticWebAsset" />
</DefineStaticWebAssets>

<ItemGroup>
<StaticWebAsset Include="@(_FrameworkStaticWebAsset)" />
<StaticWebAsset Include="@(_WebViewFrameworkStaticWebAsset)" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 9a95695

Please sign in to comment.