Fixed highight for // Using a custom DI container. (#29333)
parent
8af1cbf3e2
commit
a6a9a4a6e9
|
@ -159,7 +159,7 @@ In the preceding code, the ` if (env.IsDevelopment())` block is removed because
|
|||
|
||||
When using a custom dependency injection (DI) container, add the following highlighted code:
|
||||
|
||||
[!code-csharp[](~/migration/50-to-60/samples/WebRP31to60/Program.cs?name=snippet_60a&highlight=11-13)]
|
||||
[!code-csharp[](~/migration/50-to-60/samples/WebRP31to60/Program.cs?name=snippet_60a&highlight=12-14)]
|
||||
|
||||
[!code-csharp[](~/migration/50-to-60/samples/WebRP31to60/Startup.cs?name=snippet_60a&highlight=17-21)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue