Skip to content

Commit d71d926

Browse files
authored
Update BervProject.WebApi.Boilerplate.csproj
1 parent 86d0281 commit d71d926

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

BervProject.WebApi.Boilerplate/BervProject.WebApi.Boilerplate.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<DocumentationFile>bin\Release\BervProject.WebApi.Boilerplate.xml</DocumentationFile>
1515
</PropertyGroup>
1616

17+
<PropertyGroup>
18+
<OpenApiGenerateDocuments>true</OpenApiGenerateDocuments>
19+
<OpenApiDocumentsDirectory>$(MSBuildProjectDirectory)</OpenApiDocumentsDirectory>
20+
</PropertyGroup>
21+
1722
<ItemGroup>
1823
<PackageReference Include="Autofac" Version="9.0.0" />
1924
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
@@ -38,6 +43,10 @@
3843
<PrivateAssets>all</PrivateAssets>
3944
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4045
</PackageReference>
46+
<PackageReference Include="Microsoft.Extensions.ApiDescription.Server" Version="10.0.0">
47+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
48+
<PrivateAssets>all</PrivateAssets>
49+
</PackageReference>
4150
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.1" />
4251
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.0" />
4352
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.15.0" />

0 commit comments

Comments
 (0)