I found example in roslyn project.
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>$(NetRoslynSourceBuild);net472</TargetFrameworks>
<IsSymbolPublishingPackage>true</IsSymbolPublishingPackage>
<TieredCompilation>false</TieredCompilation>
</PropertyGroup>