Browse Source

Update nuget

pull/41/MERGE
sunkaixuan 1 year ago
parent
commit
c05aba0e3b
  1. 4
      Src/Asp.NetCore2/SqlSugar.OceanBaseForOracle/SqlSugar.OceanBaseForOracle.nuspec
  2. 0
      Src/Asp.NetCore2/SqlSugar.OceanBaseForOracle/SqlSugar.OceanBaseForOracleCore.csproj
  3. 2
      Src/Asp.NetCore2/SqlSugarCore.sln

4
Src/Asp.NetCore2/SqlSugar.OceanBaseForOracle/SqlSugar.OceanBaseForOracle.nuspec

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugar.OceanBaseForOracleCore</id>
<version>1.0</version>
<version>1.1</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
@ -19,6 +19,6 @@
</dependencies>
</metadata>
<files>
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar.OceanBaseForOracle\bin\Debug\net6.0\SqlSugar.OceanBase.dll" target="lib\netstandard2.1"></file>
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar.OceanBaseForOracle\bin\Debug\net6.0\SqlSugar.OceanBaseForOracleCore.dll" target="lib\netstandard2.1"></file>
</files>
</package>

0
Src/Asp.NetCore2/SqlSugar.OceanBaseForOracle/SqlSugar.OceanBaseForOracle.csproj → Src/Asp.NetCore2/SqlSugar.OceanBaseForOracle/SqlSugar.OceanBaseForOracleCore.csproj

2
Src/Asp.NetCore2/SqlSugarCore.sln

@ -60,7 +60,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlSugar.HGCore", "SqlSugar
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HGTest", "HGTest\HGTest.csproj", "{59CF4F65-0337-4877-A35F-D1B7585A7DB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlSugar.OceanBaseForOracle", "SqlSugar.OceanBaseForOracle\SqlSugar.OceanBaseForOracle.csproj", "{7CEB3DFE-8337-4B83-AE6A-D159D73E3CD3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlSugar.OceanBaseForOracleCore", "SqlSugar.OceanBaseForOracle\SqlSugar.OceanBaseForOracleCore.csproj", "{7CEB3DFE-8337-4B83-AE6A-D159D73E3CD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Loading…
Cancel
Save