newrelic-dotnet-agent
newrelic-dotnet-agent copied to clipboard
Remove #if NET45 and #if NETSTANDARD2_0 preprocessors where appropriate
Since we now only support .Net Framework >=462 and .Net Framework >=462 support netstandard2.0, a lot of the #if NET45 conditions become irrelevant.
Acceptance Criteria: Test pass. 8T works on both .NET Core >=3.0 and Framework >=4.6.2 Put comments around remaining directives.
https://issues.newrelic.com/browse/NEWRELIC-3650
Looks like these have all been addressed already.