Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#118)

* 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](https://github.com/microsoft/vstest/compare/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>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2023-04-29 22:13:31 +10:00 коммит произвёл GitHub
Родитель dd56f926b5
Коммит dd6a03777e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -5,8 +5,8 @@
What's changed since pre-release v0.6.0-B0012:
- Engineering:
- Bump Microsoft.NET.Test.Sdk to v17.4.1.
[#113](https://github.com/microsoft/PSRule.Monitor/pull/113)
- Bump Microsoft.NET.Test.Sdk to v17.5.0.
[#118](https://github.com/microsoft/PSRule.Monitor/pull/118)
- Bump Newtonsoft.Json to v13.0.3.
[#120](https://github.com/microsoft/PSRule.Monitor/pull/120)
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v7.0.1.

Просмотреть файл

@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.6" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">