Skip to content

Commit

Permalink
Merge pull request #12 from loanmarket/feat-update-dependencies
Browse files Browse the repository at this point in the history
feat: bump swagger to 6.7.3 and remove Hellang.Middleware
  • Loading branch information
AliArmanLMG authored Sep 10, 2024
2 parents 766baea + 29407ef commit ca572d2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions samples/MyCRM.Lodgement.Sample/MyCRM.Lodgement.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Hellang.Middleware.ProblemDetails" Version="5.1.1" />
<PackageReference Include="LMGTech.DotNetLixi" Version="0.0.85" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.0.7" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.7.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ca572d2

Please sign in to comment.