Jeremy Pritts ccbaa530c8 Nuget bump:
* Resolves #841
2023-06-05 10:02:56 -04:00

20 lines
653 B
XML

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