Skip to content

Commit e666feb

Browse files
build(deps): bump Microsoft.NET.Test.Sdk in /integrationtests (#3488)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17ab166 commit e666feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/IntegrationTests.Shared.Tests/IntegrationTests.Shared.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
1212
<PackageReference Include="xunit" Version="2.4.2" />
1313
<PackageReference Include="xunit.runner.console" Version="2.4.2">
1414
<PrivateAssets>all</PrivateAssets>

src/Directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</PropertyGroup>
4444

4545
<ItemGroup Condition="$(IsTestProject)">
46-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
46+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
4747
<PackageReference Include="xunit" Version="2.4.2" />
4848
<PackageReference Include="xunit.runner.console" Version="2.4.2" />
4949
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />

0 commit comments

Comments
 (0)