Is there a preferred way to identify core .net framework assemblies ? i.e. asm which are part of the framework ?
This is for a an application auto updater which
1) takes in an assembly using ASP.NET upload
2) checks it's assembly references
3) ensures they're available for deployment too
4) they're pulled as needed based on auth/authorization etc. etc
Part #3 is where it'd be good to check if they're part of the core framework