简体   繁体   English

Visual Studio Nuget 管理器不显示 OpenTK package

[英]Visual Studio Nuget manager does not show OpenTK package

I am trying to add OpenTK as a dependency.我正在尝试将 OpenTK 添加为依赖项。 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:当我打开 Nuget Package 管理器时,唯一显示的 Package 源是“Microsoft Visual Studio 离线包”,所以我转到Tools > Options > Nuget Package Manager > Package Sources并添加了 713138888 源

I now get the following list of packages, but the OpenTK package is not there.我现在得到以下软件包列表,但 OpenTK package 不存在。

在此处输入图像描述

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.作为安装未显示在 Nuget 管理器 GUI 上的软件包的解决方案,我可以使用 Package 管理器控制台,它可以毫无问题地找到 OpenTK。

PM> Install-Package OpenTK

Maybe this is the package you need:也许这是您需要的 package: 在此处输入图像描述

You can check if your scroll wheel is on the top and if there is any package you missed您可以检查您的滚轮是否在顶部,以及您是否错过了任何 package

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Visual Studio数据包管理器中显示Nuget包的所有者 - Show Owner of Nuget Package in Visual Studio Packet Manager Artifactory 中的 Nuget 包未显示在 Visual Studio 中的可用包中 - Nuget package in Artifactory does not show up in available packages in Visual Studio 2015 visual studio Nuget程序包管理器不允许我保存新的程序包源,并且Nuget.Config无效的XML - 2015 visual studio Nuget package manager does not let me save new package sources and Nuget.Config is not valid XML 无法在Visual Studio 2015中安装Nuget软件包管理器 - Not able to install Nuget Package Manager in Visual Studio 2015 无法使用 Visual Studio NuGet 包管理器控制台安装包 - Cannot install packages using Visual Studio NuGet Package Manager Console Nuget package 管理器在 Visual Studio 2019 版本 16.7 中不起作用 - Nuget package manager not working in visual studio 2019 version 16.7 在 Visual Studio 2017 中找不到 nuget 包管理器? - Can't find the nuget package manager in visual studio 2017? NuGet(NuPack)intellisense(Visual Studio包管理器控制台) - NuGet (NuPack) intellisense (Visual Studio Package Manager Console) 从visual studio命令提示符运行nuget包管理器控制台 - Run nuget package manager console from visual studio command prompt Visual Studio 2012 的 Nuget 包管理器根本没有打开 - Nuget Package Manager for Visual Studio 2012 not opening at all
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM