Browse Source

-

pull/1/head
skx 4 years ago
parent
commit
9a5a6be7e2
  1. 4
      Src/Asp.Net/SqlSugar/SqlSugar.csproj
  2. 2
      Src/Asp.Net/SqlSugar/SqlSugar.nuspec

4
Src/Asp.Net/SqlSugar/SqlSugar.csproj

@ -339,7 +339,9 @@
<Content Include="References\Oracle.ManagedDataAccess.dll" />
<Content Include="References\System.Data.SQLite.dll" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="SqlSugar.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

2
Src/Asp.Net/SqlSugar/SqlSugar.nuspec

@ -2,7 +2,7 @@
<package >
<metadata>
<id>sqlSugar</id>
<version>5.0.0.20</version>
<version>5.0.1.5</version>
<title>SqlSugar 5.0+ .Net Framework 4.5+ , SqlSugar 4.0+ .Net Framework 4.0+</title>
<authors>sun kaixuan</authors>
<owners>landa</owners>

Loading…
Cancel
Save