Skip to content

Commit

Permalink
Bump MSTest.TestAdapter, System.Runtime.CompilerServices.Unsafe, Syst…
Browse files Browse the repository at this point in the history
…em.Buffers and System.Numerics.Vectors

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx), [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime), System.Buffers and System.Numerics.Vectors. These dependencies needed to be updated together.

Updates `MSTest.TestAdapter` from 3.0.2 to 3.5.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.0.2...v3.5.2)

Updates `System.Runtime.CompilerServices.Unsafe` from 4.5.0 to 5.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v5.0.0)

Updates `System.Buffers` from 4.4.0 to 4.5.1

Updates `System.Numerics.Vectors` from 4.4.0 to 4.5.0

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Buffers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Numerics.Vectors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent cd1d795 commit 7fdf886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 7fdf886

Please sign in to comment.