C# Class Library - Can't Import NuGet Packages

  • Thread starter Thread starter zFischer
  • Start date Start date
Z

zFischer

Guest
I'm trying to create a library as a wrapper for Azure DevOps APIs. One of the NuGet libraries (Microsoft.TeamFoundationServer.ExtendedClient) does not import correctly.

By that, I mean, I added the package in Visual Studio. When I try to add the TeamFoundation.Client and other using directives, they do not show up.

However, if I add the same package to a class in a Windows Forms project, I can see the using directive and utilize the classes etc.

Does this mean that you cannot import a package in NuGet for a .NET Standard Class Library project?

Continue reading...
 
Back
Top