diff --git a/src/Sentry.AspNetCore/BindableSentryAspNetCoreOptions.cs b/src/Sentry.AspNetCore/BindableSentryAspNetCoreOptions.cs index a8947960c1..6ee5520549 100644 --- a/src/Sentry.AspNetCore/BindableSentryAspNetCoreOptions.cs +++ b/src/Sentry.AspNetCore/BindableSentryAspNetCoreOptions.cs @@ -3,7 +3,6 @@ #if NETSTANDARD2_0 using IWebHostEnvironment = Microsoft.AspNetCore.Hosting.IHostingEnvironment; -#else #endif namespace Sentry.AspNetCore;