No net40 target after 0.15.2 #216

Closed
opened 2026-01-29 22:08:32 +00:00 by claunia · 3 comments
Owner

Originally created by @catester on GitHub (Jul 8, 2017).

Is there a reason why net40 target was removed? I see that there is no specific code for net45 so I guess net40 can also be included in nuget package.

Originally created by @catester on GitHub (Jul 8, 2017). Is there a reason why net40 target was removed? I see that there is no specific code for net45 so I guess net40 can also be included in nuget package.
Author
Owner

@adamhathcock commented on GitHub (Jul 8, 2017):

Microsoft doesn’t support net40 anymore. I put net45 on purely to make the net standard compatibility easier to manage. They still support net35 so that’s why that is there.

@adamhathcock commented on GitHub (Jul 8, 2017): Microsoft doesn’t support net40 anymore. I put net45 on purely to make the net standard compatibility easier to manage. They still support net35 so that’s why that is there.
Author
Owner

@catester commented on GitHub (Jul 8, 2017):

Thanks for the reply. Yes I know but I think net40 is still widely used, most essential libraries still have it in their nuget package but I understand it's hard to manage all this different compatibility levels. I could also use net35 of course, but I prefer the more performant Directory.EnumerateFiles over Directory.GetDirectories (net35).

Nevermind the issue, I can still build for net40 when I add it to TargetFrameworks in csproj.

@catester commented on GitHub (Jul 8, 2017): Thanks for the reply. Yes I know but I think net40 is still widely used, most essential libraries still have it in their nuget package but I understand it's hard to manage all this different compatibility levels. I could also use net35 of course, but I prefer the more performant Directory.EnumerateFiles over Directory.GetDirectories (net35). Nevermind the issue, I can still build for net40 when I add it to TargetFrameworks in csproj.
Author
Owner

@adamhathcock commented on GitHub (Jul 8, 2017):

It doesn’t bother me if you want to add net40 in a PR.

Having net35 is already a pain because of mono deprecating it.

@adamhathcock commented on GitHub (Jul 8, 2017): It doesn’t bother me if you want to add net40 in a PR. Having net35 is already a pain because of mono deprecating it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#216