Installation

How do install Micron ORM.

Install using Nuget Manager

Micron ORM can be installed from Nuget. Just create a .Net framework project then open Nuget manager to install.

Right-click on the project, then select Manage Nuget Packages.

Search for Micron then click install.

Installing using nuget manager console

Micron can also be installed using the nuget CLI tool.

got to Tools > Nuget Package Manager > Package Manager Console

then enter the command bellow:

Install-Package Micron

Install using .NET CLI

Micron can also be installed using the .NET CLI tool.

Open the visual studio terminal, then run the command bellow :

dotnet add package Micron

Last updated