fix kingbase .net8.0等目标框架dll引用 问题

This commit is contained in:
igeekfan
2024-12-18 20:01:59 +08:00
parent e0941609c9
commit 6e201663ea

View File

@@ -27,6 +27,10 @@
<ItemGroup>
<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\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">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>