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
parent 2138a29b31
commit a654560506
11 changed files with 188 additions and 12 deletions

7
runtimeconfig.json Normal file
View File

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