2022-04-16 21:36:16 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-12-08 14:53:49 -08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-12-29 23:55:38 -08:00
|
|
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
2020-12-08 14:53:49 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-08-14 21:02:15 -04:00
|
|
|
|
<ProjectReference Include="..\NaturalSort\NaturalSort.csproj" />
|
2020-12-08 14:53:49 -08:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Skippers\SabreTools.Skippers.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-09-08 12:27:04 -04:00
|
|
|
|
<PackageReference Include="SabreTools.IO" Version="1.1.0" />
|
2022-11-03 15:16:47 -07:00
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.32.2" />
|
2022-04-16 21:36:16 -07:00
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
|
2023-04-21 15:04:31 -04:00
|
|
|
|
<PackageReference Include="ZstdSharp.Port" Version="0.6.2" />
|
2020-12-08 14:53:49 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|