Browse Source

Set ProduceReferenceAssembly to true to benefit from incremental builds on old TFMs

pull/1369/head
Kévin Chalet 4 years ago
parent
commit
75deb013af
  1. 1
      Directory.Build.props

1
Directory.Build.props

@ -15,6 +15,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAnalysisRuleset>$(MSBuildThisFileDirectory)eng\CodeAnalysis.ruleset</CodeAnalysisRuleset>
<EnableXlfLocalization>false</EnableXlfLocalization>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
</PropertyGroup>
<PropertyGroup>

Loading…
Cancel
Save