fix: Crestron apps aren't considered interactive console

This commit is contained in:
Drew Tingen
2022-07-06 15:37:24 -04:00
parent 11a5533fcd
commit e4b292f145

View File

@@ -41,7 +41,7 @@ namespace ICD.Common.Utils
if (s_IsConsoleApp == null) if (s_IsConsoleApp == null)
{ {
#if !NETSTANDARD #if !NETSTANDARD
s_IsConsoleApp = true; s_IsConsoleApp = false;
#else #else
try try
{ {