We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c1115 commit 36fa2ffCopy full SHA for 36fa2ff
1 file changed
src/Microsoft.DotNet.SharedFramework.Sdk/targets/sharedfx.targets
@@ -62,11 +62,10 @@
62
</ItemGroup>
63
<!--
64
The PrepareForReadyToRunCompilation task now requires the MainAssembly metadata to be set.
65
- It's only used in composite mode, which we do not use, so create a ficticous $(PackageId).dll
66
- to ensure we don't accidentally trigger any unexpected behavior.
+ It's only used in composite mode, so it won't show up in the outputs of the shared framework.
67
-->
68
<ItemGroup Condition="'@(IntermediateAssembly)' == ''">
69
- <IntermediateAssembly Include="$(IntermediateOutputPath)/$(PackageId).dll" />
+ <IntermediateAssembly Include="$(IntermediateOutputPath)/$(SharedFrameworkName).dll" />
70
71
</Target>
72
0 commit comments