2022-04-16 22:03:50 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-12-11 10:10:56 -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-11 10:10:56 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.DatFiles\SabreTools.DatFiles.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|