dapper
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Total Downloads
722.6M
722,578,824
Published
May 16, 2026
Latest stable version
Install
.NET CLI
dotnet add package dapper --version 2.1.79
Package Manager Console
Install-Package dapper -Version 2.1.79
PackageReference
<PackageReference Include="dapper" Version="2.1.79" />
Frameworks
Dependencies
Microsoft.Bcl.AsyncInterfaces
[10.0.8, )
.NETFramework4.6.1
System.Threading.Tasks.Extensions
[4.6.3, )
.NETFramework4.6.1
Microsoft.Bcl.AsyncInterfaces
[10.0.8, )
.NETStandard2.0
System.Reflection.Emit.Lightweight
[4.7.0, )
.NETStandard2.0
System.Threading.Tasks.Extensions
[4.6.3, )
.NETStandard2.0
Adoption guide
Teams that want explicit SQL ownership, predictable query plans and thin data access layers.
Why it appears in the guide: Core micro-ORM focused on fast materialization and minimal abstraction over SQL. Trade-off: You must own SQL composition, migration strategy and relational modeling discipline yourself.
Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.