Nugets packages from .net Standard 2.0 projects not showing in NuGet packages tab

Hi,

We have a .net solution that contains .net standard 2.0 projects and .net framework projects.

On each build we have a step with NuGet Installer to restore the nuget packages for solution (nuget version 4.3.0). The step works fine, it restores the nuget packages but on Nuget Packages tab at Used Packages section we see only the nugets from .net framework projects.

Only the .net framework projects have packages.config file, the .net standard 2.0 ones doesn't have this files because nuget package manager uses PackageReference by default (as stated here https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files) so the nugets used are included in .csproj files.

What do you recommend to be done in order for nuget packages for .net standard 2.0 projects show up on on Nuget Packages tab at Used Packages section ?

Thank you,

Adriana

0
2 comments

Hello Adriana,

There is a known issue TW-52327 that Packages tab does not display restored packages from .NET Core/Standard projects. Please vote/watch for it.

0
Avatar
Permanently deleted user

Thank you, hope it will be fixed soon because is important for us for VCDM approval have the nugets listed automatically

0

Please sign in to leave a comment.