mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-22 08:10:55 +08:00
fix kingbase .net8.0等目标框架dll引用 问题
This commit is contained in:
@@ -27,6 +27,10 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\netstandard2.0\" />
|
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\netstandard2.0\" />
|
||||||
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\net461\" />
|
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\net461\" />
|
||||||
|
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\net6.0\" />
|
||||||
|
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\net7.0\" />
|
||||||
|
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\net8.0\" />
|
||||||
|
<None Include="lib\Kdbndp.dll" Pack="true" PackagePath="\lib\net9.0\" />
|
||||||
<None Include="lib/**/*.dll">
|
<None Include="lib/**/*.dll">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
|||||||
Reference in New Issue
Block a user