Files
SabreTools/SabreTools.DatItems/SabreTools.DatItems.csproj

21 lines
687 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-12-08 15:15:41 -08:00
<PropertyGroup>
2022-12-29 23:55:38 -08:00
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
2020-12-08 15:15:41 -08:00
</PropertyGroup>
<ItemGroup>
2023-08-14 21:02:15 -04:00
<ProjectReference Include="..\NaturalSort\NaturalSort.csproj" />
2020-12-08 15:15:41 -08:00
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
<ProjectReference Include="..\SabreTools.FileTypes\SabreTools.FileTypes.csproj" />
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
</ItemGroup>
<ItemGroup>
2023-09-04 23:51:37 -04:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2023-11-14 23:59:21 -05:00
<PackageReference Include="SabreTools.Models" Version="1.2.0" />
2020-12-08 15:15:41 -08:00
</ItemGroup>
</Project>