What is the .net framework Reference Assemblies Facades folder used for?

夙愿已清 提交于 2019-12-08 19:13:53

问题


I noticed there is a Facades folder within each of the .NETFramework Reference Assemblies folder. Starting from v4.5. All the assemblies in these folders are very small, and only contain metadata. Examples:

C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\Facades
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\Facades
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.1\Facades

I am curious and want to know what are these used for? Thanks!

来源:https://stackoverflow.com/questions/48405764/what-is-the-net-framework-reference-assemblies-facades-folder-used-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!