我正在与一个小团队一起做一个项目。我们使用 Git for Visual Studio 进行版本控制。问题是当我同步项目时,Visual Studio 无法找到其他团队成员使用 NuGet 包管理器添加的 dll。我该如何解决这个问题?错误是:
Could not resolve this reference. Could not locate the assembly "EntityFramework". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.