<div dir="ltr">On Mon, Jul 22, 2013 at 11:22 AM, rndbit <span dir="ltr"><<a href="mailto:rndbit@nm.ru" target="_blank">rndbit@nm.ru</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
I was wondering if ironpython still can be compiled for .net 2.0?<br>
Current binaries are all for 4.0 and code hits usage of features not<br>
available in 2.0. However faq claims 2.0 should be supported (at least<br>
as far as i understand it). So how is it? What would be minimal<br>
framework version that ipy can be compiled against?<br></blockquote><div><br></div><div>The specific 2.0 version is no longer supported; it requires 3.5 because there are a few uses of LINQ functions in the codebase, and ISTR there being some other 3.5-only APIs that are used in the guts of the DLR as well.</div>
<div><br></div><div>Thanks to Microsoft's bizarre versioning scheme for .NET 2.0 to 3.5, there are a few things that still refer to "v2" when they actually mean 3.5. 2.0 and 3.5 both use the 2.0 runtime, but add extra libraries in 3.0 and 3.5.</div>
<div><br></div><div>So in short: for now, 3.5 is the minimum version that is supported.</div><div><br></div><div>- Jeff</div><div><br></div></div></div></div>