Links to Visual Studio 2017 vs Dependencies

I have a .NET Core solution in Visual Studio 2017 that builds on the .NET 4.7 platform.

The main web application has a dependency menu that breaks down links to logical categories (analyzers, assemblies, NuGet, projects).

Dependencies Menu

In the auxiliary project, there is only a menu of links in which everything is mixed. Is there a way to get the same treatment as a web application?

enter image description here

+7
source share
3 answers

. Full Framework "", "". , , .NET Framework 4.7, .

, .NET Standard 2.0, . , .NET Standard, , .

+9

, . - . .

Asp.Net Core , , "", Visual Studio Dll ( DLL).

Asp.Net Core NuGet, . Asp.Net Core "".

"" " ..." Project Asp.Net, "" " ..." .Net Framework 4.7 Framework , . , , .

+1

@Ron .Net 4.7.1, - . ?

0

Source: https://habr.com/ru/post/1686436/


All Articles