Skip to content

Commit fd7db0a

Browse files
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (Azure#2884)
* --- 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]>
1 parent cc0c3ae commit fd7db0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/CHANGELOG-v1.md

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ What's changed since pre-release v1.37.0-B0009:
7070
[#2871](https://github.com/Azure/PSRule.Rules.Azure/pull/2871)
7171
- Bump System.Management.Automation to 7.3.12.
7272
[#2868](https://github.com/Azure/PSRule.Rules.Azure/pull/2868)
73+
- Bump Microsoft.NET.Test.Sdk to v17.10.0.
74+
[#2884](https://github.com/Azure/PSRule.Rules.Azure/pull/2884)
7375
- Bug fixed:
7476
- Fixed `union` does not perform deep merge or keep property order by @BernieWhite.
7577
[#2885](https://github.com/Azure/PSRule.Rules.Azure/issues/2885)

tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1414
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.12" />
1515
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
1616
<PackageReference Include="xunit" Version="2.8.0" />

0 commit comments

Comments
 (0)