Update odbc

This commit is contained in:
sunkaixuan 2024-06-27 14:30:28 +08:00
parent 7664fa1ab6
commit 70081fa23a
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Data.Odbc" Version="4.6.0" /> <PackageReference Include="System.Data.Odbc" Version="8.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugar.OdbcCore</id> <id>SqlSugar.OdbcCore</id>
<version>5.1.4.151</version> <version>5.1.4.160</version>
<authors>sunkaixuan</authors> <authors>sunkaixuan</authors>
<owners>Landa</owners> <owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
@ -14,7 +14,7 @@
<tags>Asp.net core orm odbc</tags> <tags>Asp.net core orm odbc</tags>
<dependencies> <dependencies>
<group targetFramework=".NETStandard2.1"> <group targetFramework=".NETStandard2.1">
<dependency id="System.Data.Odbc" version="4.6" /> <dependency id="System.Data.Odbc" version="8.0.0" />
</group> </group>
</dependencies> </dependencies>
</metadata> </metadata>