Project cannot be installed as Class Library in visual studio

I just started using VS, and I created a C # project with a template Class Library (.NET Standard). However, on the project properties page, the output type is always Windows Application. Even if I changed it to Class Libraryand saved, the parameter will always be automatically restored until Windows Applicationwhen I open the project properties page again. However, when I built the project, VS compiled it into a DLL file.
Could this be a bug in VS (since I'm using RCA 2017)? Or am I not understanding something?

+4
source share

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


All Articles