Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Package WebWindow.Blazor 0.1.0-20200214.10 is not compatible with netstandard2.1 #115

Open
LeonardoEstrela99 opened this issue Jul 5, 2020 · 1 comment

Comments

@LeonardoEstrela99
Copy link

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?

@eivarin
Copy link

eivarin commented Jul 21, 2020

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
image
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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants