dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
45 stars 61 forks source link

Support csproj -> xproj references #5

Closed jasonmalinowski closed 8 years ago

jasonmalinowski commented 8 years ago

This is a PR from my current feature branch into the dev branch. Most of these changes (other than the bug fix around handling around csproj -> csproj projects) are already inserted into our internal update branch, this is just normalizing the codeflow.

Review: @NuGet/build-tasks-team, @emgarten

emgarten commented 8 years ago

Looks good to me :shipit:

jmarolf commented 8 years ago

:+1: