Skip to content

Commit c3a8b82

Browse files
Bump the test-dependencies group with 1 update (#393)
Bumps the test-dependencies group with 1 update: [MSTest.TestAdapter](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.1.1...v.3.2.0) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5a3e84 commit c3a8b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModularPipelines.Analyzers/ModularPipelines.Analyzers.Test/ModularPipelines.Analyzers.Test.csproj

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

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
14-
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
14+
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
1616
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.1.0" />
1717
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.1" />

0 commit comments

Comments
 (0)