banditoth / MAUI.Packages

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

Compatibility Problem with .NET 8 #15

Closed agustinbishel closed 2 months ago

agustinbishel commented 3 months ago

Description

We have encountered a compatibility issue with net8.0.

Proposed Solution

To address this issue, I have opened a pull request that updates the TargetFrameworks in the project file to net8.0-android;net8.0-ios. This change leverages the latest features and improvements in .NET 8 and resolves the compatibility issue.

Pull Request

Please refer to the Pull Request #14 for the proposed changes and further details.

Thank you for your attention to this matter. Please let me know if there are any questions or additional concerns.

agustinbishel commented 2 months ago

The pull request is complete, and the new version is now available through the NuGet package: https://www.nuget.org/packages/banditoth.MAUI.JailbreakDetector/1.0.1

Thank you @banditoth !