update to .net60

This commit is contained in:
2881099
2021-11-10 01:46:28 +08:00
parent 30b20c39f9
commit f007b3fa0e
19 changed files with 38 additions and 32 deletions

View File

@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Data.Odbc" Version="5.0.0" />
<PackageReference Include="System.Data.Odbc" Version="6.0.0" />
</ItemGroup>
<ItemGroup>