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
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:
Create a new Blazor WebAssembly project targeting .NET 6.0.
Add the ElectronNET.API NuGet package.
Build the project and encounter the error.
The text was updated successfully, but these errors were encountered:
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!
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:
The text was updated successfully, but these errors were encountered: