Skip to content

Commit 9a1297b

Browse files
Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (Azure#2407)
* Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.7.1...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... 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 48db62f commit 9a1297b

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
@@ -24,6 +24,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
2424

2525
## Unreleased
2626

27+
What's changed since pre-release v1.30.0-B0047:
28+
29+
- Engineering:
30+
- Bump Microsoft.NET.Test.Sdk to v17.7.2.
31+
[#2407](https://github.com/Azure/PSRule.Rules.Azure/pull/2407)
32+
2733
## v1.30.0-B0047 (pre-release)
2834

2935
What's changed since pre-release v1.30.0-B0026:

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.7.1" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1414
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.6" />
1515
<PackageReference Include="xunit" Version="2.5.0" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">

0 commit comments

Comments
 (0)