Skip to content

Commit

Permalink
Bump Svg from 3.4.2 to 3.4.3
Browse files Browse the repository at this point in the history
Bumps [Svg](https://github.com/svg-net/SVG) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/svg-net/SVG/releases)
- [Changelog](https://github.com/svg-net/SVG/blob/master/doc/ReleaseNotes.md)
- [Commits](svg-net/SVG@v3.4.2...v3.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2022
1 parent 2ec09ac commit e13efbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MemCheck.Application/MemCheck.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.8" />
<PackageReference Include="Svg" Version="3.4.2" />
<PackageReference Include="Svg" Version="3.4.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MemCheck.Basics/MemCheck.Basics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.8" />
<PackageReference Include="Svg" Version="3.4.2" />
<PackageReference Include="Svg" Version="3.4.3" />
</ItemGroup>

</Project>

0 comments on commit e13efbc

Please sign in to comment.