Upgraded to .Net5

This commit is contained in:
Greenback
2020-11-16 17:17:49 +00:00
parent d66f88672c
commit 9481fd0747
4 changed files with 6 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ namespace MediaBrowser.Common.Net
}
/// <inheritdoc/>
public override bool Equals(object obj)
public override bool Equals(object? obj)
{
return Equals(obj as IPObject);
}