build: Client工程增加 MSSQL 默认引用

This commit is contained in:
Argo Zhang 2019-10-13 10:40:18 +08:00
parent 40a58144fd
commit 81d4116ee9
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<PackageReference Include="Longbow.Configuration" Version="3.0.0-beta1" />
<PackageReference Include="Longbow.Data" Version="3.0.0-beta1" />
<PackageReference Include="Longbow.Web" Version="3.0.0-beta6" />
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
</ItemGroup>
</Project>