Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#84)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Feb 21, 2023
1 parent 17e98c6 commit 4cdd410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Machine.Specifications" Version="1.1.0" />
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
</ItemGroup>
Expand Down
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Machine.Specifications" Version="1.1.0" />
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
</ItemGroup>
Expand Down
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Machine.Specifications" Version="1.1.0" />
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 4cdd410

Please sign in to comment.