Skip to content

Commit 540fafe

Browse files
build(deps): bump Verify.Xunit and DiffEngine in /src (#603)
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) and [DiffEngine](https://github.com/VerifyTests/DiffEngine). These dependencies needed to be updated together. Updates `Verify.Xunit` from 22.5.0 to 22.8.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/commits) Updates `DiffEngine` from 13.0.0 to 13.0.2 - [Release notes](https://github.com/VerifyTests/DiffEngine/releases) - [Commits](VerifyTests/DiffEngine@13.0.0...13.0.2) --- updated-dependencies: - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: DiffEngine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c0a365 commit 540fafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactiveUI.Validation.Tests/ReactiveUI.Validation.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
1616
<PackageReference Include="Microsoft.Reactive.Testing" Version="6.0.0" />
1717
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
18-
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
18+
<PackageReference Include="Verify.Xunit" Version="22.8.0" />
1919
<PackageReference Include="xunit.runner.console" Version="2.6.2" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
2121
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="DiffEngine" Version="13.0.0" />
25+
<PackageReference Include="DiffEngine" Version="13.0.2" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)