Skip to content

Commit 7514266

Browse files
dependabot[bot]SteveDesmond-ca
authored andcommitted
Bump xunit from 2.9.0 to 2.9.1
Bumps [xunit](https://github.com/xunit/xunit) from 2.9.0 to 2.9.1. - [Commits](xunit/xunit@2.9.0...2.9.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8d9278 commit 7514266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/LibYear.Core.Tests/LibYear.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="NSubstitute" Version="5.1.0" />
1111
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
1212
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
13-
<PackageReference Include="xunit" Version="2.9.0" />
13+
<PackageReference Include="xunit" Version="2.9.1" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
1515
<ProjectReference Include="../../src/LibYear.Core/LibYear.Core.csproj" />
1616

test/LibYear.Tests/LibYear.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1010
<PackageReference Include="NSubstitute" Version="5.1.0" />
1111
<PackageReference Include="Spectre.Console.Testing" Version="0.49.1" />
12-
<PackageReference Include="xunit" Version="2.9.0" />
12+
<PackageReference Include="xunit" Version="2.9.1" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
1414
<ProjectReference Include="..\..\src\LibYear\LibYear.csproj" />
1515
<ProjectReference Include="..\LibYear.Core.Tests\LibYear.Core.Tests.csproj" />

0 commit comments

Comments
 (0)