Create a cfm file with the following content....
<cfobject type=".NET" name="seClass" class="System.Environment">
<cfset version=seClass.Get_Version().ToString()>
<cfOutput>
#version#
</cfOutput>
This will output the .Net version in use by the proxy object.