Update nuget

This commit is contained in:
sunkaixuan 2022-12-23 15:27:31 +08:00
parent 2e8d1c27dd
commit e2af66fc07
2 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="SqlSugar.Odbc, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SqlSugar.Odbc.5.1.4.21\lib\SqlSugar.Odbc.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@ -65,5 +68,8 @@
<Name>SqlSugar</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SqlSugar.Odbc" version="5.1.4.21" targetFramework="net461" />
</packages>