WebSocket组件降低Newtonsoft.Json对Net版本依赖

This commit is contained in:
zqm
2026-02-05 10:28:17 +08:00
parent 926f1998e3
commit cc39fd577d
5 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net40" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net40" />
</packages>