Browse Source

Update nuget

pull/30/head
sunkaixuan 2 years ago
parent
commit
e2af66fc07
  1. 6
      Src/Asp.Net/OdbcTest/OdbcTest.csproj
  2. 4
      Src/Asp.Net/OdbcTest/packages.config

6
Src/Asp.Net/OdbcTest/OdbcTest.csproj

@ -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>

4
Src/Asp.Net/OdbcTest/packages.config

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