fix: only build the bouncy cert and use the websocket if 472

This commit is contained in:
Nick Genovese
2024-11-04 12:26:40 -05:00
parent f86d9d56bc
commit ba89ea2578
9 changed files with 68 additions and 84 deletions

View File

@@ -1,5 +1,6 @@
using Crestron.SimplSharp;
#if NET472
using System;
using System.Collections.Generic;
using System.IO;
@@ -357,4 +358,5 @@ namespace PepperDash.Core
return bRet;
}
}
}
}
#endif