project can't be set as Class Library in visual studio

463 Views Asked by At

I just started using VS and I created a C# project with the Class Library (.NET Standard) template. Yet in the project property page the output type is always Windows Application. Even if I change it to Class Library and save, the setting will always get automatically restored back to Windows Application when I reopen the project property page. However, when I built the project, VS did compile it to a .dll file.
Could this be a bug in VS (since I'm using 2017 RC)? Or am I misunderstanding something here?

0

There are 0 best solutions below