2022-04-16 22:03:50 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-12-08 13:48:57 -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-08 13:48:57 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
2020-12-14 11:16:48 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.DatFiles\SabreTools.DatFiles.csproj" />
|
2020-12-13 14:01:16 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.DatItems\SabreTools.DatItems.csproj" />
|
2023-09-04 23:51:37 -04:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Filter\SabreTools.Filter.csproj" />
|
2020-12-08 13:48:57 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2023-09-08 12:27:04 -04:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-11-14 23:59:21 -05:00
|
|
|
|
<PackageReference Include="SabreTools.IO" Version="1.2.0" />
|
2023-09-08 12:27:04 -04:00
|
|
|
|
</ItemGroup>
|
2020-12-08 13:48:57 -08:00
|
|
|
|
|
|
|
|
|
|
</Project>
|