Open
Description
Describe the bug
Calling dotnet list .\src\coverlet.console\coverlet.console.csproj reference
returns
Project reference(s)
--------------------
$(MSBuildThisFileDirectory)..\coverlet.core\coverlet.core.csproj
and not an expanded path
To Reproduce
Create a project that references another project using $(MSBuildThisFileDirectory)
and call dotnet list reference
on this project and you will get the same issue.