Skip to content

Commit

Permalink
Bump DiffEngine from 5.3.0 to 5.3.1
Browse files Browse the repository at this point in the history
Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/VerifyTests/DiffEngine/releases)
- [Commits](https://github.com/VerifyTests/DiffEngine/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 11, 2020
1 parent 06c665c commit c7a323f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DeterministicTests/DeterministicTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackageProject>false</IsPackageProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiffEngine" Version="5.3.0" />
<PackageReference Include="DiffEngine" Version="5.3.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0-preview-20200812-03" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiffEngine" Version="5.3.0" />
<PackageReference Include="DiffEngine" Version="5.3.1" />
<PackageReference Include="InfoOf.Fody" Version="2.0.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0-preview-20200812-03" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Tests/Verify.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Compile Remove="Converters\TypeConverterTests.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DiffEngine" Version="5.3.0" />
<PackageReference Include="DiffEngine" Version="5.3.1" />
<PackageReference Include="Shipwreck.Phash.Bitmaps" Version="0.5.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0-preview-20200812-03" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net472</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiffEngine" Version="5.3.0" />
<PackageReference Include="DiffEngine" Version="5.3.1" />
<PackageReference Include="Fody" Version="6.2.5" PrivateAssets="All" />
<PackageReference Include="Obsolete.Fody" Version="5.2.1" PrivateAssets="All" />
<PackageReference Include="System.CodeDom" Version="4.7.0" />
Expand Down

0 comments on commit c7a323f

Please sign in to comment.