-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove framework targets net40
, netstandard1.3
, netstandard1.5
#495
Merged
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5238a1d - Browse repository at this point
Copy the full SHA 5238a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5175121 - Browse repository at this point
Copy the full SHA 5175121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1d3c1 - Browse repository at this point
Copy the full SHA 6d1d3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371cbe5 - Browse repository at this point
Copy the full SHA 371cbe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a2f0d - Browse repository at this point
Copy the full SHA 29a2f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 599aaf2 - Browse repository at this point
Copy the full SHA 599aaf2View commit details -
Add
netstandard2.x
targets to logging integration projectsOtherwise we cannot remove the last remaining `netstandard1.x` target without losing .NET Core support.
Configuration menu - View commit details
-
Copy full SHA for d1449ce - Browse repository at this point
Copy the full SHA d1449ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebeddbc - Browse repository at this point
Copy the full SHA ebeddbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82763e1 - Browse repository at this point
Copy the full SHA 82763e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8c352 - Browse repository at this point
Copy the full SHA 5c8c352View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1e802 - Browse repository at this point
Copy the full SHA de1e802View commit details -
Remove redundant conditional compilation symbols
Those are now defined for all target frameworks and therefore no longer needed: * `FEATURE_BINDINGLIST` * `FEATURE_DICTIONARYADAPTER_XML` * `FEATURE_GAC` * `FEATURE_GET_REFERENCED_ASSEMBLIES` * `FEATURE_IDATAERRORINFO` * `FEATURE_ISUPPORTINITIALIZE` * `FEATURE_LISTSORT` * `FEATURE_NETCORE_REFLECTION_API` * `FEATURE_NETSTANDARD2_COMPATIBILITY` along w/ `.AsType()` calls * `FEATURE_SMTP` * `FEATURE_TARGETEXCEPTION` * `FEATURE_TEST_DATASET` * `FEATURE_TEST_SERILOGINTEGRATION` And further: * some usages of `DOTNET45` where it guards `XmlConvert` (which is now also available on all targets).
Configuration menu - View commit details
-
Copy full SHA for 2986b25 - Browse repository at this point
Copy the full SHA 2986b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f3740 - Browse repository at this point
Copy the full SHA 98f3740View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1857bd - Browse repository at this point
Copy the full SHA d1857bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8c00f - Browse repository at this point
Copy the full SHA 2c8c00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd80f8 - Browse repository at this point
Copy the full SHA ebd80f8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.