parent
578a021cf8
commit
50b188a7ff
3 changed files with 51 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
## Get started with the Lightweight IOC Container Factory Generator |
||||
|
||||
### How to install |
||||
|
||||
The easiest way to [install](https://github.com/SimonG96/LghtweightIocContainer/wiki/Install-Lightweight-IOC-Container) the Lightweight IOC Container is by using [NuGet](https://www.nuget.org/packages/LightweightIocContainer.FactoryGenerator/) through the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli): |
||||
|
||||
```.net |
||||
> dotnet add package LightweightIocContainer.FactoryGenerator --version 5.0.0 |
||||
``` |
||||
Loading…
Reference in new issue