Clean up gated usings in DatFile

This commit is contained in:
Matt Nadareski
2024-03-19 14:27:01 -04:00
parent 5cda1c8b8f
commit e4c7bbe4e1

View File

@@ -2,9 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
#if NET40_OR_GREATER || NETCOREAPP
using System.Threading.Tasks;
#endif
using System.Xml.Serialization;
using Newtonsoft.Json;
using SabreTools.Core;