2025-07-19 17:44:08 +07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2025-07-31 12:57:14 +07:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2025-07-19 17:44:08 +07:00
|
|
|
|
<RootNamespace>lilo_stitcher_console</RootNamespace>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.7" />
|
2025-07-21 00:08:32 +07:00
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.10" />
|
2025-07-19 17:44:08 +07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|