#### Bug Report Checklist - [ N/A ] Have you provided a full/minimal spec to reproduce the issue? - [ N/A ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [ X ] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-to-test-with-the-latest-master-of-openapi-generator) to confirm the issue still exists? - [ X ] Have you searched for related issues/PRs? - [ X ] What's the actual output vs expected output? - [ ] [Optional] Sponsorship to speed up the bug fix or feature request ([example](https://github.com/OpenAPITools/openapi-generator/issues/6178)) ##### Description The [documentation for aspnetcore](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/aspnetcore.md) doesn't list valid values for `buildTarget`, [which are "library" and "program"](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AspNetCoreServerCodegen.java#L272). ##### openapi-generator version [public documentation site](https://openapi-generator.tech/docs/generators/aspnetcore/) and [the master branch's docs folder](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/aspnetcore.md)
Bug Report Checklist
Description
The documentation for aspnetcore doesn't list valid values for
buildTarget, which are "library" and "program".openapi-generator version
public documentation site and the master branch's docs folder