feat: implement WebSocket classes and update culture settings; bump PepperDashCore version

This commit is contained in:
jtalborough
2025-02-26 10:39:09 -05:00
committed by Andrew Welker
parent 0c59237232
commit 688cf34153
8 changed files with 184 additions and 8 deletions

7
runtimeconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"runtimeOptions": {
"configProperties": {
"System.Globalization.Invariant": false
}
}
}