mrpmorris / Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.
MIT License
1.24k stars 141 forks source link

.NET 6 support? #303

Closed sbhamad closed 2 years ago

sbhamad commented 2 years ago

IHello thanks for this great library. I plan to use it within MAUI Blazor (hybrid) but since i am a .NET newbie, i wonder if this library supports .NET 6? i actually do not yet fully understand the whole .NET target framework moniker/.net standard/.NET 5 or 6 or MAUI yet.

But i just want to know if any C# code that is supporting .NET 5 (such as this library "Fluxor"), will it run unchanged on .NET 6? is recompiling enough? if so then what is stopping Floxor from targeting .NET 6?

Thanks

mrpmorris commented 2 years ago

It already targets .net 6 - what makes you believe it doesn't?