Closed as not planned
Closed as not planned
Description
assemblies added on main project file like
<ItemGroup>
<Reference Include="OpenMetaverse">
<HintPath>D:\opensimWork\libomv60\bin\OpenMetaverse.dll</HintPath>
</Reference>
</ItemGroup>
do get copied to normal output folder, but then do not get copied to the temporary execution folder (with uuid name).
the form
<none... to copy files to outputs, referred here on older similar issues (#946 for example) also does not work
this was working a few weeks(months?) ago, can't tell if dotnet or BenchmarkDotnet change, but clear the temporary project file does need some fix to make sure this does work again (?)
( using last version of vs2022 on win11, and fails with dotnet6 7 8 or 9preview selected)