SteveSandersonMS / WebWindow

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

Remove preview? #29

Closed timheuer closed 4 years ago

timheuer commented 4 years ago

https://github.com/SteveSandersonMS/WebWindow/blob/790952d9231ab970969ebc2d1cc449f705210c07/Directory.Build.props#L5

SteveSandersonMS commented 4 years ago

The Microsoft.AspNetCore.Blazor package is still in preview, so this needs to stay for now.

I'm sure it would be possible to replace this with Microsoft.AspNetCore.Components (which is RTM already) though whatever extra bits from .Blazor are being depended on here would need to be duplicated. For now I think this isn't an urgent need so I'm tending to leave this dependency as-is.