Update BrikPackager.csproj

This commit is contained in:
Gilles Lazures 2026-02-01 03:36:03 +01:00
parent f50603205f
commit 86ec037531

View File

@ -11,15 +11,12 @@
<Authors>Azures04</Authors>
<PackAsTool>false</PackAsTool>
</PropertyGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);IncludeP2PAssets</TargetsForTfmSpecificContentInPackage>
<PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup>
<Target Name="IncludeP2PAssets">
<Target Name="AddRuntimeDependencies" BeforeTargets="GenerateNuspec">
<ItemGroup>
<BuildOutputInPackage Include="$(OutputPath)*.dll" Exclude="$(OutputPath)$(AssemblyName).dll" />
<_PackageFiles Include="$(OutputPath)\*.dll" Exclude="$(OutputPath)\$(AssemblyName).dll" TargetPath="lib\$(TargetFramework)" />
</ItemGroup>
</Target>
<ItemGroup>