mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-08-31 19:28:18 +00:00
fix: Crestron apps aren't considered interactive console
This commit is contained in:
parent
11a5533fcd
commit
e4b292f145
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue