msbuild
msbuild copied to clipboard
XamlPreCompile doesn't use ref assemblies where available
https://github.com/dotnet/msbuild/blob/42383a83b2b0d1e551cbdb713f9ae3dda27dd04d/src/Tasks/Microsoft.CSharp.CurrentVersion.targets#L279
https://github.com/dotnet/msbuild/blob/42383a83b2b0d1e551cbdb713f9ae3dda27dd04d/src/Tasks/Microsoft.VisualBasic.CurrentVersion.targets#L273
Why is this not @(ReferencePathWithRefAssemblies)
like in CoreCompile?