Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net 5 support #341

Closed
zachneu opened this issue Mar 4, 2021 · 4 comments
Closed

.Net 5 support #341

zachneu opened this issue Mar 4, 2021 · 4 comments

Comments

@zachneu
Copy link

zachneu commented Mar 4, 2021

When will this support existing .net 5 nuget packages (for blazor components)?
Today we are develivering a blazor web application (both wasm and server rendered) and would like to use existing code to translate it into a mobile app.

Because of the policies of google play and app store, the app we want to deliver might not be approved and we dont want to spend too much on developing the app - but with the posibilities to reuse existing blazor components we can build the app quit fast and check if its something to continue with or not.

@Eilon
Copy link
Member

Eilon commented Mar 4, 2021

Hi @zachneu this project currently uses .NET Core 3.1 and we will soon migrate it to .NET 6. We can't support .NET5 because there is no support for Xamarin.Forms on .NET 5, and that is required for hosting these components.

@SamazoOo
Copy link

HI @Eilon , is it .NET MAUI? is Mobile blazor bindings release with .NET 6 ? awesome project!

@Eilon
Copy link
Member

Eilon commented Mar 12, 2021

Hi @SamazoOo parts of Mobile Blazor Bindings will be built-in the .NET 6 based on .NET MAUI. In particular, there will be a BlazorWebView control for hosting Blazor web content in native desktop apps. The parts of Mobile Blazor Bindings for building native UI will remain experimental for the time being.

@Eilon
Copy link
Member

Eilon commented Mar 23, 2021

Closing this because we don't plan to support .NET 5, but we will instead move to .NET 6, per this issue: #352

@Eilon Eilon closed this as completed Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants