Skip to content

Commit

Permalink
Bump the tests group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the tests group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [xunit](https://github.com/xunit/xunit) | `2.5.1` | `2.6.2` |
| [xunit.runner.console](https://github.com/xunit/xunit) | `2.5.1` | `2.6.2` |
| [xunit.runner.msbuild](https://github.com/xunit/xunit) | `2.5.1` | `2.6.2` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.1` | `2.5.4` |
| [Microsoft.TestPlatform.ObjectModel](https://github.com/microsoft/vstest) | `17.5.0` | `17.8.0` |


Updates `xunit` from 2.5.1 to 2.6.2
- [Commits](xunit/xunit@2.5.1...2.6.2)

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

Updates `xunit.runner.msbuild` from 2.5.1 to 2.6.2
- [Commits](xunit/xunit@2.5.1...2.6.2)

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

Updates `Microsoft.TestPlatform.ObjectModel` from 17.5.0 to 17.8.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.5.0...v17.8.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: xunit.runner.console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: xunit.runner.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.TestPlatform.ObjectModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kzu committed Nov 30, 2023
1 parent cc546d5 commit 7dc0bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NuGetizer.Tests/NuGetizer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<PackageReference Include="NuGet.Packaging" Version="6.7.0" />
<PackageReference Include="NuGet.ProjectManagement" Version="4.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.console" Version="2.5.1" />
<PackageReference Include="xunit.runner.msbuild" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.4.1" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Strings" Version="1.4.1" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit 7dc0bc0

Please sign in to comment.