I created a project in VS2017 using .NET Standard Class Library Project Template. The problem is when I wanted to change the project output path to some arbitrary folder, it appends to my selected path, another folder named "netstandardxx" (in which xx refers to the version of .net standard I'm using). No matter how many times I try to change the output path and get rid of the additional unwanted folder, it comes back again.
Any idea?