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> <Authors>Azures04</Authors>
<PackAsTool>false</PackAsTool> <PackAsTool>false</PackAsTool>
</PropertyGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);IncludeP2PAssets</TargetsForTfmSpecificContentInPackage> <PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup> </PropertyGroup>
<Target Name="AddRuntimeDependencies" BeforeTargets="GenerateNuspec">
<Target Name="IncludeP2PAssets">
<ItemGroup> <ItemGroup>
<BuildOutputInPackage Include="$(OutputPath)*.dll" Exclude="$(OutputPath)$(AssemblyName).dll" /> <_PackageFiles Include="$(OutputPath)\*.dll" Exclude="$(OutputPath)\$(AssemblyName).dll" TargetPath="lib\$(TargetFramework)" />
</ItemGroup> </ItemGroup>
</Target> </Target>
<ItemGroup> <ItemGroup>