Update BrikPackager.csproj

This commit is contained in:
Gilles Lazures 2026-02-01 03:30:51 +01:00
parent ac34361d78
commit 8707031fa2

View File

@ -12,7 +12,16 @@
<PackAsTool>false</PackAsTool>
</PropertyGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);IncludeP2PAssets</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>
<Target Name="IncludeP2PAssets">
<ItemGroup>
<BuildOutputInPackage Include="$(OutputPath)*.dll" Exclude="$(OutputPath)$(AssemblyName).dll" />
</ItemGroup>
</Target>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.44.4" />
</ItemGroup>