Browse Source

Bump MSTest.TestAdapter from 3.5.0 to 3.5.1 (#1152)

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/compare/v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1151/head
dependabot[bot] 12 months ago
committed by GitHub
parent
commit
fc0f38fc9c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Minio.Tests/Minio.Tests.csproj

2
Minio.Tests/Minio.Tests.csproj

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<ProjectReference Include="..\Minio\Minio.csproj" />

Loading…
Cancel
Save