Skip to content

Commit c637dfc

Browse files
authoredAug 1, 2023
Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 3.0.4 to 3.1.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.0.4...v3.1.1) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6684950 commit c637dfc

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.6.3" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.0">
1414
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)
Please sign in to comment.