Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (Azure#2884)
Browse files Browse the repository at this point in the history
* ---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump change log

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored May 24, 2024
1 parent cc0c3ae commit fd7db0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ What's changed since pre-release v1.37.0-B0009:
[#2871](https://github.com/Azure/PSRule.Rules.Azure/pull/2871)
- Bump System.Management.Automation to 7.3.12.
[#2868](https://github.com/Azure/PSRule.Rules.Azure/pull/2868)
- Bump Microsoft.NET.Test.Sdk to v17.10.0.
[#2884](https://github.com/Azure/PSRule.Rules.Azure/pull/2884)
- Bug fixed:
- Fixed `union` does not perform deep merge or keep property order by @BernieWhite.
[#2885](https://github.com/Azure/PSRule.Rules.Azure/issues/2885)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.12" />
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
<PackageReference Include="xunit" Version="2.8.0" />
Expand Down

0 comments on commit fd7db0a

Please sign in to comment.