RFC - Upgrade minimum .Net version #4399
Replies: 6 comments 4 replies
-
With Google Chrome ending support for Windows Windows 7/8/8.1 the though had crossed my mind increase the minimum required version. There would need to be a few things considered: How much notice to give? 3 mths, 6mths?We should give a notice period of at least a few months. There's a new major release every month, so that's roughly 3 or 6 versions (or somewhere in between). Which version? .Net 4.6, 4.6.1, 4.6.2?
How many users does dropping .Net .4.5.2 impact?This is a tough one to measure. If we say choose Searching though issues/discussions for .Net 4.6.2 Developer Pack has pretty decent support for older IDE's, What does dropping .Net 4.5.2 get us?
Other considerations
Personally my choice would upgrading the minimum to |
Beta Was this translation helpful? Give feedback.
-
Well 4.6 was EOL in 2022 but 4.6.2 came out 7 years ago and is good for another 4 with the same OS support. VS2012 came out over a decade ago and went EOL earlier this year. The ability to still support that is quite the broad range. While we all know its ridiculous for you to be berated about not providing enough free support and contributions, it is the internet. Setting a standard may help, where the bare minimum version guaranteed to support is products that are not EOL and may be set higher if significant developer effort is required otherwise. If someone needs something outside that scope they can: Given the massive lifespan for 4.6.2 and the fact 4.7 came out some 9 months later it may be desired to move to that before the 4.6.2 EOL. This given some of the modernization that 4.7 brings too might avoid some bug reports. A better option may simply be committing to notice of X months prior to an upgrade as done above. With chrome releases every month that 3 month window means for 3 chrome builds it can be at the top of the release the minimum .net version is changing. |
Beta Was this translation helpful? Give feedback.
-
As long as we working with DOM we always have to use minimum 4.7.2 as CefSharp.DevTools.Dom requires. |
Beta Was this translation helpful? Give feedback.
-
Is anyone still targeting |
Beta Was this translation helpful? Give feedback.
-
Most of the web servers and APIs that we interact with only support TLS 1.2 and 1.3 or announced that for the near future. Even though our customers use their computer as long as possible, we moved about everyone to at least Windows 7/Windows Server 2012. This makes .NET Framework 4.7.2 the minimum version that we support. |
Beta Was this translation helpful? Give feedback.
-
The upgrade (#4482) will be delayed until |
Beta Was this translation helpful? Give feedback.
-
with .net 4.5.2 EOL being April of 2022 and VS installers no longer offering the package (although can still be installed separately) any plans to switch to 4.6.2 for the minimum version? 4.6.2 still works on W7.
Beta Was this translation helpful? Give feedback.
All reactions