Describe the bug
The test Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works fails when attempting to publish a Blazor hosted application with a specified Runtime Identifier (RID) and the --no-self-contained option on the release/9.0.2xx branch. The publish process fails with the following error:
error NETSDK1112: The runtime pack for Microsoft.NETCore.App.Runtime.Mono.browser-wasm was not downloaded. Try running a NuGet restore with the RuntimeIdentifier 'browser-wasm'.
This issue is currently blocking the following pull requests:
PR #44138
PR #44148
PR #44155
PR #44178