Skip to content

Commit 37c8f0d

Browse files
Update Microsoft.AspNetCore.Components.WebView.csproj (#52971)
Backport of #52638 to release/8.0 /cc @MackinnonBuck # Fix `Microsoft.AspNetCore.Components.WebView.props` not getting packed correctly Fixes an issue where `Microsoft.AspNetCore.Components.WebView.props` was not getting packed correctly. This was causing build failures for any project referencing `Microsoft.AspNetCore.Components.WebView`. ## Description Fixes #52637 ## Customer Impact If customers were to reference a new version of this package without this fix, their app would fail to build. Our temporary workaround is to avoid shipping new versions of `Microsoft.AspNetCore.Components.WebView` until this issue gets fixed. ## Regression? - [X] Yes - [ ] No Regressed from package version 8.0.0. ## Risk - [ ] High - [ ] Medium - [X] Low The fix is straightforward, and we've verified that the packages produced in CI contain the correct assets. A [MAUI dependency update](dotnet/maui#19236) was failing due to this bug, and the fix has shown to address it. ## Verification - [X] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [X] N/A Co-authored-by: Mackinnon Buck <[email protected]>
1 parent aca7af5 commit 37c8f0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/WebView/WebView/src/Microsoft.AspNetCore.Components.WebView.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
<ItemGroup>
3737
<None Include="buildTransitive\Microsoft.AspNetCore.Components.WebView.props" Pack="true" PackagePath="%(Identity)" />
38+
<None Include="buildMultiTargeting\Microsoft.AspNetCore.Components.WebView.props" Pack="true" PackagePath="%(Identity)" />
39+
<None Include="build\Microsoft.AspNetCore.Components.WebView.props" Pack="true" PackagePath="%(Identity)" />
3840
</ItemGroup>
3941

4042
<ItemGroup>

0 commit comments

Comments
 (0)