Having a requirement for no third-party libraries in production code may be a reasonable requirement (I would disagree), but forbidding you from using a third-party (and typically free) library for your unit tests seems insane. Developing your own mocking framework, unless you have requirements that aren't addressed adequately by the existing ones is a waste of valuable developer time. You ought to spend your time writing tests and code to accomplish your business purposes and a minimal amount of time writing auxiliary software to help you do that.
I know that there are people who feel that all mocking frameworks are evil and you should always hand mock. That's a different argument with some valid points, though I'm not in that camp. But if the issue is you can use a MS mocking framework (which doesn't exist, at least yet) or no framework at all, that smacks of stupidity. A mocking framework used in unit tests won't compromise your production code.
Please feel free to share my response with The Powers That Be™