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
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
I'm getting this error while trying to install the package on my Blazor WebAssembly project. Is the project outdated? Can I do something to make it work on my project?
The text was updated successfully, but these errors were encountered:
yes u can. you will need to at least import the webwindow.blazor project and if you want to you can use the webwindow nugget package on that project so that u don't have to import the full library. then just manually update the versions of blazor on the webwindow.blazor project. now, on the main blazor wasm project, just import the webwindow.blazor dll and make sure to remove the references of the nugget blazor packages there.
To start up the app you will need to make a start up class inside the program.cs
It should look something like this
ignore the error on the run its there because I modified one of my programs and just made it simple enough to put here
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error while trying to install the package on my Blazor WebAssembly project. Is the project outdated? Can I do something to make it work on my project?
The text was updated successfully, but these errors were encountered: