mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 03:53:21 +08:00
- 修复 神通 Linux not supported 问题;#656
This commit is contained in:
parent
9839fa975e
commit
e37af83a62
@ -53,12 +53,6 @@
|
||||
<Reference Include="DmProvider">
|
||||
<HintPath>..\..\Providers\FreeSql.Provider.Dameng\lib\DmProvider\netstandard2.0\DmProvider.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.OscarClient">
|
||||
<HintPath>..\..\Providers\FreeSql.Provider.ShenTong\lib\System.Data.OscarClient.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Mono.Security">
|
||||
<HintPath>..\..\Providers\FreeSql.Provider.ShenTong\lib\Mono.Security.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kdbndp">
|
||||
<HintPath>..\..\Providers\FreeSql.Provider.KingbaseES\lib\Kdbndp.dll</HintPath>
|
||||
</Reference>
|
||||
|
@ -20,10 +20,8 @@
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="../../logo.png" Pack="true" PackagePath="\" />
|
||||
<None Include="lib\System.Data.OscarClient.dll" Pack="true" PackagePath="\lib\netstandard2.0\" />
|
||||
<None Include="lib\System.Data.OscarClient.dll" Pack="true" PackagePath="\lib\net45\" />
|
||||
<None Include="lib\System.Data.OscarClient.dll" Pack="true" PackagePath="\lib\net40\" />
|
||||
<None Include="lib\Mono.Security.dll" Pack="true" PackagePath="\lib\netstandard2.0\" />
|
||||
<None Include="lib\Mono.Security.dll" Pack="true" PackagePath="\lib\net45\" />
|
||||
<None Include="lib\Mono.Security.dll" Pack="true" PackagePath="\lib\net40\" />
|
||||
<None Include="lib/**/*.dll">
|
||||
@ -35,7 +33,10 @@
|
||||
<ProjectReference Include="..\..\FreeSql\FreeSql.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
||||
<PackageReference Include="Oscar.Data.SqlClient" Version="1.0.8.1" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
|
||||
<Reference Include="System.Data.OscarClient">
|
||||
<HintPath>lib\System.Data.OscarClient.dll</HintPath>
|
||||
<Private>false</Private>
|
||||
|
Loading…
x
Reference in New Issue
Block a user