Skip to content

Commit a13da97

Browse files
Bump the minor-version-updates group with 2 updates (#44)
Bumps the minor-version-updates group with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.6.4 to 3.7.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.4...v3.7.0) Updates `MSTest.TestFramework` from 3.6.4 to 3.7.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.6.4...v3.7.0) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-version-updates - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-version-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 056e084 commit a13da97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PCAxis.Metadata.UnitTest/PCAxis.Metadata.UnitTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
12+
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
1313
<PackageReference Include="coverlet.collector" Version="6.0.2">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)