Migrate to Nuget package for models

This commit is contained in:
Matt Nadareski
2023-09-04 23:51:37 -04:00
parent 5044dea02a
commit 7d1cfc1340
281 changed files with 2656 additions and 9896 deletions

View File

@@ -1,6 +1,6 @@
using System;
using System.Linq;
using SabreTools.Models.Internal;
using SabreTools.Models.Metadata;
namespace SabreTools.Core
{