mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Build error on fresh Blazor WebAssembly project #902
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: