Skip to content

Commit 9477253

Browse files
Bump MSTest.TestAdapter from 3.0.0 to 3.0.1 (#164)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/releases.md) - [Commits](microsoft/testfx@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdf2f30 commit 9477253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/InfinityCrawler.Tests/InfinityCrawler.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.0" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.1" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.0.1" />
1313
<PackageReference Include="coverlet.collector" Version="3.2.0">
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)