Since .net standard is not an implementation, it's just a set of rules, what happens when a .net standard Class-Library project is built?
I would think that one could only build a .net framework or .net core (etc.) project (which can include a .net standard class-library's files). And yet it is possible to completely build a .net standard class library as a project.
