Skip to content

Commit 2cab01b

Browse files
dependabot[bot]linkdotnet
authored andcommitted
build(deps): Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 041c544 commit 2cab01b

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
@@ -17,7 +17,7 @@
1717
<ItemGroup Condition="$(MSBuildProjectName) != 'bunit.testassets'">
1818
<PackageReference Include="AutoFixture" Version="4.18.0" />
1919
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.0" />
20-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
20+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2121
<PackageReference Include="Moq" Version="4.18.4" />
2222
<PackageReference Include="Shouldly" Version="4.1.0" />
2323
<PackageReference Include="xunit" Version="2.4.2" />

0 commit comments

Comments
 (0)