Browse Source

Bump MinimalApi.Endpoint from 1.1.0 to 1.1.1 (#723)

Bumps [MinimalApi.Endpoint](https://github.com/michelcedric/StructuredMinimalApi) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/michelcedric/StructuredMinimalApi/releases)
- [Commits](https://github.com/michelcedric/StructuredMinimalApi/commits)

---
updated-dependencies:
- dependency-name: MinimalApi.Endpoint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
4db6ec6893
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/PublicApi/PublicApi.csproj

2
src/PublicApi/PublicApi.csproj

@ -13,7 +13,7 @@
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" /> <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" /> <PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" /> <PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="MinimalApi.Endpoint" Version="1.1.0" /> <PackageReference Include="MinimalApi.Endpoint" Version="1.1.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.3.1" /> <PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.3.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.3.1" /> <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.3.1" />

Loading…
Cancel
Save