In an ASP.NET project I'm getting the error while publishing
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VisualStudio\v16.0\Web\Microsoft.Web.Publishing.targets(1485,19):
Error MSB4064: The "SourceRootPath" parameter is not supported by the "TransformXml" task.
Verify the parameter exists on the task, and it is a settable public instance property.
What does it mean and what could cause it occur? I got it after migrating packages.config to PackageReference.