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
+1 -1
View File
@@ -20,7 +20,7 @@ using Newtonsoft.Json.Serialization;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Response;
using Tgstation.Server.Common;
using Tgstation.Server.Common.Http;
namespace Tgstation.Server.Client
{