Skip to content

Commit

Permalink
add hand gire nugets and collapse swagger doc by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmoudalaskalany committed Dec 4, 2024
1 parent 038b6c9 commit 90898e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Template.Api/Extensions/ConfigureMiddlewareExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private static void SwaggerConfig(this IApplicationBuilder app, IApiVersionDescr
description.GroupName.ToUpperInvariant()
);
}
options.DocExpansion(DocExpansion.List);
options.DocExpansion(DocExpansion.None);
});
}

Expand Down
3 changes: 3 additions & 0 deletions Template.Common/Template.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<PackageReference Include="AutoMapper" Version="13.0.1" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="FluentScheduler" Version="5.5.1" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.17" />
<PackageReference Include="Hangfire.Core" Version="1.8.17" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.17" />
<PackageReference Include="JsonNet.ContractResolvers" Version="2.0.0" />
<PackageReference Include="LinqKit.Core" Version="1.2.7" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
Expand Down

0 comments on commit 90898e3

Please sign in to comment.