Clean up Tgstation.Server.Common

- Move classes to `Http` namespace.
- Give it a unique package version.
- Comment to make me not rage update Nuget libs to .NET 6.
This commit is contained in:
Dominion
2023-06-10 17:04:04 -04:00
parent 41c33684f6
commit e596110018
29 changed files with 34 additions and 33 deletions
@@ -9,7 +9,7 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using Tgstation.Server.Common;
using Tgstation.Server.Common.Http;
using Tgstation.Server.Host.Extensions;
namespace Tgstation.Server.Host.IO.Tests