Add empty serialization library

This commit is contained in:
Matt Nadareski
2023-07-13 10:08:26 -04:00
parent b64d84b37f
commit d071575b51
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SabreTools.Models\SabreTools.Models.csproj" />
</ItemGroup>
</Project>