We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5889d commit 52d6c40Copy full SHA for 52d6c40
src/Directory.Build.props
@@ -79,6 +79,9 @@
79
<NoWarn>NU5105;$(NoWarn)</NoWarn>
80
<!-- Turn warnings into errors in CI or Release builds -->
81
<WarningsAsErrors Condition="$(CI) or '$(Configuration)' == 'Release'">true</WarningsAsErrors>
82
+
83
+ <!-- Preserve transitively copied content in VS: https://github.com/dotnet/msbuild/issues/1054#issuecomment-847959047 -->
84
+ <MSBuildCopyContentTransitively>true</MSBuildCopyContentTransitively>
85
</PropertyGroup>
86
87
<PropertyGroup Label="StrongName" Condition="Exists('$(MSBuildThisFileDirectory)kzu.snk')">
0 commit comments