mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
fix: Crestron apps aren't considered interactive console
This commit is contained in:
@@ -41,7 +41,7 @@ namespace ICD.Common.Utils
|
||||
if (s_IsConsoleApp == null)
|
||||
{
|
||||
#if !NETSTANDARD
|
||||
s_IsConsoleApp = true;
|
||||
s_IsConsoleApp = false;
|
||||
#else
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user