Skip to content

Commit 2765a85

Browse files
Bump the dotnet group (#44965)
Bumps the dotnet group in /docs/core/testing/snippets/testcontext/csharp with 2 updates: [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [MSTest](https://github.com/microsoft/testfx). Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `MSTest` from 3.8.0 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.8.0...v3.8.2) --- updated-dependencies: - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5a746d commit 2765a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/snippets/testcontext/csharp/project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="MSTest" Version="3.8.0" />
11+
<PackageReference Include="MSTest" Version="3.8.2" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)