Adds official .NET 5 support (#300)

This commit is contained in:
Kamron Batman 2020-11-07 13:26:27 -08:00 committed by GitHub
parent c3289a20ab
commit 013f333898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 496 additions and 668 deletions

View file

@ -244,7 +244,7 @@ namespace Server
break;
}
if (ipStr.IndexOf(":", StringComparison.Ordinal) == -1)
if (ipStr.IndexOf(':') == -1)
{
ipStr += ":2593";
}