zzzprojects / Dapper-Plus

Dapper Plus - High-Efficient Bulk Actions (Insert, Update, Delete, and Merge) for .NET
https://dapper-plus.net/
384 stars 85 forks source link

Upgrade to .NET Core #105

Closed lucasgmagalhaes closed 2 years ago

lucasgmagalhaes commented 2 years ago

Are there any plans to upgrade the library to .NET Core? I know it's compatible, but .NET Core has a much better performance comparable to .NET Framework. And I also noticed that it's running in framework 4.5, not even the latest version of it (4.8). If upgrade the library to just .net 3.1 would be a great approach and be very helpful.

JonathanMagnan commented 2 years ago

Hello @lucasgmagalhaes ,

Sorry, we missed this issue.

Our library already supports .NET Core since a few years ago.

We currently support:

See: https://www.nuget.org/packages/Z.Dapper.Plus/#dependencies-body-tab

Best Regards,

Jon