Skip to content

Commit 9690de7

Browse files
author
Chris Martinez
committed
Call base implementation. Fixes #932
1 parent c5abd2e commit 9690de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Abstractions/src/Asp.Versioning.Abstractions/AdvertiseApiVersionsAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ public bool Deprecated
9797
}
9898

9999
/// <inheritdoc/>
100-
public override int GetHashCode() => HashCode.Combine( GetHashCode(), Deprecated );
100+
public override int GetHashCode() => HashCode.Combine( base.GetHashCode(), Deprecated );
101101
}

0 commit comments

Comments
 (0)