In vNext, including todays build, you can add
<Reference Include="BackgroundTasks">
<Weak>True</Weak>
</Reference>
to force weak-linking. I’ll see if we can automatically detect this, longer term.
In vNext, including todays build, you can add
<Reference Include="BackgroundTasks">
<Weak>True</Weak>
</Reference>
to force weak-linking. I’ll see if we can automatically detect this, longer term.