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 Neil Dorin
parent 8be5481ac9
commit bdd398e2e6
8 changed files with 185 additions and 8 deletions

7
runtimeconfig.json Normal file
View file

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