Commit 8b104d6 1 parent 1c133e9 commit 8b104d6 Copy full SHA for 8b104d6
File tree 2 files changed +7
-2
lines changed
tests/PSRule.Rules.Azure.Tests
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ What's changed since v1.38.0:
44
44
- Azure SQL Managed Instance:
45
45
- Verify that Azure SQL Managed Instances have a customer-controlled maintenance window configured by @BenjaminEngeset .
46
46
[ #2979 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/2979 )
47
+ - Engineering:
48
+ - Bump xunit to v2.9.0.
49
+ [ #2982 ] ( https://github.com/Azure/PSRule.Rules.Azure/pull/2982 )
50
+ - Bump xunit.runner.visualstudio to v2.8.2.
51
+ [ #2982 ] ( https://github.com/Azure/PSRule.Rules.Azure/pull/2982 )
47
52
48
53
## v1.38.0
49
54
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
14
14
<PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.3.12" />
15
15
<PackageReference Include =" System.Management.Automation" Version =" 7.3.12" />
16
- <PackageReference Include =" xunit" Version =" 2.8.1 " />
17
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.1 " >
16
+ <PackageReference Include =" xunit" Version =" 2.9.0 " />
17
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
</PackageReference >
You can’t perform that action at this time.
0 commit comments