wabbajack/Wabbajack.Hashing.PHash/Wabbajack.Hashing.PHash.csproj

22 lines
757 B
XML
Raw Normal View History

2021-09-27 12:42:46 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
2021-09-27 12:42:46 +00:00
<Nullable>enable</Nullable>
<Version>$(VERSION)</Version>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
2022-05-23 15:50:36 +00:00
<PackageReference Include="BCnEncoder.Net.ImageSharp" Version="1.1.1" />
<PackageReference Include="Shipwreck.Phash" Version="0.5.0" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
<ItemGroup>
2022-05-23 15:50:36 +00:00
<ProjectReference Include="..\Wabbajack.DTOs\Wabbajack.DTOs.csproj" />
<ProjectReference Include="..\Wabbajack.Paths.IO\Wabbajack.Paths.IO.csproj" />
<ProjectReference Include="..\Wabbajack.Paths\Wabbajack.Paths.csproj" />
2021-09-27 12:42:46 +00:00
</ItemGroup>
</Project>