Fixed highight for // Using a custom DI container. (#29333)

pull/29334/head
Peter Ritchie 2023-05-22 10:13:16 -04:00 committed by GitHub
parent 8af1cbf3e2
commit a6a9a4a6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)]