Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#165)

* Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.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.9.0...v17.10.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] 2024-07-10 10:55:15 +10:00 коммит произвёл GitHub
Родитель 0db2f5cf09
Коммит d245e5382d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -15,8 +15,8 @@ What's changed since v0.6.0:
[#152](https://github.com/microsoft/PSRule.Monitor/pull/152)
- Bump xunit.runner.visualstudio to v2.5.8.
[#162](https://github.com/microsoft/PSRule.Monitor/pull/162)
- Bump Microsoft.NET.Test.Sdk to v17.9.0.
[#155](https://github.com/microsoft/PSRule.Monitor/pull/155)
- Bump Microsoft.NET.Test.Sdk to v17.10.0.
[#165](https://github.com/microsoft/PSRule.Monitor/pull/165)
- Bump Microsoft.CodeAnalysis.NetAnalyzers to v8.0.0.
[#145](https://github.com/microsoft/PSRule.Monitor/pull/145)
- Bump Microsoft.SourceLink.GitHub to v8.0.0.

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

@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
<PackageReference Include="xunit" Version="2.6.6" />