Skip to content

Commit 38e0670

Browse files
Bump xunit from 2.6.6 to 2.7.0 (Azure#2688)
* Bump xunit from 2.6.6 to 2.7.0 Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.7.0. - [Commits](xunit/xunit@2.6.6...2.7.0) --- updated-dependencies: - dependency-name: xunit 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 fca92ad commit 38e0670

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
@@ -37,6 +37,8 @@ What's changed since v1.33.1:
3737
- Engineering:
3838
- Bump Microsoft.NET.Test.Sdk to v17.9.0.
3939
[#2680](https://github.com/Azure/PSRule.Rules.Azure/pull/2680)
40+
- Bump xunit to v2.7.0.
41+
[#2688](https://github.com/Azure/PSRule.Rules.Azure/pull/2688)
4042

4143
## v1.33.1
4244

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<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" />
16-
<PackageReference Include="xunit" Version="2.6.6" />
16+
<PackageReference Include="xunit" Version="2.7.0" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)