Skip to content

Commit

Permalink
chore(deps): bump the xunit group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the xunit group with 3 updates: [xunit.v3.extensibility.core](https://github.com/xunit/xunit), [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [xunit.v3](https://github.com/xunit/xunit).


Updates `xunit.v3.extensibility.core` from 0.7.0-pre.15 to 1.0.0
- [Commits](xunit/xunit@v3-0.7.0-pre.15...v3-1.0.0)

Updates `xunit.runner.visualstudio` from 3.0.0-pre.49 to 3.0.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.0-pre.49...3.0.0)

Updates `xunit.v3` from 0.7.0-pre.15 to 1.0.0
- [Commits](xunit/xunit@v3-0.7.0-pre.15...v3-1.0.0)

---
updated-dependencies:
- dependency-name: xunit.v3.extensibility.core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: xunit
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
- dependency-name: xunit.v3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent f142731 commit ae5d9d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<PackageVersion Include="Verify.XunitV3" Version="28.5.0" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.extensibility.core" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0-pre.49" />
<PackageVersion Include="xunit.v3" Version="0.7.0-pre.15" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="0.7.0-pre.15" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.0" />
<PackageVersion Include="xunit.v3" Version="1.0.0" />
<PackageVersion Include="xunit.v3.extensibility.core" Version="1.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="PublicApiGenerator" />
<PackageReference Include="Verify.XunitV3" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" VersionOverride="3.0.0-pre.49">
<PackageReference Include="xunit.runner.visualstudio" VersionOverride="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="coverlet.msbuild" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Verify.XunitV3" />
<PackageReference Include="xunit.runner.visualstudio" VersionOverride="3.0.0-pre.49">
<PackageReference Include="xunit.runner.visualstudio" VersionOverride="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit ae5d9d2

Please sign in to comment.