NuGetPackageExplorer / NuGetPackageExplorer

Create, update and deploy Nuget Packages with a GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS-specific TFMs not shown in Dependencies

michael-hawker opened this issue · comments

Hi! Thanks for reporting this feature/bug/question!

Please keep / fill in the relevant info from this template so that we can help you as best as possible.

Type (choose one):

  • Bug

NPE version: 6.0.64+c118e46e01

OS version: Windows 10 22H2

Installed from: Microsoft Store

In case of a BUG:

  • What is the current result?

The dependencies list in the UI lists all these as '.NETCoreApp,Version=v7.0' (after the first):

image

However, they're all various OS specific TFMs as seen in the XML here:

image

This makes it unclear when looking at the Dependencies list which platform they're for.

  • What is the expected result?
    It would be helpful to show the OS after the version (like NuGet or DevOps does in their lists) e.g.

image

Related: