The point is not to check in MSBuild Extension Pack package to the version control system as NuGet manages to get the relevant package data. In this case you have a "corrupt" project file as long as package restore is not executed. A possibility to avoid this "corruption" is to add Condition="Exists..." to the Import.
↧