升级组件:Longbow组件升级到2.2.7移除LgbHttpClient对象,使用HttpClientExtensions扩展方法

This commit is contained in:
Argo-Surface 2019-02-14 14:51:25 +08:00
parent 0425eed413
commit a634a7e09a
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Bootstrap.Security.DataAccess" Version="1.4.0" />
<PackageReference Include="Bootstrap.Security.DataAccess" Version="1.5.0" />
<PackageReference Include="Longbow.Data" Version="2.2.5" />
<PackageReference Include="Longbow.Security.Cryptography" Version="1.3.0" />
<PackageReference Include="Longbow.Web" Version="2.2.4" />
<PackageReference Include="Longbow.Cache" Version="2.2.3" />
<PackageReference Include="Longbow" Version="2.2.6" />
<PackageReference Include="Longbow" Version="2.2.7" />
</ItemGroup>
</Project>