mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Build error on fresh Blazor WebAssembly project #905
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gnalvesteffer on GitHub (Jun 29, 2023).
ElectronNET.API 23.6.1
.NET 6.0
Windows
Simply adding the ElectronNET.API nuget package to a new Blazor WebAssembly project results in the following build error:
[NETSDK1082] There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.I'm fairly new to Blazor in general, so if this is just something simple I may have missed, please let me know.
Steps to Reproduce:
@giovanni-a commented on GitHub (Sep 27, 2024):
Did anyone have any luck running Electron.NET with a Blazor WebAssembly project? All the tutorials that I have found seem to be for Blazor Server. Thanks a lot!
@FlorianRappl commented on GitHub (Nov 1, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.