加入erp的相关服务

This commit is contained in:
tongfei
2023-10-25 15:31:26 +08:00
parent 25c09f4a0a
commit 22213af18f
16 changed files with 1827 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
<PackageReference Include="StackExchange.Redis" Version="2.2.79" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Json" Version="4.7.1" />
<PackageReference Include="System.ServiceModel.Duplex" Version="4.7.*" />
<PackageReference Include="System.ServiceModel.Http" Version="4.7.*" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.7.*" />
<PackageReference Include="System.ServiceModel.Security" Version="4.7.*" />
</ItemGroup>
</Project>