Skip to content

Commit a896d0a

Browse files
build(deps): Bump xunit from 2.5.0 to 2.5.1 (#757)
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1. - [Commits](xunit/xunit@2.5.0...2.5.1) --- updated-dependencies: - dependency-name: xunit 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 232f680 commit a896d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/ReactiveUI.Samples.Testing.SimpleViewModels.Tests/ReactiveUI.Samples.Testing.SimpleViewModelsUnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net7.0;net462</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="ReactiveUI.Testing" Version="$(ReactiveUIVersion)" />
8-
<PackageReference Include="xunit" Version="2.5.0" />
8+
<PackageReference Include="xunit" Version="2.5.1" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\ReactiveUI.Samples.Testing.SimpleViewModels\ReactiveUI.Samples.Testing.SimpleViewModels.csproj" />

0 commit comments

Comments
 (0)