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.
1 parent 3c07a8d commit 9a95695Copy full SHA for 9a95695
src/Components/WebView/WebView/src/build/Microsoft.AspNetCore.Components.WebView.props
@@ -44,11 +44,11 @@
44
AssetRole="Primary"
45
FingerprintCandidates="true"
46
BasePath="/">
47
- <Output TaskParameter="Assets" ItemName="_FrameworkStaticWebAsset" />
+ <Output TaskParameter="Assets" ItemName="_WebViewFrameworkStaticWebAsset" />
48
</DefineStaticWebAssets>
49
50
<ItemGroup>
51
- <StaticWebAsset Include="@(_FrameworkStaticWebAsset)" />
+ <StaticWebAsset Include="@(_WebViewFrameworkStaticWebAsset)" />
52
</ItemGroup>
53
</Target>
54
0 commit comments