How to install the package MicroORM from NuGet
.Net
C#
NuGet
MicroORM
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package MicroORM -Version 1.0.4
# .NET CLI
dotnet add package MicroORM --version 1.0.4
# PackageReference
<PackageReference Include="MicroORM" Version="1.0.4" />
# Paket CLI
paket add MicroORM --version 1.0.4