Visual Studio project losing references via git

0

When cloning a project, it is coming with some blank references, having to be added manually. This problem only occurs with cloned projects, if you download the project as zip by github, it works normally.

I have tried to use the source tree and the visual studio 2015 itself to download.

Does anyone know how to solve it?

    
asked by anonymous 22.10.2016 / 03:51

1 answer

0

One solution would be to let VS automatically fix problematic packages by enabling the option Restore Nuget Packages , right click on the project, then just recompile the project.

    
22.10.2016 / 15:46