Skip to content

Commit 4ec386e

Browse files
build(deps): Bump MSTest.TestFramework from 3.6.3 to 3.7.0
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.6.3 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.3...v3.7.0) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 277cf90 commit 4ec386e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ODataExample.Test/ODataExample.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
18+
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
1919
<PackageReference Include="coverlet.collector" Version="6.0.2">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)