mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Clean up a few ifdefs (#1016)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user