Skip to content

Commit 253715b

Browse files
Bump MSTest.TestFramework
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/releases.md) - [Commits](microsoft/testfx@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a35dfaa commit 253715b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/operators/snippets/shared/operators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="MSTest.TestFramework" Version="3.0.1" />
14+
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)