build(#I12FGX): Longbow.Data 组件升级

#Comment
comment #I12FGX
版本升级到 2.3.8 正式版 Longbow.Data 组件同时支持 nfx 与 netstandard2.0

#Issue
link https://gitee.com/LongbowEnterprise/dashboard/issues?id=I12FGX
This commit is contained in:
Argo Zhang 2019-09-24 22:51:08 +08:00
parent 32dc8a935b
commit 57120a31c6
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
3 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Bootstrap.Security.DataAccess" Version="2.2.21" />
<PackageReference Include="Longbow.Configuration" Version="2.2.7" />
<PackageReference Include="Longbow.Data" Version="2.3.8-beta" />
<PackageReference Include="Longbow.Data" Version="2.3.8" />
<PackageReference Include="Longbow.GiteeAuth" Version="2.2.0" />
<PackageReference Include="Longbow.GitHubAuth" Version="2.2.0" />
<PackageReference Include="Longbow.OAuth" Version="2.2.2" />

View File

@ -1,5 +1,4 @@
using Longbow.Data;
using Longbow.Web;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;

View File

@ -8,7 +8,7 @@
<PackageReference Include="Bootstrap.Security.DataAccess" Version="2.2.21" />
<PackageReference Include="Longbow.Cache" Version="2.2.15" />
<PackageReference Include="Longbow.Configuration" Version="2.2.7" />
<PackageReference Include="Longbow.Data" Version="2.3.7" />
<PackageReference Include="Longbow.Data" Version="2.3.8" />
<PackageReference Include="Longbow.Logging" Version="2.2.13" />
<PackageReference Include="Longbow.Web" Version="2.2.16" />
</ItemGroup>