Where can I find the latest ARM32 Windows Runtime version? #476
-
So I found these issues (#198 /#201) that mention runtime support for ARM32 Windows has been added to IKVM, however the latest release version doesn't seem to have an ARM32 Windows version available. The last version I could find for ARM32 Windows is 8.6.4. And since I didn't see anywhere mentioned that Windows ARM32 support was removed (and both .NET 4.7.2 and .NET 6.0 should still support ARM32), I decided to open this discussion thread so that I can ask: Has ARM32 Windows support been removed? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Runtime support should be working fine. Unless it's not. It's not like I test that. |
Beta Was this translation helpful? Give feedback.
-
Hmm. I'm not seeing the releases though. Let me look around and see what happened. |
Beta Was this translation helpful? Give feedback.
-
Actually, I see that it was removed in 8.7, because ARM32 Windows is no longer supported on .NET Core 6. And apparently MS has no supported operating systems running ARM32 anymore. Were we wrong? |
Beta Was this translation helpful? Give feedback.
Yes. It should have been mentioned. I will go add a mention.
I do not think it's going to be added back.
Generally, unless there's a super compelling reason, I'm going to only track "supported things". Old versiosn exist, if people have a dire need, as you said. I dropped support for < NET472 for that reason: the last supported OS is Server 2012 R2 SP? which ships with NET472.
And though you can technically compile .NET 6 for ARM32, I think... it's not "supported" by MS.