Skip to content

Commit

Permalink
fix kingbase .net8.0等目标框架dll引用 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Dec 18, 2024
1 parent e094160 commit 6e20166
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6e20166

Please sign in to comment.