You can disable this behaviour by setting:
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
This behaviour originates from the Microsoft.NET.Sdk (see its source)
You can disable this behaviour by setting:
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
This behaviour originates from the Microsoft.NET.Sdk (see its source)