Today I encountered with the line
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
in my App.config
file which caused errors with framework when the sku
attribute was included. Although, I searched a lot I couldnt really find out what SKU
means (other than the definitions "stock keeping unit" or "Shelf Keeping Unit" which I dont think are related to this case).
In short, what does SKU mean/stand for ?