Skip to content

Commit

Permalink
build(deps): bump the test-deps group across 1 directory with 2 updat…
Browse files Browse the repository at this point in the history
…es (#295)

Bumps the test-deps group with 2 updates in the /OSLC4Net_SDK directory: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [MSTest.TestAdapter](https://github.com/microsoft/testfx).


Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.12.0...v17.13.0)

Updates `MSTest.TestAdapter` from 3.7.3 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.3...v3.8.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-deps
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 6185a34 commit f63860d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OSLC4Net_SDK/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Versions used by several individual references below -->
<MSTestVersion>3.7.3</MSTestVersion>
<MSTestVersion>3.8.0</MSTestVersion>
</PropertyGroup>
<ItemGroup>
<!-- For removal -->
Expand All @@ -24,7 +24,7 @@
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<!-- Test deps -->
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.2" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
Expand Down

0 comments on commit f63860d

Please sign in to comment.