mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-09 09:50:54 +08:00
fix kingbase .net8.0等目标框架dll引用 问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user