banditoth / MAUI.Packages

A toolkit for .NET MAUI 🏝, containing useful stuff to ease development for MAUI applications.
MIT License
39 stars 1 forks source link

Update TargetFrameworks to net8.0 for Android and iOS (JailbreakDetector) #14

Closed agustinbishel closed 5 days ago

agustinbishel commented 2 weeks ago

Updated the TargetFrameworks in the project file from net7.0-android;net7.0-ios to net8.0-android;net8.0-ios to leverage the latest features and improvements in .NET 8. This chang addresses compatibility issues with net8.0.

banditoth commented 2 weeks ago

Hey, Thanks for updating the target frameworks. I will release a new version today / tomorrow of the packages.

agustinbishel commented 2 weeks ago

Thank you!! if I can help with anything else just tell me.

agustinbishel commented 1 week ago

Hi @banditoth! Do you know when the new version will be released? Thank you very much!

banditoth commented 1 week ago

Hey, I've updated the TargetFW on other packages aswell, and I've encountered a problem with the DeviceId package compability. I will release the package you requested tomorrow. 😁

banditoth commented 5 days ago

Still can't solve the DeviceId package problems, but I've released the other packages with net8.0 compatibility

agustinbishel commented 4 days ago

Still can't solve the DeviceId package problems, but I've released the other packages with net8.0 compatibility

Thank you for your time. I have conducted some tests with the DeviceId project and have found the solutions I will open a pull request in the other project.