Skip to content

Commit

Permalink
build(deps): bump Pomelo.EntityFrameworkCore.MySql from 5.0.1 to 5.0.2 (
Browse files Browse the repository at this point in the history
#34)

Bumps [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/releases)
- [Commits](PomeloFoundation/Pomelo.EntityFrameworkCore.MySql@5.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: Pomelo.EntityFrameworkCore.MySql
  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>
  • Loading branch information
dependabot[bot] committed Oct 12, 2021
1 parent 70b10af commit 2d1c62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Armory.Api/Armory.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.1"/>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.2"/>
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0"/>
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.2"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Armory/Armory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="itext7" Version="7.1.16"/>
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.2.0"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.10"/>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.1"/>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.2"/>
<PackageReference Include="QRCoder" Version="1.4.1"/>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.13.1"/>
</ItemGroup>
Expand Down

0 comments on commit 2d1c62d

Please sign in to comment.