[Python.NET] FW: [pythonnet/pythonnet] Require at least .NET 4.7.1 (#897)

Victor “LOST” Milovanov lostfreeman at gmail.com
Wed Jun 26 02:21:18 EDT 2019


FYI

From: Benedikt Reinartz
Sent: Tuesday, June 25, 2019 11:20 PM
To: pythonnet/pythonnet
Cc: Subscribed
Subject: [pythonnet/pythonnet] Require at least .NET 4.7.1 (#897)

For future .NET Standard compatibility and access to some nice simplifications in getting the platform (https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.architecture?view=netstandard-1.4 and https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.osplatform?view=netstandard-1.4 instead of getting the respective information via Python) it would be good to raise our .NET requirement to 4.7.1 or 4.7.2.
Would this pose serious problems for anyone? Upgrading the runtime should usually always be possible and we already require at least 4.0, I think in some cases even 4.5.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20190625/faaa6a61/attachment.html>


More information about the PythonDotNet mailing list