Skip to content

Commit

Permalink
Add props file to buildTransitive also (#6919)
Browse files Browse the repository at this point in the history
  • Loading branch information
bording authored Nov 14, 2023
1 parent 098e3a9 commit 9939837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NServiceBus.Core/NServiceBus.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<Target Name="AddPropsFileToPackage">
<ItemGroup>
<TfmSpecificPackageFile Include="NServiceBus.props" PackagePath="build/$(TargetFramework)" />
<TfmSpecificPackageFile Include="NServiceBus.props" PackagePath="build/$(TargetFramework);buildTransitive/$(TargetFramework)" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 9939837

Please sign in to comment.