Clean up a few ifdefs (#1016)

This commit is contained in:
Stephen Toub
2025-09-30 18:58:00 +00:00
committed by GitHub
parent a4e593c795
commit 2d2a5bcd66
5 changed files with 9 additions and 22 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ internal static class SampleEnvironment
public static bool HasShutdownStarted
=> SystemEnvironment.HasShutdownStarted;
#if NET9_0_OR_GREATER
#if NET
public static int ProcessId
=> SystemEnvironment.ProcessId;