升级部分依赖项解决 引用包提示的严重性问题

This commit is contained in:
luozq
2024-07-25 13:15:12 +08:00
parent d8965d5749
commit 665a7af3f7
3 changed files with 7 additions and 7 deletions

View File

@ -23,12 +23,12 @@
</PropertyGroup>
<ItemGroup>
<None Include="../../readme.md" Pack="true" PackagePath="\"/>
<None Include="../../readme.md" Pack="true" PackagePath="\" />
<None Include="../../logo.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net45' and '$(TargetFramework)' != 'net40'">
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
<ItemGroup>