
- #Visual studio community mac references not suggested install
- #Visual studio community mac references not suggested download
- #Visual studio community mac references not suggested windows
For Visual Studio 2015, we recommend 3.6.0. Check /downloads for the latest recommended versions. You may be using an old version of NuGet. Change the folder permissions and try restoring packages again. When obtaining a project from source control, your project folders may be set to read-only. If the error still persists, use nuget locals all -clear or dotnet nuget locals all -clear from the command line to clear the global-packages and cache folders as described on Managing the global packages and cache folders. However, running a restore might say, "All packages are already installed and there is nothing to restore." In this case, delete the packages folder (when using nfig) or the obj/ file (when using PackageReference) and run restore again.
#Visual studio community mac references not suggested download
You may encounter build errors due to missing files, with a message saying to use NuGet restore to download them. If you edit the packageRestore settings directly in nfig, restart Visual Studio so that the options dialog box shows the current values. Make sure the enabled and automatic keys under packageRestore are set to True:
#Visual studio community mac references not suggested windows
You can also edit these settings directly in the applicable nfig file (typically %AppData%\NuGet\NuGet.Config on Windows and ~/.nuget/NuGet/NuGet.Config on Mac/Linux). You can change the applicable settings in Visual Studio as described earlier under Quick solution for Visual Studio users. This error indicates that package restore is disabled in your NuGet configuration. Use NuGet Package Restore to download them. This project references NuGet package(s) that are missing on this computerĬomplete error message: This project references NuGet package(s) that are missing on this computer. If your project is an older project that uses the MSBuild-integrated package restore, you may need to migrate to automatic package restore. These settings can also be changed in your NuGet.Config file see the consent section.

#Visual studio community mac references not suggested install
csproj) or your nfig file are incorrect (they do not match your desired state following Package Restore), then you need to either install or update packages instead of using Package Restore. If the package references in your project file (.

(In Visual Studio, the references appear in Solution Explorer under the Dependencies \ NuGet or the References node.) To follow the required steps to restore packages, see Restore packages. Package Restore tries to install all package dependencies to the correct state matching the package references in your project file (. This article focuses on common errors when restoring packages and steps to resolve them.
