Skip to content

Commit 7bd0b25

Browse files
javiercncaptainsafia
authored andcommitted
[Blazor] Update itemgroup to avoid conflicts with itemgroups in microsoft.aspnetcore.assets.pack (#59938)
1 parent 9668802 commit 7bd0b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/WebView/WebView/src/build/Microsoft.AspNetCore.Components.WebView.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
AssetRole="Primary"
4545
FingerprintCandidates="true"
4646
BasePath="/">
47-
<Output TaskParameter="Assets" ItemName="_FrameworkStaticWebAsset" />
47+
<Output TaskParameter="Assets" ItemName="_WebViewFrameworkStaticWebAsset" />
4848
</DefineStaticWebAssets>
4949

5050
<ItemGroup>
51-
<StaticWebAsset Include="@(_FrameworkStaticWebAsset)" />
51+
<StaticWebAsset Include="@(_WebViewFrameworkStaticWebAsset)" />
5252
</ItemGroup>
5353
</Target>
5454

0 commit comments

Comments
 (0)