I am using the new netstandard1.5
target framework in my class library. Are you still able to use pre-processor directives to add additional functionality for the full .NET framework?
For example, I want to use System.ServiceModel.Syndication
with netstandard1.5
and at the time of writing, this is only available on .NET 4.5. How can I achieve this?