🐛 修复测试项目中引用包问题

This commit is contained in:
luoyunchong
2021-12-29 19:03:45 +08:00
parent 60f876db92
commit 65efd6471b
6 changed files with 4 additions and 11 deletions

View File

@ -29,10 +29,4 @@
<ProjectReference Include="..\..\FreeSql\FreeSql.csproj" />
<ProjectReference Include="..\..\Providers\FreeSql.Provider.GBase\FreeSql.Provider.GBase.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="GeneralData.EntityFrameworkCore.GBase.DataProvider">
<HintPath>d:\testcode\GeneralData.EntityFrameworkCore.GBase.DataProvider.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

View File

@ -1,5 +1,4 @@
using FreeSql.DataAnnotations;
using IBM.Data.Informix;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,5 +1,4 @@
using IBM.Data.Informix;
using System;
using System;
using System.Collections.Generic;
using System.Data.Odbc;
using System.Diagnostics;