2022-04-16 21:36:16 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-12-08 14:53:49 -08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-07-09 14:20:32 -07:00
|
|
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
2020-12-08 14:53:49 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.IO\SabreTools.IO.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Logging\SabreTools.Logging.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SabreTools.Skippers\SabreTools.Skippers.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-04-16 21:36:16 -07:00
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.31.0" />
|
|
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
|
2020-12-08 14:53:49 -08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|