Looking at the Link to Target Structures , I see TFM netcore , which corresponds to .NET Core , and TFM netcoreapp , which corresponds to .NET Core App . What is the difference between these two structures?
netcore
.NET Core
netcoreapp
.NET Core App
From Structural Profiles in .NET
netcore TFM is the Windows Store .NET Framework and is approximately similar to the equivalent version of the .NET Framework.
netcoreapp TFM is a cross-platform .NET Core.
Source: https://habr.com/ru/post/1271132/More articles:Where to find System.DirectoryServices in ASP.NET Core 2.0? - asp.net-coreAngular 4, convert HTTP response observed to object observed - angularWhat is the purpose of the "drawables.xml" file in the "values" directory? - androidWhat should I put in the body of an abstract method in Python - pythonUnderstanding how to store Web Push endpoints - push-notificationDefine shuffled indices of two lists / arrays - pythonAngular Karma Jasmine - test function - javascriptHow to check column in editable datatable? - jqueryAuthy OneTouch Authorization / Denial Error - twilioSpring MVC Ignore Json property for a given controller method - javaAll Articles