Skip to content

Commit

Permalink
build(deps): bump DiffEngine from 8.3.0 to 8.4.5 in /src (#551)
Browse files Browse the repository at this point in the history
Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 8.3.0 to 8.4.5.
- [Release notes](https://github.com/VerifyTests/DiffEngine/releases)
- [Commits](VerifyTests/DiffEngine@8.3.0...8.4.5)

---
updated-dependencies:
- dependency-name: DiffEngine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 5, 2021
1 parent b0f5b6a commit 23c6819
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Xunit.StaFact" Version="1.0.37" />
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
<PackageReference Include="DiffEngine" Version="8.3.0" />
<PackageReference Include="DiffEngine" Version="8.4.5" />
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="ReactiveUI.Testing" Version="17.*" />
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Update="DiffEngine" Version="8.3.0" />
<PackageReference Update="DiffEngine" Version="8.4.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Sextant.Tests/Sextant.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Update="DiffEngine" Version="8.3.0" />
<PackageReference Update="DiffEngine" Version="8.4.5" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Sextant.XamForms.Tests/Sextant.XamForms.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Update="DiffEngine" Version="8.3.0" />
<PackageReference Update="DiffEngine" Version="8.4.5" />
</ItemGroup>
</Project>

0 comments on commit 23c6819

Please sign in to comment.