IronLanguages / ironpython2

Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).
http://ironpython.net
Apache License 2.0
1.08k stars 229 forks source link

Fix .NET 6.0 issues #803

Closed slozier closed 3 years ago

slozier commented 3 years ago

Resolves https://github.com/IronLanguages/ironpython2/issues/802

sopelt commented 2 years ago

Hi @slozier, did any more net6 issues come up and are there plans to ship this? Thanks!

slozier commented 2 years ago

@sopelt I started prepping the release and December but never got around to doing the final testing. Hopefully I can get this out this week.

sopelt commented 2 years ago

Thank you for your work. We are looking forward to the update.

slozier commented 2 years ago

@sopelt 2.7.12 is now available.

sopelt commented 2 years ago

Thank you for your work @slozier ! I'll give it a try in the coming days.