Commit fb79f3e
Update Microsoft.AspNetCore.Components.WebView.csproj (#52973)
Backport of #52638 to release/6.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 6.0.25.
## 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 34979a4 commit fb79f3e
File tree
1 file changed
+2
-0
lines changed- src/Components/WebView/WebView/src
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments