Skip to content

Commit aeceaec

Browse files
build(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /src (#1010)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.5.0...v17.6.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49826a3 commit aeceaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</PropertyGroup>
4848

4949
<ItemGroup Condition="$(IsTestProject) or $(MSBuildProjectName.Contains('TestRunner'))">
50-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
50+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
5151
<PackageReference Include="xunit" Version="2.4.2" />
5252
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
5353
<PackageReference Include="FluentAssertions" Version="6.11.0" />

0 commit comments

Comments
 (0)