newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

Remove #if NET45 and #if NETSTANDARD2_0 preprocessors where appropriate

Open vuqtran88 opened this issue 3 years ago • 1 comments

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.

vuqtran88 avatar May 26 '22 18:05 vuqtran88

https://issues.newrelic.com/browse/NEWRELIC-3650

Looks like these have all been addressed already.

chynesNR avatar Jun 29 '23 15:06 chynesNR