Skip to content

Commit 1089fbd

Browse files
build(deps): Bump MSTest.TestFramework from 3.7.3 to 3.8.2 (#339)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.7.3 to 3.8.2. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.7.3...v3.8.2) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4487a29 commit 1089fbd

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.13.0" />
1717
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
18-
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
18+
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
1919
<PackageReference Include="coverlet.collector" Version="6.0.4">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)