Skip to content

Commit

Permalink
chore:: Remove redundant DependsOnTargets (#393)
Browse files Browse the repository at this point in the history
Remove redundant DependsOnTargets to SmartFormat.ZString.dll (remnant after moving to v3.4.0)
  • Loading branch information
axunonb authored May 17, 2024
1 parent 826439e commit 47ccfc9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/SmartFormat/SmartFormat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,4 @@ It uses extensions to provide named placeholders, localization, pluralization, g
</AssemblyAttribute>
</ItemGroup>

<!-- Added to include SmartFormat.ZString.dll into the nuget package -->
<!-- BuildOnlySettings will add XML-docs to *.nupkg, and PDBs to *.snupkg (if generated) -->
<!-- The order of DependsOnTargets arguments is important -->
<Target DependsOnTargets="BuildOnlySettings;ResolveReferences" Name="CopyProjectReferencesToPackage">
<ItemGroup>
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths-&gt;WithMetadataValue('ReferenceSourceTarget', 'ProjectReference'))" />
</ItemGroup>
</Target>

</Project>

0 comments on commit 47ccfc9

Please sign in to comment.