Skip to content

Commit d8f53e3

Browse files
dependabot-preview[bot]Ron Petrusha
authored andcommitted
Bump MSTest.TestAdapter (#1247)
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v1.3.2...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent b724446 commit d8f53e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started/unit-testing-using-mstest/PrimeService.Tests/PrimeService.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
9-
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
9+
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
1010
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)