BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
27 stars 5 forks source link

[Feature] .NET 8 support #34

Closed BurkusCat closed 10 months ago

BurkusCat commented 11 months ago

Is your feature request related to a problem? Please describe. When .NET 8 is released, I want to be able to have this library take advantage of any features in it.

Describe the solution you'd like This library should depend on .NET8

Describe alternatives you've considered N/A

Proposed APIs N/A

Additional context Multi-target NET 7.0 too? I expect most people using MAUI will want to upgrade to .NET8, no reason not to.