You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It's the --no-selfcontained which blocks download browser-wasm runtime pack. It manifests on my machine even with preview7, I dunno so far why it started to fail on CI when merging 1xx to 2xx
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
The text was updated successfully, but these errors were encountered: