简体   繁体   中英

Visual Studio Nuget manager does not show OpenTK package

I am trying to add OpenTK as a dependency. When I open the Nuget Package Manager, the only Package source displayed is "Microsoft Visual Studio Offline Packages", so I went to Tools > Options > Nuget Package Manager > Package Sources and added the package source:

I now get the following list of packages, but the OpenTK package is not there.

在此处输入图像描述

As a solution to installing packages that do not show up on the Nuget manager GUI, I can use the Package Manager Console which finds OpenTK without problem.

PM> Install-Package OpenTK

Maybe this is the package you need: 在此处输入图像描述

You can check if your scroll wheel is on the top and if there is any package you missed

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM