Skip to content

Installation

bskeen edited this page Aug 17, 2021 · 1 revision

Dapper.Wrappers is available on nuget.org. You can find Dapper.Wrappers in the Nuget package manager in Visual Studio, or you can run the following command in the Package Manager Console:

Install-Package Dapper.Wrappers -Version 0.3.2-beta

You can also use the .Net CLI:

dotnet add package Dapper.Wrappers --version 0.3.2-beta
Clone this wiki locally