Create new unused Filter library

This commit is contained in:
Matt Nadareski
2023-08-11 11:15:34 -04:00
parent 25e1420e44
commit 58ce48235c
3 changed files with 163 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>