mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
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>
20 lines
649 B
XML
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>
|