Update BrikPackager.csproj
This commit is contained in:
parent
ac34361d78
commit
8707031fa2
@ -12,7 +12,16 @@
|
|||||||
|
|
||||||
<PackAsTool>false</PackAsTool>
|
<PackAsTool>false</PackAsTool>
|
||||||
</PropertyGroup>
|
</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>
|
<ItemGroup>
|
||||||
<PackageReference Include="SharpCompress" Version="0.44.4" />
|
<PackageReference Include="SharpCompress" Version="0.44.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user