SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 215 forks source link

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

Open LeonardoEstrela99 opened 4 years ago

LeonardoEstrela99 commented 4 years ago

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 commented 3 years ago

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