Skip to content

Commit fca92ad

Browse files
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (Azure#2680)
* Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.8.0...v17.9.0) --- 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 c71b957 commit fca92ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/CHANGELOG-v1.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
3232

3333
## Unreleased
3434

35+
What's changed since v1.33.1:
36+
37+
- Engineering:
38+
- Bump Microsoft.NET.Test.Sdk to v17.9.0.
39+
[#2680](https://github.com/Azure/PSRule.Rules.Azure/pull/2680)
40+
3541
## v1.33.1
3642

3743
What's changed since v1.33.0:

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.8.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1414
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.7" />
1515
<PackageReference Include="System.Management.Automation" Version="7.3.7" />
1616
<PackageReference Include="xunit" Version="2.6.6" />

0 commit comments

Comments
 (0)