Skip to content

Commit d5a4d82

Browse files
author
Chris Martinez
committed
Call base implementation. Fixes #932
1 parent 1d58495 commit d5a4d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Abstractions/src/Asp.Versioning.Abstractions/AdvertiseApiVersionsAttribute.cs

+1-1
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)