无法在 visual studio 2017 RC 中使用 Youtube Api 参考

Cannot use Youtube Api reference in visual studio 2017 RC

我正在使用新的 Visual Studio 2017 RC 创建一个库项目 (.net Standars 1.3),我需要 Youtube Api。 我通过nuget成功添加了包。

但是当我想在 class 中添加引用时 VS 没有看到库

我在这里错过了什么?

我终于成功完成了这项工作。 通过修改 .csproj 文件并将包 NetStandard.Library 从版本 1.6.1 更改为 1.6 并将 targetFramework 指向 .netstandard1.3