2023-08-11 11:15:34 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-11-15 00:00:59 -05:00
|
|
|
|
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
2023-12-05 11:33:18 -05:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
2023-08-11 11:15:34 -04:00
|
|
|
|
<Nullable>enable</Nullable>
|
2023-12-05 11:33:18 -05:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2023-08-11 11:15:34 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-08-11 15:23:24 -04:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
2023-09-04 23:51:37 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-28 19:19:50 -05:00
|
|
|
|
<PackageReference Include="SabreTools.Models" Version="1.3.0" />
|
2023-08-11 11:15:34 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|