When I try to build my solution, I get the following error message:
Severity Code Description Project File Line Suppression State Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Microsoft.Net.Compilers.1.1.1\build\Microsoft.Net.Compilers.props. MusicKarma C:\Users\Bryan\Documents\Visual Studio 2015\Projects\MusicKarma\MusicKarma.csproj 268
When I look In my packages folder, I can find I file named Microsoft.Net.Compilers.props
I have tried to use Nuget Restore, but it keeps saying that I have all the packages.
This happens when I take this project from TFS to one of my computers.