Skip to content

Commit 82e1f6c

Browse files
Bump the dotnet group
Bumps the dotnet group in /docs/core/tutorials/snippets/library-with-visual-studio-6-0/csharp/StringLibraryTest with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx). Updates `MSTest.TestAdapter` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/commits) Updates `MSTest.TestFramework` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/commits) --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: MSTest.TestFramework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f41f233 commit 82e1f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tutorials/snippets/library-with-visual-studio-6-0/csharp/StringLibraryTest/StringLibraryTest.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
13-
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
1414
<PackageReference Include="coverlet.collector" Version="6.0.2" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)