Skip to content

Commit 2a4dad0

Browse files
Bump the dotnet group with 1 update
Bumps MSTest.TestFramework from 3.10.4 to 3.10.5 --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-version: 3.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2804bc3 commit 2a4dad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/core/testing/unit-testing-vb-mstest/vb/PrimeService.Tests/PrimeService.Tests.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="3.10.4" />
12-
<PackageReference Include="MSTest.TestFramework" Version="3.10.4" />
12+
<PackageReference Include="MSTest.TestFramework" Version="3.10.5" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)