We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ff458 commit 52e00edCopy full SHA for 52e00ed
README.md
@@ -13,7 +13,7 @@ Install-Package Unity.Microsoft.DependencyInjection
13
```
14
15
## Registration:
16
-- In the `WebHostBuilder` add `ConfigureServices(services => services.AddUnity())` method
+- In the `WebHostBuilder` add `UseUnityServiceProvider(IUnityContainer container = null)` method
17
18
```C#
19
public static IWebHost BuildWebHost(string[] args) =>
0 commit comments