PandaWood / ExceptionReporter.NET

ExceptionReporter is a .NET component that gathers detailed information on an Exception and the application/system running it. It allows the user to copy, save or send a custom-formatted report to the developer
MIT License
51 stars 32 forks source link

Add support for multiple .NET frameworks in nuget package #5

Closed PandaWood closed 2 years ago

PandaWood commented 6 years ago

One issue might be TLS1.2 support in .NET4.5 but not in .NET4 - in regards to the SMTP/WebService functionality. So then a >= .NET45 package would be highly desirable

PandaWood commented 2 years ago

I'm no longer convinced this is actually necessary, apart from the need to support .NET5 with it's own issues (eg deployment API is gone), so I'm going to close this one