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?
user3454011
source
share