Skip to content

Commit

Permalink
build(deps): bump DryIoc.Dll from 5.3.3 to 5.3.4 in /src (#995)
Browse files Browse the repository at this point in the history
Bumps [DryIoc.Dll](https://github.com/dadhi/DryIoc) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/dadhi/DryIoc/releases)
- [Commits](dadhi/DryIoc@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: DryIoc.Dll
  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] authored Apr 1, 2023
1 parent 1b9a40b commit 4c6e531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Splat.DryIoc/Splat.DryIoc.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net462</TargetFrameworks>
Expand All @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DryIoc.Dll" Version="5.3.3" />
<PackageReference Include="DryIoc.Dll" Version="5.3.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4c6e531

Please sign in to comment.