Update nuget

This commit is contained in:
sunkaixuna
2021-08-01 17:43:16 +08:00
parent eab2f0de11
commit 298c8ee15e
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
<copyright>Copyright 2016</copyright>
<tags>Asp.net core orm</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<group targetFramework=".NETStandard2.1">
<dependency id="System.Data.Common" version="4.3.0" />
<dependency id="System.Data.SqlClient" version="4.4.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
@@ -28,6 +28,6 @@
</dependencies>
</metadata>
<files>
<file src="C:\NugetCore\SqlSugar.dll" target="lib\netstandard2.0"></file>
<file src="C:\NugetCore\SqlSugar.dll" target="lib\netstandard2.1"></file>
</files>
</package>

View File

@@ -13,7 +13,7 @@
<copyright>Copyright 2016</copyright>
<tags>Asp.net core orm</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<group targetFramework=".NETStandard2.1">
<dependency id="System.Data.Common" version="4.3.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Microsoft.Data.Sqlite" version="2.2.4" />
@@ -28,6 +28,6 @@
</dependencies>
</metadata>
<files>
<file src="C:\nugetcoremyconvert\SqlSugar.dll" target="lib\netstandard2.0"></file>
<file src="C:\nugetcoremyconvert\SqlSugar.dll" target="lib\netstandard2.1"></file>
</files>
</package>

View File

@@ -13,7 +13,7 @@
<copyright>Copyright 2016</copyright>
<tags>Asp.net core orm</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<group targetFramework=".NETStandard2.1">
<dependency id="System.Data.Common" version="4.3.0" />
<dependency id="System.Data.SqlClient" version="4.4.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
@@ -22,6 +22,6 @@
</dependencies>
</metadata>
<files>
<file src="C:\NugetCore\SqlSugar.dll" target="lib\netstandard2.0"></file>
<file src="C:\NugetCore\SqlSugar.dll" target="lib\netstandard2.1"></file>
</files>
</package>