Skip to content

Commit ddc0d5a

Browse files
Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#172)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2cc226 commit ddc0d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/InfinityCrawler.Tests/InfinityCrawler.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0;</TargetFrameworks>
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
1313
<PackageReference Include="coverlet.collector" Version="3.2.0">

0 commit comments

Comments
 (0)