File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 114114 weak
115115[file "src/Directory.Build.props"]
116116 url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
117- sha = ae442c0e142d8948b1d26136c057a73ece224581
118- etag = d9d8096ce24bfa68e7bd23728e737c8440fc05eb1a56a190fd671946ad89c277
117+ sha = 52d6c40aaa460ac48fc74c03324c6b1db7ae170d
118+ etag = ae2606c157b9725ce8c707e30d9768fb0bad901ac34065d3cd75fc2bdbc5f8cf
119119 weak
120120[file "src/Directory.Build.targets"]
121121 url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
Original file line number Diff line number Diff line change 7979 <NoWarn >NU5105;$(NoWarn)</NoWarn >
8080 <!-- Turn warnings into errors in CI or Release builds -->
8181 <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 >
8285 </PropertyGroup >
8386
8487 <PropertyGroup Label =" StrongName" Condition =" Exists('$(MSBuildThisFileDirectory)kzu.snk')" >
You can’t perform that action at this time.
0 commit comments