msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

XamlPreCompile doesn't use ref assemblies where available

Open rainersigwald opened this issue 11 months ago • 0 comments

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?

rainersigwald avatar Feb 26 '24 18:02 rainersigwald