Is there any difference/reason to create dnx50 build target in addition to dnx451?
问题 Usually we see the following targets in project.json : "frameworks": { "net45": {}, "dnx451": {}, "dnxcore50": { } } dnxcore50 will be the only portable version of the project code and dnx451 actually targets .Net 4.5.1 mscorlib etc... Now, if I add another target called dnx50 , this will create a valid output and works just fine. The difference between dnx451 and dnx50 is, that it references different .Net assembly dlls For example mscorlib.dll : dnx451 references C:\Program Files (x86)