pull/62/head
Simon G. 2 days ago
parent c67868db74
commit a7c4e5ed12
Signed by: SimonG
GPG Key ID: 0B82B964BA536523
  1. 2
      README.md

@ -63,7 +63,7 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer
There is the option to install the [LightweightIocContainer.Validation](https://www.nuget.org/packages/LightweightIocContainer.Validation/) package: There is the option to install the [LightweightIocContainer.Validation](https://www.nuget.org/packages/LightweightIocContainer.Validation/) package:
```.net ```.net
> dotnet add package LightweightIocContainer.Validaton --version 5.0.0 > dotnet add package LightweightIocContainer.Validation --version 5.0.0
``` ```
With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test: With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test:

Loading…
Cancel
Save