Skip to content

Commit

Permalink
Bump EPPlus from 6.2.0 to 6.2.6
Browse files Browse the repository at this point in the history
Bumps [EPPlus](https://github.com/EPPlusSoftware/EPPlus) from 6.2.0 to 6.2.6.
- [Release notes](https://github.com/EPPlusSoftware/EPPlus/releases)
- [Commits](EPPlusSoftware/EPPlus@v6.2.0...v6.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent 23e3d00 commit d7296f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts-api/src/WebApi/WebApi.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -21,7 +21,7 @@

<ItemGroup>
<!-- Microsoft -->
<PackageReference Include="EPPlus" Version="6.2.0" />
<PackageReference Include="EPPlus" Version="6.2.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit d7296f2

Please sign in to comment.