feat: Updates to .NET 8. (#1542)

### Breaking Changes
- Updating to .NET 8 - Required O/S's have slightly changed.
This commit is contained in:
Kamron Batman 2023-11-14 17:08:09 -08:00 committed by GitHub
parent bd79509400
commit 2e4668dbe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 56 additions and 42 deletions

View file

@ -15,7 +15,7 @@
using System.Buffers;
using System.Diagnostics;
using Microsoft.Toolkit.HighPerformance;
using CommunityToolkit.HighPerformance;
using Server.Diagnostics;
using Server.Engines.Virtues;
using Server.Exceptions;