litedb-org / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.64k stars 1.25k forks source link

[SUGGESTION] .NET 8.0 for MAUI support #2560

Closed weslleymurdock closed 2 days ago

weslleymurdock commented 3 weeks ago

FEATURE: Add .NET 8.0 support to use in .NET MAUI applications

SOLUTION The solution to use this library in .NET MAUI apps is add a target framework for net8.0 in order to be available for use in .NET MAUI apps.

Alternatives I've not found any other way to use the lib on .NET 8 using MAUI stack.

DDZ-DO commented 1 week ago

Am I missing something? It supports .Net Standard 2.0 which is supported by .Net 8. I'm using it in a .Net 8 asp.net project without a problem.

Joy-less commented 2 days ago

.NET 8.0 should support .NET Standard 1.3/2.0. However, we are looking into supporting .NET 8.0.