update README.md
This commit is contained in:
parent
0fc4758528
commit
68e4d9efb4
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ The Api and Client projects have a common dependency on the Contracts project, a
|
|||
|
||||
The Api project is configured to generate [an OpenApi document](./openapi.yaml) with Swashbuckle after it is built (see the "GenerateOpenApiDoc" target in its [.csproj file](./src/WebApiBootstrap.Api/WebApiBootstrap.Api.csproj)).
|
||||
|
||||
The Client project uses this file to generate a file containing one or more Refit interface(s). The model generation is skipped so that the client can use the DTOs defined manually in the Contracts project. This interface generation occurs automatically before the Client project is built (see the "GenerateRefitInterface" target in its [.csproj file](./src/WebApiBootstrap.Client/WebApiBootstrap.Client.csproj).
|
||||
The Client project uses this file to generate a file containing one or more Refit interface(s). The model generation is skipped so that the client can use the DTOs defined manually in the Contracts project. This interface generation occurs automatically before the Client project is built (see the "GenerateRefitInterface" target in its [.csproj file](./src/WebApiBootstrap.Client/WebApiBootstrap.Client.csproj)).
|
||||
|
||||
|
|
Loading…
Reference in a new issue