dependabot[bot] c3ff0bbe87 Bump K4os.Compression.LZ4 from 1.3.5 to 1.3.6
Bumps [K4os.Compression.LZ4](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases)
- [Changelog](https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md)
- [Commits](https://github.com/MiloszKrajewski/K4os.Compression.LZ4/compare/1.3.5...1.3.6)

---
updated-dependencies:
- dependency-name: K4os.Compression.LZ4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 06:44:12 -04:00

20 lines
649 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsTrimmable>true</IsTrimmable>
<OutputPath>..\0Bins\Other\AssetRipper.IO.Files\$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.IO.Files\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.Primitives" Version="2.0.0" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.6" />
<PackageReference Include="SharpCompress" Version="0.33.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AssetRipper.IO.Endian\AssetRipper.IO.Endian.csproj" />
</ItemGroup>
</Project>