Skip to content

Commit 4342731

Browse files
dependabot[bot]linkdotnet
authored andcommitted
Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.2 to 17.6.3. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.6.2...v17.6.3) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4766930 commit 4342731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ItemGroup Condition="$(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'">
55
<PackageReference Include="bunit" Version="1.20.8" />
66
<PackageReference Include="FluentAssertions" Version="6.11.0" />
7-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
7+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
88
<PackageReference Include="Moq" Version="4.18.4" />
99
<PackageReference Include="xunit" Version="2.4.2" />
1010
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)