diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md b/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md index 37cfe0581c83..76df4036552f 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md @@ -99,8 +99,6 @@ Swagger provides options for documenting the object model and customizing the UI The configuration action passed to the `AddSwaggerGen` method adds information such as the author, license, and description. In `Program.cs`, import the following namespace to use the `OpenApiInfo` class: -H -source="~/tutorials/web-api-help-pages-using-swagger :::code language="csharp" source="~/tutorials/web-api-help-pages-using-swagger/samples/6.x/SwashbuckleSample/Program.cs" id="snippet_UsingOpenApiModels":::