Skip to content

Commit

Permalink
Disable MSBuild transitive copies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Nov 4, 2023
1 parent 48b0558 commit 44114d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageProjectUrl>https://github.com/xunit/visualstudio.xunit</PackageProjectUrl>
<DebugType>embedded</DebugType>
<LangVersion>latest</LangVersion>
<MSBuildCopyContentTransitively>false</MSBuildCopyContentTransitively>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 44114d0

Please sign in to comment.