2022-04-16 22:03:50 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-12-07 14:29:45 -08:00
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2020-12-07 14:29:45 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-08 13:23:59 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
2023-09-08 12:27:04 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-11-14 23:59:21 -05:00
|
|
|
|
<PackageReference Include="SabreTools.IO" Version="1.2.0" />
|
2020-12-07 14:29:45 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|