build: update PD Core version

SSH issues were found in PD Core 1.2.0 that were causing
issues with manual disconnection/reconnection instead of
using the autoreconnect timer. The fix for this issue
was added in PD COre 1.2.1
This commit is contained in:
Andrew Welker
2023-04-07 11:20:08 -06:00
parent 845978c741
commit 51bd95937a

View File

@@ -1,3 +1,3 @@
<packages>
<package id="PepperDashCore" version="1.2.0" targetFramework="net35" allowedVersions="[1.0,2.0)"/>
</packages>
<package id="PepperDashCore" version="1.2.1" targetFramework="net35" allowedVersions="[1.0,2.0)"/>
</packages>