Skip to content

Commit

Permalink
⬆ Bump the xunit group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the xunit group with 2 updates in the / directory: [xunit](https://github.com/xunit/xunit) and [xunit.runner.console](https://github.com/xunit/xunit).


Updates `xunit` from 2.9.0 to 2.9.2
- [Commits](xunit/xunit@2.9.0...2.9.2)

Updates `xunit.runner.console` from 2.9.0 to 2.9.2
- [Commits](xunit/xunit@2.9.0...2.9.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
- dependency-name: xunit.runner.console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 8536cb2 commit 60174ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.runner.console" Version="2.9.0" />
<PackageReference Include="xunit.runner.console" Version="2.9.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bearded.Utilities.Testing\Bearded.Utilities.Testing.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions Bearded.Utilities.Tests/Bearded.Utilities.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PackageReference Include="FSharp.Core" Version="8.0.400" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.runner.console" Version="2.9.0" />
<PackageReference Include="xunit.runner.console" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 60174ac

Please sign in to comment.