-
Notifications
You must be signed in to change notification settings - Fork 52
Discussion: should we keep support for net40 and net45? #41
Comments
Update: @xoofx has agreed to keep support for According to VS2017 or VS2019 requirements page, |
Hi, |
Given that However, |
Hi, Sorry for late response. After discussion, our repo cannot target to .net4.5.2 yet... I am wondering could we added back the support for .net4.5? Since we want to take advantage of the newly added paragraph feature we want to update our version of your package. Thank you so very much!!! Best, |
@mengluwang121 I'm sorry but I can't add back that support. It is an obsolete version that is not supported and won't receive any security updates. There is no reason to keep it around. In a previous issue, you said you were working on a Visual Studio Setup project. Can you tell me more about it? As far as I can see, from the system requirements page of the Visual Studio, .NET 4.5.2 is already a requirement. For what purpose do you still need |
We are on Visual Studio Installer team (new installer will be released soon). The reason we need to keep our framework on 4.5 is win 7 machines come with 4.5, even if it is out of support now, as an Installer we have to support it. "System requirements page of the Visual Studio, .NET 4.5.2 is already a requirement" is a public announcement but in underlying code, our project still have to support 4.5. Sorry for the confusion. I are looking move our framework to 4.7 later, but it cannot be done at current moment :( |
I am still quite surprised to read that you have to support Win7 given that the OS is out of support, and even for people still using it, they should now have had Since we are talking about a development tool (Visual Studio), I can't think of any developer in the whole world that would still work on a machine that can only produce applications and libraries on obsolete and unsupported platform. Surely, a developer would always have a more recent (if not the most recent) set of tools to do their work. Your scenario sounds really unrealistic to me. |
Recently, Markdig which this project relies on, has dropped for
net35
andnet40
(see xoofx/markdig#416).It means that we can't upgrade the version we use anymore. So I am opening a discussion to decide what we should do from now on.
cc @mengluwang121 you were the one to request support for
net45
(and notnet452
) in #25. Is it still a requirement?The text was updated successfully, but these errors were encountered: