diff --git a/src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt b/src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt index 1dc2f6a0b0..b43629d19f 100644 --- a/src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt +++ b/src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt @@ -46,20 +46,15 @@ System.CommandLine public static Argument AcceptExistingOnly(this Argument argument) public class Command : IdentifierSymbol, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable .ctor(System.String name, System.String description = null) - public System.Collections.Generic.IReadOnlyList Arguments { get; } + public System.Collections.Generic.IList Arguments { get; } public System.Collections.Generic.IEnumerable Children { get; } public ICommandHandler Handler { get; set; } - public System.Collections.Generic.IReadOnlyList