I am currently working on a Blazor WebAssembly project using .NET 9, and I am trying to install the FastReport.OpenSource.Web
package. However, I am encountering the following error when attempting to install the package:
error :
There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.
The installation works fine in a Blazor Server project without any errors. I have also searched for any Blazor WebAssembly demo examples in the source code format but was unable to find any relevant resources.
Could you please guide me on how to properly use FastReport.OpenSource.Web
in a Blazor WebAssembly project, and if there are any specific instructions or modifications required for this environment?