我正在與一個小團隊合作。我們使用Git for Visual Studio進行版本控制。 問題是,當我同步項目時,Visual Studio無法找到由其他團隊成員使用NuGet包管理器添加的dll。我該如何解決這個問題? 錯誤是:NuGet軟件包的錯誤定位引用
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.
也許你可以也嘗試**允許nuget管理軟件包,所以nuget會自動下載缺失的軟件包 – Angga