MSBuild

Blog posts tagged by MSBuild

How to find a NuGet package path from MSBuild

Lately I've been porting some projects at a client from .NET Framework to .NET Core, and as part of that I had to convert csproj files from the old project format to the new one. That means getting rid of package references in packages.config and replacing them with PackageReference elements in the project files.