diff --git a/ConsoleStarter/ConsoleStarter.csproj b/ConsoleStarter/ConsoleStarter.csproj
index 8ac72a1..eb4b6ff 100644
--- a/ConsoleStarter/ConsoleStarter.csproj
+++ b/ConsoleStarter/ConsoleStarter.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/HybirdFrameworkEntity/Common/IPageList.cs b/Entity/Common/IPageList.cs
similarity index 90%
rename from HybirdFrameworkEntity/Common/IPageList.cs
rename to Entity/Common/IPageList.cs
index 11762bc..0a2be73 100644
--- a/HybirdFrameworkEntity/Common/IPageList.cs
+++ b/Entity/Common/IPageList.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkEntity.Common
+namespace Entity.Common
{
public interface IPageList : IList
{
diff --git a/HybirdFrameworkEntity/Common/PageList.cs b/Entity/Common/PageList.cs
similarity index 98%
rename from HybirdFrameworkEntity/Common/PageList.cs
rename to Entity/Common/PageList.cs
index bc9e2eb..54cfb7d 100644
--- a/HybirdFrameworkEntity/Common/PageList.cs
+++ b/Entity/Common/PageList.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkEntity.Common
+namespace Entity.Common
{
///
/// 分页组件实体类
diff --git a/HybirdFrameworkEntity/DbModel/sysBatteryReplaceLog.cs b/Entity/DbModel/sysBatteryReplaceLog.cs
similarity index 93%
rename from HybirdFrameworkEntity/DbModel/sysBatteryReplaceLog.cs
rename to Entity/DbModel/sysBatteryReplaceLog.cs
index e791bc3..ff954d8 100644
--- a/HybirdFrameworkEntity/DbModel/sysBatteryReplaceLog.cs
+++ b/Entity/DbModel/sysBatteryReplaceLog.cs
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
[SugarTable("sys_battery_replace_log")]
public class sysBatteryReplaceLog
diff --git a/HybirdFrameworkEntity/DbModel/sysDataSource.cs b/Entity/DbModel/sysDataSource.cs
similarity index 93%
rename from HybirdFrameworkEntity/DbModel/sysDataSource.cs
rename to Entity/DbModel/sysDataSource.cs
index ea3079b..5c2cc4a 100644
--- a/HybirdFrameworkEntity/DbModel/sysDataSource.cs
+++ b/Entity/DbModel/sysDataSource.cs
@@ -6,7 +6,7 @@ using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
public partial class sysDataSource
{
diff --git a/HybirdFrameworkEntity/DbModel/sysDicData.cs b/Entity/DbModel/sysDicData.cs
similarity index 96%
rename from HybirdFrameworkEntity/DbModel/sysDicData.cs
rename to Entity/DbModel/sysDicData.cs
index cd3a131..360e2cd 100644
--- a/HybirdFrameworkEntity/DbModel/sysDicData.cs
+++ b/Entity/DbModel/sysDicData.cs
@@ -3,7 +3,7 @@ using System.Linq;
using System.Text;
using SqlSugar;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/DbModel/sysDicType.cs b/Entity/DbModel/sysDicType.cs
similarity index 96%
rename from HybirdFrameworkEntity/DbModel/sysDicType.cs
rename to Entity/DbModel/sysDicType.cs
index 16366e3..4fb195a 100644
--- a/HybirdFrameworkEntity/DbModel/sysDicType.cs
+++ b/Entity/DbModel/sysDicType.cs
@@ -3,7 +3,7 @@ using System.Linq;
using System.Text;
using SqlSugar;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/DbModel/sysMenu.cs b/Entity/DbModel/sysMenu.cs
similarity index 98%
rename from HybirdFrameworkEntity/DbModel/sysMenu.cs
rename to Entity/DbModel/sysMenu.cs
index 7891df9..2e22782 100644
--- a/HybirdFrameworkEntity/DbModel/sysMenu.cs
+++ b/Entity/DbModel/sysMenu.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Security.Principal;
using System.Text;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/DbModel/sysMessage.cs b/Entity/DbModel/sysMessage.cs
similarity index 97%
rename from HybirdFrameworkEntity/DbModel/sysMessage.cs
rename to Entity/DbModel/sysMessage.cs
index 3c017ce..688fbb9 100644
--- a/HybirdFrameworkEntity/DbModel/sysMessage.cs
+++ b/Entity/DbModel/sysMessage.cs
@@ -3,7 +3,7 @@ using System.Linq;
using System.Text;
using SqlSugar;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/DbModel/sysRole.cs b/Entity/DbModel/sysRole.cs
similarity index 97%
rename from HybirdFrameworkEntity/DbModel/sysRole.cs
rename to Entity/DbModel/sysRole.cs
index 2e0a0d8..f4d1d12 100644
--- a/HybirdFrameworkEntity/DbModel/sysRole.cs
+++ b/Entity/DbModel/sysRole.cs
@@ -3,7 +3,7 @@ using System.Linq;
using System.Text;
using SqlSugar;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/DbModel/sysRoleMenu.cs b/Entity/DbModel/sysRoleMenu.cs
similarity index 93%
rename from HybirdFrameworkEntity/DbModel/sysRoleMenu.cs
rename to Entity/DbModel/sysRoleMenu.cs
index d7bd0cc..3743ff2 100644
--- a/HybirdFrameworkEntity/DbModel/sysRoleMenu.cs
+++ b/Entity/DbModel/sysRoleMenu.cs
@@ -3,7 +3,7 @@ using System.Linq;
using System.Text;
using SqlSugar;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/DbModel/sysUser.cs b/Entity/DbModel/sysUser.cs
similarity index 98%
rename from HybirdFrameworkEntity/DbModel/sysUser.cs
rename to Entity/DbModel/sysUser.cs
index faac188..9e0e077 100644
--- a/HybirdFrameworkEntity/DbModel/sysUser.cs
+++ b/Entity/DbModel/sysUser.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Security.Principal;
using System.Text;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/DbModel/sysUserRole.cs b/Entity/DbModel/sysUserRole.cs
similarity index 93%
rename from HybirdFrameworkEntity/DbModel/sysUserRole.cs
rename to Entity/DbModel/sysUserRole.cs
index 136bcd0..2037460 100644
--- a/HybirdFrameworkEntity/DbModel/sysUserRole.cs
+++ b/Entity/DbModel/sysUserRole.cs
@@ -3,7 +3,7 @@ using System.Linq;
using System.Text;
using SqlSugar;
-namespace HybirdFrameworkEntity.DbModel
+namespace Entity.DbModel
{
///
///
diff --git a/HybirdFrameworkEntity/HybirdFrameworkEntity.csproj b/Entity/Entity.csproj
similarity index 100%
rename from HybirdFrameworkEntity/HybirdFrameworkEntity.csproj
rename to Entity/Entity.csproj
diff --git a/HybirdFrameworkCore/Autofac/AutofacModuleRegister.cs b/HybirdFrameworkCore/Autofac/AutofacModuleRegister.cs
index 60a7306..c46610c 100644
--- a/HybirdFrameworkCore/Autofac/AutofacModuleRegister.cs
+++ b/HybirdFrameworkCore/Autofac/AutofacModuleRegister.cs
@@ -16,9 +16,9 @@ namespace HybirdFrameworkCore.Autofac
#region 带有接口层的服务注入
- var repositoryDllFile = Path.Combine(basePath, "HybirdFrameworkRepository.dll");
+ var repositoryDllFile = Path.Combine(basePath, "Repository.dll");
var driverDllFile = Path.Combine(basePath, "HybirdFrameworkDriver.dll");
- var servicesDllFile = Path.Combine(basePath, "HybirdFrameworkServices.dll");
+ var servicesDllFile = Path.Combine(basePath, "Service.dll");
if (!(File.Exists(servicesDllFile) && File.Exists(repositoryDllFile)))
{
diff --git a/HybirdFrameworkEntity/bin/Debug/net6.0/HybirdFrameworkEntity.deps.json b/HybirdFrameworkEntity/bin/Debug/net6.0/HybirdFrameworkEntity.deps.json
deleted file mode 100644
index cf34854..0000000
--- a/HybirdFrameworkEntity/bin/Debug/net6.0/HybirdFrameworkEntity.deps.json
+++ /dev/null
@@ -1,1121 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "HybirdFrameworkEntity/1.0.0": {
- "dependencies": {
- "SqlSugarCore": "5.1.4.95"
- },
- "runtime": {
- "HybirdFrameworkEntity.dll": {}
- }
- },
- "Microsoft.CSharp/4.5.0": {},
- "Microsoft.Data.SqlClient/2.1.4": {
- "dependencies": {
- "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1",
- "Microsoft.Identity.Client": "4.21.1",
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0",
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Configuration.ConfigurationManager": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "4.7.0",
- "System.Runtime.Caching": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "System.Text.Encoding.CodePages": "5.0.0"
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- },
- "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- }
- }
- },
- "Microsoft.Data.Sqlite/7.0.5": {
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "7.0.5",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.1.4"
- }
- },
- "Microsoft.Data.Sqlite.Core/7.0.5": {
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.4"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Data.Sqlite.dll": {
- "assemblyVersion": "7.0.5.0",
- "fileVersion": "7.0.523.16503"
- }
- }
- },
- "Microsoft.Identity.Client/4.21.1": {
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.21.1.0",
- "fileVersion": "4.21.1.0"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.8.0",
- "System.IdentityModel.Tokens.Jwt": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.5.0",
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "System.Security.Cryptography.Cng": "4.5.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.NETCore.Platforms/5.0.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.Win32.Registry/4.7.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Security.Principal.Windows": "4.7.0"
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "MySqlConnector/2.2.5": {
- "runtime": {
- "lib/net6.0/MySqlConnector.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.2.5.0"
- }
- }
- },
- "Newtonsoft.Json/13.0.2": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.2.27524"
- }
- }
- },
- "Npgsql/5.0.7": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "4.6.0"
- },
- "runtime": {
- "lib/net5.0/Npgsql.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.7.0"
- }
- }
- },
- "Oracle.ManagedDataAccess.Core/3.21.100": {
- "dependencies": {
- "System.Diagnostics.PerformanceCounter": "6.0.1",
- "System.DirectoryServices": "6.0.1",
- "System.DirectoryServices.Protocols": "6.0.1"
- },
- "runtime": {
- "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {
- "assemblyVersion": "3.1.21.1",
- "fileVersion": "3.1.21.1"
- }
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.1.4": {
- "dependencies": {
- "SQLitePCLRaw.lib.e_sqlite3": "2.1.4",
- "SQLitePCLRaw.provider.e_sqlite3": "2.1.4"
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {
- "assemblyVersion": "2.1.4.1835",
- "fileVersion": "2.1.4.1835"
- }
- }
- },
- "SQLitePCLRaw.core/2.1.4": {
- "dependencies": {
- "System.Memory": "4.5.3"
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.core.dll": {
- "assemblyVersion": "2.1.4.1835",
- "fileVersion": "2.1.4.1835"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3/2.1.4": {
- "runtimeTargets": {
- "runtimes/alpine-arm/native/libe_sqlite3.so": {
- "rid": "alpine-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/alpine-arm64/native/libe_sqlite3.so": {
- "rid": "alpine-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/alpine-x64/native/libe_sqlite3.so": {
- "rid": "alpine-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a": {
- "rid": "browser-wasm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-arm/native/libe_sqlite3.so": {
- "rid": "linux-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-arm64/native/libe_sqlite3.so": {
- "rid": "linux-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-armel/native/libe_sqlite3.so": {
- "rid": "linux-armel",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-mips64/native/libe_sqlite3.so": {
- "rid": "linux-mips64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-musl-arm/native/libe_sqlite3.so": {
- "rid": "linux-musl-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-musl-arm64/native/libe_sqlite3.so": {
- "rid": "linux-musl-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-musl-x64/native/libe_sqlite3.so": {
- "rid": "linux-musl-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-ppc64le/native/libe_sqlite3.so": {
- "rid": "linux-ppc64le",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-s390x/native/libe_sqlite3.so": {
- "rid": "linux-s390x",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-x64/native/libe_sqlite3.so": {
- "rid": "linux-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-x86/native/libe_sqlite3.so": {
- "rid": "linux-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": {
- "rid": "maccatalyst-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": {
- "rid": "maccatalyst-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/osx-arm64/native/libe_sqlite3.dylib": {
- "rid": "osx-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/osx-x64/native/libe_sqlite3.dylib": {
- "rid": "osx-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-arm/native/e_sqlite3.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-arm64/native/e_sqlite3.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x64/native/e_sqlite3.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x86/native/e_sqlite3.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.1.4": {
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.4"
- },
- "runtime": {
- "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {
- "assemblyVersion": "2.1.4.1835",
- "fileVersion": "2.1.4.1835"
- }
- }
- },
- "SqlSugarCore/5.1.4.95": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "2.1.4",
- "Microsoft.Data.Sqlite": "7.0.5",
- "MySqlConnector": "2.2.5",
- "Newtonsoft.Json": "13.0.2",
- "Npgsql": "5.0.7",
- "Oracle.ManagedDataAccess.Core": "3.21.100",
- "SqlSugarCore.Dm": "1.2.0",
- "SqlSugarCore.Kdbndp": "7.4.0",
- "System.Data.Common": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.1/SqlSugar.dll": {
- "assemblyVersion": "5.1.4.94",
- "fileVersion": "5.1.4.94"
- }
- }
- },
- "SqlSugarCore.Dm/1.2.0": {
- "dependencies": {
- "System.Text.Encoding.CodePages": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/DmProvider.dll": {
- "assemblyVersion": "1.1.0.0",
- "fileVersion": "1.1.0.16649"
- }
- }
- },
- "SqlSugarCore.Kdbndp/7.4.0": {
- "runtime": {
- "lib/netstandard2.1/Kdbndp.dll": {
- "assemblyVersion": "8.3.712.0",
- "fileVersion": "8.3.712.0"
- }
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Configuration.ConfigurationManager/6.0.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Data.Common/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.0": {},
- "System.Diagnostics.PerformanceCounter/6.0.1": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.422.16404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.422.16404"
- }
- }
- },
- "System.DirectoryServices/6.0.1": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.DirectoryServices.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.1423.7309"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.DirectoryServices.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.1423.7309"
- }
- }
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "runtime": {
- "lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- },
- "runtimeTargets": {
- "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "linux",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "osx",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Globalization/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "System.IO/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Memory/4.5.3": {},
- "System.Reflection/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Resources.ResourceManager/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Caching/4.7.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/4.6.0": {},
- "System.Runtime.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Security.AccessControl/6.0.0": {},
- "System.Security.Cryptography.Cng/4.5.0": {},
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Windows.Extensions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Principal.Windows/4.7.0": {},
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.CodePages/5.0.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
- "System.Text.RegularExpressions/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Windows.Extensions/6.0.0": {
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- }
- }
- },
- "libraries": {
- "HybirdFrameworkEntity/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Microsoft.CSharp/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
- "path": "microsoft.csharp/4.5.0",
- "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==",
- "path": "microsoft.data.sqlclient/2.1.4",
- "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==",
- "path": "microsoft.data.sqlclient.sni.runtime/2.1.1",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite/7.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KGxbPeWsQMnmQy43DSBxAFtHz3l2JX8EWBSGUCvT3CuZ8KsuzbkqMIJMDOxWtG8eZSoCDI04aiVQjWuuV8HmSw==",
- "path": "microsoft.data.sqlite/7.0.5",
- "hashPath": "microsoft.data.sqlite.7.0.5.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite.Core/7.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FTerRmQPqHrCrnoUzhBu+E+1DNGwyrAMLqHkAqOOOu5pGfyMOj8qQUBxI/gDtWtG11p49UxSfWmBzRNlwZqfUg==",
- "path": "microsoft.data.sqlite.core/7.0.5",
- "hashPath": "microsoft.data.sqlite.core.7.0.5.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.21.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
- "path": "microsoft.identity.client/4.21.1",
- "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.8.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==",
- "path": "microsoft.identitymodel.logging/6.8.0",
- "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==",
- "path": "microsoft.identitymodel.protocols/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==",
- "path": "microsoft.identitymodel.tokens/6.8.0",
- "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
- "path": "microsoft.netcore.platforms/5.0.0",
- "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
- "path": "microsoft.win32.registry/4.7.0",
- "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "MySqlConnector/2.2.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==",
- "path": "mysqlconnector/2.2.5",
- "hashPath": "mysqlconnector.2.2.5.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==",
- "path": "newtonsoft.json/13.0.2",
- "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512"
- },
- "Npgsql/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==",
- "path": "npgsql/5.0.7",
- "hashPath": "npgsql.5.0.7.nupkg.sha512"
- },
- "Oracle.ManagedDataAccess.Core/3.21.100": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==",
- "path": "oracle.manageddataaccess.core/3.21.100",
- "hashPath": "oracle.manageddataaccess.core.3.21.100.nupkg.sha512"
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EWI1olKDjFEBMJu0+3wuxwziIAdWDVMYLhuZ3Qs84rrz+DHwD00RzWPZCa+bLnHCf3oJwuFZIRsHT5p236QXww==",
- "path": "sqlitepclraw.bundle_e_sqlite3/2.1.4",
- "hashPath": "sqlitepclraw.bundle_e_sqlite3.2.1.4.nupkg.sha512"
- },
- "SQLitePCLRaw.core/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-inBjvSHo9UDKneGNzfUfDjK08JzlcIhn1+SP5Y3m6cgXpCxXKCJDy6Mka7LpgSV+UZmKSnC8rTwB0SQ0xKu5pA==",
- "path": "sqlitepclraw.core/2.1.4",
- "hashPath": "sqlitepclraw.core.2.1.4.nupkg.sha512"
- },
- "SQLitePCLRaw.lib.e_sqlite3/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2C9Q9eX7CPLveJA0rIhf9RXAvu+7nWZu1A2MdG6SD/NOu26TakGgL1nsbc0JAspGijFOo3HoN79xrx8a368fBg==",
- "path": "sqlitepclraw.lib.e_sqlite3/2.1.4",
- "hashPath": "sqlitepclraw.lib.e_sqlite3.2.1.4.nupkg.sha512"
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CSlb5dUp1FMIkez9Iv5EXzpeq7rHryVNqwJMWnpq87j9zWZexaEMdisDktMsnnrzKM6ahNrsTkjqNodTBPBxtQ==",
- "path": "sqlitepclraw.provider.e_sqlite3/2.1.4",
- "hashPath": "sqlitepclraw.provider.e_sqlite3.2.1.4.nupkg.sha512"
- },
- "SqlSugarCore/5.1.4.95": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7+xQXOZhe0dHplO6AJC3V9VAcO7XPhprrgpjMsrj+LUUJ/k1yVrbag8vHVFZyPyC3PfvHTcpJsepuTJMruUPEw==",
- "path": "sqlsugarcore/5.1.4.95",
- "hashPath": "sqlsugarcore.5.1.4.95.nupkg.sha512"
- },
- "SqlSugarCore.Dm/1.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JFhgCGfCMvI0/u7WdsSzK4D7ptZl1RXP8Q7KwSGpBndgUXlfnnmCfwJaz4f89XxalRLLk1h/x0RAuUei98/CmA==",
- "path": "sqlsugarcore.dm/1.2.0",
- "hashPath": "sqlsugarcore.dm.1.2.0.nupkg.sha512"
- },
- "SqlSugarCore.Kdbndp/7.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cHqgzvPz65v6pkO61oZM2pcPKY0KXvZo2EEAbZFHmyl5X7suxzpTOz/b6DvXjmRlcHxTRKGav2wwmStqTiUacg==",
- "path": "sqlsugarcore.kdbndp/7.4.0",
- "hashPath": "sqlsugarcore.kdbndp.7.4.0.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==",
- "path": "system.configuration.configurationmanager/6.0.0",
- "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512"
- },
- "System.Data.Common/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==",
- "path": "system.data.common/4.3.0",
- "hashPath": "system.data.common.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oJjw3uFuVDJiJNbCD8HB4a2p3NYLdt1fiT5OGsPLw+WTOuG0KpP4OXelMmmVKpClueMsit6xOlzy4wNKQFiBLg==",
- "path": "system.diagnostics.diagnosticsource/4.7.0",
- "hashPath": "system.diagnostics.diagnosticsource.4.7.0.nupkg.sha512"
- },
- "System.Diagnostics.PerformanceCounter/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dDl7Gx3bmSrM2k2ZIm+ucEJnLloZRyvfQF1DvfvATcGF3jtaUBiPvChma+6ZcZzxWMirN3kCywkW7PILphXyMQ==",
- "path": "system.diagnostics.performancecounter/6.0.1",
- "hashPath": "system.diagnostics.performancecounter.6.0.1.nupkg.sha512"
- },
- "System.DirectoryServices/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-935IbO7h5FDGYxeO3cbx/CuvBBuk/VI8sENlfmXlh1pupNOB3LAGzdYdPY8CawGJFP7KNrHK5eUlsFoz3F6cuA==",
- "path": "system.directoryservices/6.0.1",
- "hashPath": "system.directoryservices.6.0.1.nupkg.sha512"
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ndUZlEkAMc1XzM0xGN++SsJrNhRkIHaKI8+te325vrUgoLT1ufWNI6KB8FFrL7NpRMHPrdxP99aF3fHbAPxW0A==",
- "path": "system.directoryservices.protocols/6.0.1",
- "hashPath": "system.directoryservices.protocols.6.0.1.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.Globalization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
- "path": "system.globalization/4.3.0",
- "hashPath": "system.globalization.4.3.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==",
- "path": "system.identitymodel.tokens.jwt/6.8.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512"
- },
- "System.IO/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "path": "system.io/4.3.0",
- "hashPath": "system.io.4.3.0.nupkg.sha512"
- },
- "System.Memory/4.5.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
- "path": "system.memory/4.5.3",
- "hashPath": "system.memory.4.5.3.nupkg.sha512"
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "path": "system.reflection/4.3.0",
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
- "path": "system.reflection.emit.ilgeneration/4.3.0",
- "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
- "path": "system.reflection.emit.lightweight/4.3.0",
- "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "path": "system.reflection.primitives/4.3.0",
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
- "path": "system.resources.resourcemanager/4.3.0",
- "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Caching/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
- "path": "system.runtime.caching/4.7.0",
- "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/4.6.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HxozeSlipUK7dAroTYwIcGwKDeOVpQnJlpVaOkBz7CM4TsE5b/tKlQBZecTjh6FzcSbxndYaxxpsBMz+wMJeyw==",
- "path": "system.runtime.compilerservices.unsafe/4.6.0",
- "hashPath": "system.runtime.compilerservices.unsafe.4.6.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "path": "system.runtime.extensions/4.3.0",
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
- },
- "System.Security.AccessControl/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
- "path": "system.security.accesscontrol/6.0.0",
- "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
- "path": "system.security.cryptography.cng/4.5.0",
- "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "path": "system.security.permissions/6.0.0",
- "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
- "path": "system.security.principal.windows/4.7.0",
- "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
- "path": "system.text.encoding.codepages/5.0.0",
- "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
- },
- "System.Text.RegularExpressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
- "path": "system.text.regularexpressions/4.3.0",
- "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "path": "system.windows.extensions/6.0.0",
- "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/HybirdFrameworkEntity/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/HybirdFrameworkEntity/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index ed92695..0000000
--- a/HybirdFrameworkEntity/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/HybirdFrameworkEntity/obj/Debug/net6.0/HybirdFrameworkEntity.GlobalUsings.g.cs b/HybirdFrameworkEntity/obj/Debug/net6.0/HybirdFrameworkEntity.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/HybirdFrameworkEntity/obj/Debug/net6.0/HybirdFrameworkEntity.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/HybirdFrameworkEntity/obj/Debug/net6.0/HybirdFrameworkEntity.csproj.BuildWithSkipAnalyzers b/HybirdFrameworkEntity/obj/Debug/net6.0/HybirdFrameworkEntity.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/HybirdFrameworkEntity/obj/HybirdFrameworkEntity.csproj.nuget.g.targets b/HybirdFrameworkEntity/obj/HybirdFrameworkEntity.csproj.nuget.g.targets
deleted file mode 100644
index 8861a95..0000000
--- a/HybirdFrameworkEntity/obj/HybirdFrameworkEntity.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/HybirdFrameworkRepository/bin/Debug/net6.0/HybirdFrameworkRepository.deps.json b/HybirdFrameworkRepository/bin/Debug/net6.0/HybirdFrameworkRepository.deps.json
deleted file mode 100644
index 3377398..0000000
--- a/HybirdFrameworkRepository/bin/Debug/net6.0/HybirdFrameworkRepository.deps.json
+++ /dev/null
@@ -1,1503 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "HybirdFrameworkRepository/1.0.0": {
- "dependencies": {
- "HybirdFrameworkCore": "1.0.0",
- "HybirdFrameworkEntity": "1.0.0",
- "SqlSugar.IOC": "2.0.0",
- "SqlSugarCore": "5.1.4.95"
- },
- "runtime": {
- "HybirdFrameworkRepository.dll": {}
- }
- },
- "Autofac/7.0.1": {
- "dependencies": {
- "System.Diagnostics.DiagnosticSource": "4.7.1"
- },
- "runtime": {
- "lib/net6.0/Autofac.dll": {
- "assemblyVersion": "7.0.1.0",
- "fileVersion": "7.0.1.0"
- }
- }
- },
- "log4net/2.0.15": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/log4net.dll": {
- "assemblyVersion": "2.0.15.0",
- "fileVersion": "2.0.15.0"
- }
- }
- },
- "Microsoft.CSharp/4.5.0": {},
- "Microsoft.Data.SqlClient/2.1.4": {
- "dependencies": {
- "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1",
- "Microsoft.Identity.Client": "4.21.1",
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0",
- "Microsoft.Win32.Registry": "4.7.0",
- "System.Configuration.ConfigurationManager": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "4.7.1",
- "System.Runtime.Caching": "4.7.0",
- "System.Security.Principal.Windows": "4.7.0",
- "System.Text.Encoding.CodePages": "5.0.0"
- },
- "runtime": {
- "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- },
- "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "2.0.20168.4",
- "fileVersion": "2.0.20168.4"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "2.1.1.0"
- }
- }
- },
- "Microsoft.Data.Sqlite/7.0.5": {
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "7.0.5",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.1.4"
- }
- },
- "Microsoft.Data.Sqlite.Core/7.0.5": {
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.4"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Data.Sqlite.dll": {
- "assemblyVersion": "7.0.5.0",
- "fileVersion": "7.0.523.16503"
- }
- }
- },
- "Microsoft.Extensions.Configuration/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Configuration.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "7.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
- "Microsoft.Extensions.FileProviders.Physical": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Json/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration": "7.0.0",
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
- "Microsoft.Extensions.Configuration.FileExtensions": "7.0.0",
- "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
- "System.Text.Json": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Physical/7.0.0": {
- "dependencies": {
- "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
- "Microsoft.Extensions.FileSystemGlobbing": "7.0.0",
- "Microsoft.Extensions.Primitives": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.FileSystemGlobbing/7.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "Microsoft.Identity.Client/4.21.1": {
- "runtime": {
- "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.21.1.0",
- "fileVersion": "4.21.1.0"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.8.0",
- "System.IdentityModel.Tokens.Jwt": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.5.0",
- "Microsoft.IdentityModel.Logging": "6.8.0",
- "System.Security.Cryptography.Cng": "4.5.0"
- },
- "runtime": {
- "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "Microsoft.NETCore.Platforms/5.0.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.Win32.Registry/4.7.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Security.Principal.Windows": "4.7.0"
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "MySqlConnector/2.2.5": {
- "runtime": {
- "lib/net6.0/MySqlConnector.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.2.5.0"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- },
- "Npgsql/5.0.7": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net5.0/Npgsql.dll": {
- "assemblyVersion": "5.0.7.0",
- "fileVersion": "5.0.7.0"
- }
- }
- },
- "Oracle.ManagedDataAccess.Core/3.21.100": {
- "dependencies": {
- "System.Diagnostics.PerformanceCounter": "6.0.1",
- "System.DirectoryServices": "6.0.1",
- "System.DirectoryServices.Protocols": "6.0.1"
- },
- "runtime": {
- "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {
- "assemblyVersion": "3.1.21.1",
- "fileVersion": "3.1.21.1"
- }
- }
- },
- "Pipelines.Sockets.Unofficial/2.2.8": {
- "dependencies": {
- "System.IO.Pipelines": "5.0.1"
- },
- "runtime": {
- "lib/net5.0/Pipelines.Sockets.Unofficial.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "2.2.8.1080"
- }
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.1.4": {
- "dependencies": {
- "SQLitePCLRaw.lib.e_sqlite3": "2.1.4",
- "SQLitePCLRaw.provider.e_sqlite3": "2.1.4"
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {
- "assemblyVersion": "2.1.4.1835",
- "fileVersion": "2.1.4.1835"
- }
- }
- },
- "SQLitePCLRaw.core/2.1.4": {
- "dependencies": {
- "System.Memory": "4.5.3"
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.core.dll": {
- "assemblyVersion": "2.1.4.1835",
- "fileVersion": "2.1.4.1835"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3/2.1.4": {
- "runtimeTargets": {
- "runtimes/alpine-arm/native/libe_sqlite3.so": {
- "rid": "alpine-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/alpine-arm64/native/libe_sqlite3.so": {
- "rid": "alpine-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/alpine-x64/native/libe_sqlite3.so": {
- "rid": "alpine-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a": {
- "rid": "browser-wasm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-arm/native/libe_sqlite3.so": {
- "rid": "linux-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-arm64/native/libe_sqlite3.so": {
- "rid": "linux-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-armel/native/libe_sqlite3.so": {
- "rid": "linux-armel",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-mips64/native/libe_sqlite3.so": {
- "rid": "linux-mips64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-musl-arm/native/libe_sqlite3.so": {
- "rid": "linux-musl-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-musl-arm64/native/libe_sqlite3.so": {
- "rid": "linux-musl-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-musl-x64/native/libe_sqlite3.so": {
- "rid": "linux-musl-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-ppc64le/native/libe_sqlite3.so": {
- "rid": "linux-ppc64le",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-s390x/native/libe_sqlite3.so": {
- "rid": "linux-s390x",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-x64/native/libe_sqlite3.so": {
- "rid": "linux-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/linux-x86/native/libe_sqlite3.so": {
- "rid": "linux-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": {
- "rid": "maccatalyst-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": {
- "rid": "maccatalyst-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/osx-arm64/native/libe_sqlite3.dylib": {
- "rid": "osx-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/osx-x64/native/libe_sqlite3.dylib": {
- "rid": "osx-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-arm/native/e_sqlite3.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-arm64/native/e_sqlite3.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x64/native/e_sqlite3.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- },
- "runtimes/win-x86/native/e_sqlite3.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "0.0.0.0"
- }
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.1.4": {
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.4"
- },
- "runtime": {
- "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {
- "assemblyVersion": "2.1.4.1835",
- "fileVersion": "2.1.4.1835"
- }
- }
- },
- "SqlSugar.IOC/2.0.0": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
- "System.Runtime.Loader": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.1/SqlSugar.IOC.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.0.0"
- }
- }
- },
- "SqlSugarCore/5.1.4.95": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "2.1.4",
- "Microsoft.Data.Sqlite": "7.0.5",
- "MySqlConnector": "2.2.5",
- "Newtonsoft.Json": "13.0.3",
- "Npgsql": "5.0.7",
- "Oracle.ManagedDataAccess.Core": "3.21.100",
- "SqlSugarCore.Dm": "1.2.0",
- "SqlSugarCore.Kdbndp": "7.4.0",
- "System.Data.Common": "4.3.0",
- "System.Reflection.Emit.Lightweight": "4.3.0"
- },
- "runtime": {
- "lib/netstandard2.1/SqlSugar.dll": {
- "assemblyVersion": "5.1.4.94",
- "fileVersion": "5.1.4.94"
- }
- }
- },
- "SqlSugarCore.Dm/1.2.0": {
- "dependencies": {
- "System.Text.Encoding.CodePages": "5.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/DmProvider.dll": {
- "assemblyVersion": "1.1.0.0",
- "fileVersion": "1.1.0.16649"
- }
- }
- },
- "SqlSugarCore.Kdbndp/7.4.0": {
- "runtime": {
- "lib/netstandard2.1/Kdbndp.dll": {
- "assemblyVersion": "8.3.712.0",
- "fileVersion": "8.3.712.0"
- }
- }
- },
- "StackExchange.Redis/2.7.33": {
- "dependencies": {
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Pipelines.Sockets.Unofficial": "2.2.8"
- },
- "runtime": {
- "lib/net6.0/StackExchange.Redis.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.7.33.41805"
- }
- }
- },
- "System.Collections/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Configuration.ConfigurationManager/6.0.0": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Data.Common/4.3.0": {
- "dependencies": {
- "System.Collections": "4.3.0",
- "System.Globalization": "4.3.0",
- "System.IO": "4.3.0",
- "System.Resources.ResourceManager": "4.3.0",
- "System.Runtime": "4.3.0",
- "System.Runtime.Extensions": "4.3.0",
- "System.Text.RegularExpressions": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {},
- "System.Diagnostics.PerformanceCounter/6.0.1": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.422.16404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.422.16404"
- }
- }
- },
- "System.DirectoryServices/6.0.1": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.DirectoryServices.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.1423.7309"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.DirectoryServices.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.1423.7309"
- }
- }
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "runtime": {
- "lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- },
- "runtimeTargets": {
- "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "linux",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "osx",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- },
- "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.1",
- "fileVersion": "6.0.222.6406"
- }
- }
- },
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Globalization/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
- "Microsoft.IdentityModel.Tokens": "6.8.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.8.0.0",
- "fileVersion": "6.8.0.11012"
- }
- }
- },
- "System.IO/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Threading.Tasks": "4.3.0"
- }
- },
- "System.IO.Pipelines/5.0.1": {
- "runtime": {
- "lib/netcoreapp3.0/System.IO.Pipelines.dll": {
- "assemblyVersion": "5.0.0.1",
- "fileVersion": "5.0.120.57516"
- }
- }
- },
- "System.Memory/4.5.3": {},
- "System.Reflection/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.IO": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "dependencies": {
- "System.Reflection": "4.3.0",
- "System.Reflection.Emit.ILGeneration": "4.3.0",
- "System.Reflection.Primitives": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Reflection.Primitives/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Resources.ResourceManager/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Globalization": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Caching/4.7.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.0"
- },
- "runtime": {
- "lib/netstandard2.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.1.0",
- "fileVersion": "4.700.19.56404"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
- "System.Runtime.Extensions/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Runtime.Loader/4.3.0": {
- "dependencies": {
- "System.IO": "4.3.0",
- "System.Reflection": "4.3.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Security.AccessControl/6.0.0": {},
- "System.Security.Cryptography.Cng/4.5.0": {},
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Windows.Extensions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Principal.Windows/4.7.0": {},
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.CodePages/5.0.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0"
- }
- },
- "System.Text.Encodings.Web/7.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Text.Encodings.Web.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- },
- "runtimeTargets": {
- "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": {
- "rid": "browser",
- "assetType": "runtime",
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Text.Json/7.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0",
- "System.Text.Encodings.Web": "7.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Text.Json.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.22.51805"
- }
- }
- },
- "System.Text.RegularExpressions/4.3.0": {
- "dependencies": {
- "System.Runtime": "4.3.0"
- }
- },
- "System.Threading.Tasks/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "5.0.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Windows.Extensions/6.0.0": {
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "HybirdFrameworkCore/1.0.0": {
- "dependencies": {
- "Autofac": "7.0.1",
- "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
- "Microsoft.Extensions.Configuration.Json": "7.0.0",
- "Newtonsoft.Json": "13.0.3",
- "StackExchange.Redis": "2.7.33",
- "log4net": "2.0.15"
- },
- "runtime": {
- "HybirdFrameworkCore.dll": {}
- }
- },
- "HybirdFrameworkEntity/1.0.0": {
- "dependencies": {
- "SqlSugarCore": "5.1.4.95"
- },
- "runtime": {
- "HybirdFrameworkEntity.dll": {}
- }
- }
- }
- },
- "libraries": {
- "HybirdFrameworkRepository/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "Autofac/7.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-J9Iz0Q+YU3uf82i8Lee0NpQOlRYfwHxwVV26jdG3zH3LFE5Y9Rx97Mju7Nswwzh/C7kVJALkTL860Y7e+mcLaw==",
- "path": "autofac/7.0.1",
- "hashPath": "autofac.7.0.1.nupkg.sha512"
- },
- "log4net/2.0.15": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GahnO9ZgFka+xYcFwAfIFjW+k86P2nxFoaEpH6t3v4hiGj7tv2ksVZphxCVIHmJxoySS0HeU3dgCW+bSCcfD0A==",
- "path": "log4net/2.0.15",
- "hashPath": "log4net.2.0.15.nupkg.sha512"
- },
- "Microsoft.CSharp/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
- "path": "microsoft.csharp/4.5.0",
- "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==",
- "path": "microsoft.data.sqlclient/2.1.4",
- "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==",
- "path": "microsoft.data.sqlclient.sni.runtime/2.1.1",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite/7.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KGxbPeWsQMnmQy43DSBxAFtHz3l2JX8EWBSGUCvT3CuZ8KsuzbkqMIJMDOxWtG8eZSoCDI04aiVQjWuuV8HmSw==",
- "path": "microsoft.data.sqlite/7.0.5",
- "hashPath": "microsoft.data.sqlite.7.0.5.nupkg.sha512"
- },
- "Microsoft.Data.Sqlite.Core/7.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-FTerRmQPqHrCrnoUzhBu+E+1DNGwyrAMLqHkAqOOOu5pGfyMOj8qQUBxI/gDtWtG11p49UxSfWmBzRNlwZqfUg==",
- "path": "microsoft.data.sqlite.core/7.0.5",
- "hashPath": "microsoft.data.sqlite.core.7.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==",
- "path": "microsoft.extensions.configuration/7.0.0",
- "hashPath": "microsoft.extensions.configuration.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
- "path": "microsoft.extensions.configuration.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xk2lRJ1RDuqe57BmgvRPyCt6zyePKUmvT6iuXqiHR+/OIIgWVR8Ff5k2p6DwmqY8a17hx/OnrekEhziEIeQP6Q==",
- "path": "microsoft.extensions.configuration.fileextensions/7.0.0",
- "hashPath": "microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Json/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LDNYe3uw76W35Jci+be4LDf2lkQZe0A7EEYQVChFbc509CpZ4Iupod8li4PUXPBhEUOFI/rlQNf5xkzJRQGvtA==",
- "path": "microsoft.extensions.configuration.json/7.0.0",
- "hashPath": "microsoft.extensions.configuration.json.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==",
- "path": "microsoft.extensions.fileproviders.abstractions/7.0.0",
- "hashPath": "microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Physical/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-K8D2MTR+EtzkbZ8z80LrG7Ur64R7ZZdRLt1J5cgpc/pUWl0C6IkAUapPuK28oionHueCPELUqq0oYEvZfalNdg==",
- "path": "microsoft.extensions.fileproviders.physical/7.0.0",
- "hashPath": "microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.FileSystemGlobbing/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w==",
- "path": "microsoft.extensions.filesystemglobbing/7.0.0",
- "hashPath": "microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==",
- "path": "microsoft.extensions.logging.abstractions/6.0.0",
- "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
- "path": "microsoft.extensions.primitives/7.0.0",
- "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.21.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
- "path": "microsoft.identity.client/4.21.1",
- "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.8.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==",
- "path": "microsoft.identitymodel.logging/6.8.0",
- "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==",
- "path": "microsoft.identitymodel.protocols/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==",
- "path": "microsoft.identitymodel.tokens/6.8.0",
- "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
- "path": "microsoft.netcore.platforms/5.0.0",
- "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.Win32.Registry/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
- "path": "microsoft.win32.registry/4.7.0",
- "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "MySqlConnector/2.2.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==",
- "path": "mysqlconnector/2.2.5",
- "hashPath": "mysqlconnector.2.2.5.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- },
- "Npgsql/5.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==",
- "path": "npgsql/5.0.7",
- "hashPath": "npgsql.5.0.7.nupkg.sha512"
- },
- "Oracle.ManagedDataAccess.Core/3.21.100": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==",
- "path": "oracle.manageddataaccess.core/3.21.100",
- "hashPath": "oracle.manageddataaccess.core.3.21.100.nupkg.sha512"
- },
- "Pipelines.Sockets.Unofficial/2.2.8": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==",
- "path": "pipelines.sockets.unofficial/2.2.8",
- "hashPath": "pipelines.sockets.unofficial.2.2.8.nupkg.sha512"
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EWI1olKDjFEBMJu0+3wuxwziIAdWDVMYLhuZ3Qs84rrz+DHwD00RzWPZCa+bLnHCf3oJwuFZIRsHT5p236QXww==",
- "path": "sqlitepclraw.bundle_e_sqlite3/2.1.4",
- "hashPath": "sqlitepclraw.bundle_e_sqlite3.2.1.4.nupkg.sha512"
- },
- "SQLitePCLRaw.core/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-inBjvSHo9UDKneGNzfUfDjK08JzlcIhn1+SP5Y3m6cgXpCxXKCJDy6Mka7LpgSV+UZmKSnC8rTwB0SQ0xKu5pA==",
- "path": "sqlitepclraw.core/2.1.4",
- "hashPath": "sqlitepclraw.core.2.1.4.nupkg.sha512"
- },
- "SQLitePCLRaw.lib.e_sqlite3/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2C9Q9eX7CPLveJA0rIhf9RXAvu+7nWZu1A2MdG6SD/NOu26TakGgL1nsbc0JAspGijFOo3HoN79xrx8a368fBg==",
- "path": "sqlitepclraw.lib.e_sqlite3/2.1.4",
- "hashPath": "sqlitepclraw.lib.e_sqlite3.2.1.4.nupkg.sha512"
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.1.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CSlb5dUp1FMIkez9Iv5EXzpeq7rHryVNqwJMWnpq87j9zWZexaEMdisDktMsnnrzKM6ahNrsTkjqNodTBPBxtQ==",
- "path": "sqlitepclraw.provider.e_sqlite3/2.1.4",
- "hashPath": "sqlitepclraw.provider.e_sqlite3.2.1.4.nupkg.sha512"
- },
- "SqlSugar.IOC/2.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bRo+0DpzKE34rGCeIvyO9HVcX0jUZ3lQakum2EDjftCFwQPt7bI7JADKfuX9m0t3ApWKfofQKgamz6CTl7jNgg==",
- "path": "sqlsugar.ioc/2.0.0",
- "hashPath": "sqlsugar.ioc.2.0.0.nupkg.sha512"
- },
- "SqlSugarCore/5.1.4.95": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7+xQXOZhe0dHplO6AJC3V9VAcO7XPhprrgpjMsrj+LUUJ/k1yVrbag8vHVFZyPyC3PfvHTcpJsepuTJMruUPEw==",
- "path": "sqlsugarcore/5.1.4.95",
- "hashPath": "sqlsugarcore.5.1.4.95.nupkg.sha512"
- },
- "SqlSugarCore.Dm/1.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JFhgCGfCMvI0/u7WdsSzK4D7ptZl1RXP8Q7KwSGpBndgUXlfnnmCfwJaz4f89XxalRLLk1h/x0RAuUei98/CmA==",
- "path": "sqlsugarcore.dm/1.2.0",
- "hashPath": "sqlsugarcore.dm.1.2.0.nupkg.sha512"
- },
- "SqlSugarCore.Kdbndp/7.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cHqgzvPz65v6pkO61oZM2pcPKY0KXvZo2EEAbZFHmyl5X7suxzpTOz/b6DvXjmRlcHxTRKGav2wwmStqTiUacg==",
- "path": "sqlsugarcore.kdbndp/7.4.0",
- "hashPath": "sqlsugarcore.kdbndp.7.4.0.nupkg.sha512"
- },
- "StackExchange.Redis/2.7.33": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-2kCX5fvhEE824a4Ab5Imyi8DRuGuTxyklXV01kegkRpsWJcPmO6+GAQ+HegKxvXAxlXZ8yaRspvWJ8t3mMClfQ==",
- "path": "stackexchange.redis/2.7.33",
- "hashPath": "stackexchange.redis.2.7.33.nupkg.sha512"
- },
- "System.Collections/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
- "path": "system.collections/4.3.0",
- "hashPath": "system.collections.4.3.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==",
- "path": "system.configuration.configurationmanager/6.0.0",
- "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512"
- },
- "System.Data.Common/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==",
- "path": "system.data.common/4.3.0",
- "hashPath": "system.data.common.4.3.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/4.7.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==",
- "path": "system.diagnostics.diagnosticsource/4.7.1",
- "hashPath": "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512"
- },
- "System.Diagnostics.PerformanceCounter/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-dDl7Gx3bmSrM2k2ZIm+ucEJnLloZRyvfQF1DvfvATcGF3jtaUBiPvChma+6ZcZzxWMirN3kCywkW7PILphXyMQ==",
- "path": "system.diagnostics.performancecounter/6.0.1",
- "hashPath": "system.diagnostics.performancecounter.6.0.1.nupkg.sha512"
- },
- "System.DirectoryServices/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-935IbO7h5FDGYxeO3cbx/CuvBBuk/VI8sENlfmXlh1pupNOB3LAGzdYdPY8CawGJFP7KNrHK5eUlsFoz3F6cuA==",
- "path": "system.directoryservices/6.0.1",
- "hashPath": "system.directoryservices.6.0.1.nupkg.sha512"
- },
- "System.DirectoryServices.Protocols/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ndUZlEkAMc1XzM0xGN++SsJrNhRkIHaKI8+te325vrUgoLT1ufWNI6KB8FFrL7NpRMHPrdxP99aF3fHbAPxW0A==",
- "path": "system.directoryservices.protocols/6.0.1",
- "hashPath": "system.directoryservices.protocols.6.0.1.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.Globalization/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
- "path": "system.globalization/4.3.0",
- "hashPath": "system.globalization.4.3.0.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.8.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==",
- "path": "system.identitymodel.tokens.jwt/6.8.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512"
- },
- "System.IO/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
- "path": "system.io/4.3.0",
- "hashPath": "system.io.4.3.0.nupkg.sha512"
- },
- "System.IO.Pipelines/5.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qEePWsaq9LoEEIqhbGe6D5J8c9IqQOUuTzzV6wn1POlfdLkJliZY3OlB0j0f17uMWlqZYjH7txj+2YbyrIA8Yg==",
- "path": "system.io.pipelines/5.0.1",
- "hashPath": "system.io.pipelines.5.0.1.nupkg.sha512"
- },
- "System.Memory/4.5.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
- "path": "system.memory/4.5.3",
- "hashPath": "system.memory.4.5.3.nupkg.sha512"
- },
- "System.Reflection/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
- "path": "system.reflection/4.3.0",
- "hashPath": "system.reflection.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.ILGeneration/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
- "path": "system.reflection.emit.ilgeneration/4.3.0",
- "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Emit.Lightweight/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
- "path": "system.reflection.emit.lightweight/4.3.0",
- "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
- },
- "System.Reflection.Primitives/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
- "path": "system.reflection.primitives/4.3.0",
- "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
- },
- "System.Resources.ResourceManager/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
- "path": "system.resources.resourcemanager/4.3.0",
- "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Caching/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
- "path": "system.runtime.caching/4.7.0",
- "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Runtime.Extensions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
- "path": "system.runtime.extensions/4.3.0",
- "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Loader/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
- "path": "system.runtime.loader/4.3.0",
- "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
- },
- "System.Security.AccessControl/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
- "path": "system.security.accesscontrol/6.0.0",
- "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
- "path": "system.security.cryptography.cng/4.5.0",
- "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "path": "system.security.permissions/6.0.0",
- "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/4.7.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
- "path": "system.security.principal.windows/4.7.0",
- "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
- "path": "system.text.encoding.codepages/5.0.0",
- "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
- },
- "System.Text.Encodings.Web/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
- "path": "system.text.encodings.web/7.0.0",
- "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
- },
- "System.Text.Json/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==",
- "path": "system.text.json/7.0.0",
- "hashPath": "system.text.json.7.0.0.nupkg.sha512"
- },
- "System.Text.RegularExpressions/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
- "path": "system.text.regularexpressions/4.3.0",
- "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
- },
- "System.Threading.Tasks/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
- "path": "system.threading.tasks/4.3.0",
- "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "path": "system.windows.extensions/6.0.0",
- "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
- },
- "HybirdFrameworkCore/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "HybirdFrameworkEntity/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/HybirdFrameworkRepository/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/HybirdFrameworkRepository/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index ed92695..0000000
--- a/HybirdFrameworkRepository/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/HybirdFrameworkRepository/obj/Debug/net6.0/HybirdFr.65D83B66.Up2Date b/HybirdFrameworkRepository/obj/Debug/net6.0/HybirdFr.65D83B66.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/HybirdFrameworkRepository/obj/Debug/net6.0/HybirdFrameworkRepository.GlobalUsings.g.cs b/HybirdFrameworkRepository/obj/Debug/net6.0/HybirdFrameworkRepository.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/HybirdFrameworkRepository/obj/Debug/net6.0/HybirdFrameworkRepository.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/HybirdFrameworkRepository/obj/Debug/net6.0/HybirdFrameworkRepository.csproj.BuildWithSkipAnalyzers b/HybirdFrameworkRepository/obj/Debug/net6.0/HybirdFrameworkRepository.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/HybirdFrameworkRepository/obj/Debug/net6.0/ref/HybirdFrameworkRepository.dll b/HybirdFrameworkRepository/obj/Debug/net6.0/ref/HybirdFrameworkRepository.dll
deleted file mode 100644
index 6d7c9c8..0000000
Binary files a/HybirdFrameworkRepository/obj/Debug/net6.0/ref/HybirdFrameworkRepository.dll and /dev/null differ
diff --git a/HybirdFrameworkRepository/obj/Debug/net6.0/refint/HybirdFrameworkRepository.dll b/HybirdFrameworkRepository/obj/Debug/net6.0/refint/HybirdFrameworkRepository.dll
deleted file mode 100644
index 6d7c9c8..0000000
Binary files a/HybirdFrameworkRepository/obj/Debug/net6.0/refint/HybirdFrameworkRepository.dll and /dev/null differ
diff --git a/HybirdFrameworkRepository/obj/HybirdFrameworkRepository.csproj.nuget.g.targets b/HybirdFrameworkRepository/obj/HybirdFrameworkRepository.csproj.nuget.g.targets
deleted file mode 100644
index 6a3c0bd..0000000
--- a/HybirdFrameworkRepository/obj/HybirdFrameworkRepository.csproj.nuget.g.targets
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/HybirdFrameworkServices/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/HybirdFrameworkServices/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index ed92695..0000000
--- a/HybirdFrameworkServices/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/HybirdFrameworkServices/obj/Debug/net6.0/HybirdFr.0BD36F9B.Up2Date b/HybirdFrameworkServices/obj/Debug/net6.0/HybirdFr.0BD36F9B.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/HybirdFrameworkServices/obj/Debug/net6.0/HybirdFrameworkServices.GlobalUsings.g.cs b/HybirdFrameworkServices/obj/Debug/net6.0/HybirdFrameworkServices.GlobalUsings.g.cs
deleted file mode 100644
index 8578f3d..0000000
--- a/HybirdFrameworkServices/obj/Debug/net6.0/HybirdFrameworkServices.GlobalUsings.g.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/HybirdFrameworkServices/obj/Debug/net6.0/HybirdFrameworkServices.csproj.BuildWithSkipAnalyzers b/HybirdFrameworkServices/obj/Debug/net6.0/HybirdFrameworkServices.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/HybirdFrameworkServices/obj/HybirdFrameworkServices.csproj.nuget.g.targets b/HybirdFrameworkServices/obj/HybirdFrameworkServices.csproj.nuget.g.targets
deleted file mode 100644
index 6a3c0bd..0000000
--- a/HybirdFrameworkServices/obj/HybirdFrameworkServices.csproj.nuget.g.targets
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/HybirdFrameworkRepository/BaseRepository.cs b/Repository/BaseRepository.cs
similarity index 99%
rename from HybirdFrameworkRepository/BaseRepository.cs
rename to Repository/BaseRepository.cs
index 4409ae4..443350a 100644
--- a/HybirdFrameworkRepository/BaseRepository.cs
+++ b/Repository/BaseRepository.cs
@@ -1,9 +1,9 @@
using System.Linq.Expressions;
using SqlSugar;
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkEntity.Common;
+using Entity.DbModel;
+using Entity.Common;
-namespace HybirdFrameworkRepository
+namespace Repository
{
public abstract class BaseRepository where T : class, new()
{
diff --git a/HybirdFrameworkRepository/HybirdFrameworkRepository.csproj b/Repository/Repository.csproj
similarity index 84%
rename from HybirdFrameworkRepository/HybirdFrameworkRepository.csproj
rename to Repository/Repository.csproj
index c7d82a5..0a27dc0 100644
--- a/HybirdFrameworkRepository/HybirdFrameworkRepository.csproj
+++ b/Repository/Repository.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/HybirdFrameworkRepository/SqlSugarExtensions.cs b/Repository/SqlSugarExtensions.cs
similarity index 92%
rename from HybirdFrameworkRepository/SqlSugarExtensions.cs
rename to Repository/SqlSugarExtensions.cs
index 206c94d..57ace95 100644
--- a/HybirdFrameworkRepository/SqlSugarExtensions.cs
+++ b/Repository/SqlSugarExtensions.cs
@@ -5,7 +5,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkRepository
+namespace Repository
{
internal static class SqlSugarExtensions
{
diff --git a/HybirdFrameworkRepository/System/Class1.cs b/Repository/System/Class1.cs
similarity index 79%
rename from HybirdFrameworkRepository/System/Class1.cs
rename to Repository/System/Class1.cs
index c5b014f..b0002e1 100644
--- a/HybirdFrameworkRepository/System/Class1.cs
+++ b/Repository/System/Class1.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
internal class Class1
{
diff --git a/HybirdFrameworkRepository/System/SysBatteryReplaceLogRepository.cs b/Repository/System/SysBatteryReplaceLogRepository.cs
similarity index 80%
rename from HybirdFrameworkRepository/System/SysBatteryReplaceLogRepository.cs
rename to Repository/System/SysBatteryReplaceLogRepository.cs
index b5d82de..61d57a5 100644
--- a/HybirdFrameworkRepository/System/SysBatteryReplaceLogRepository.cs
+++ b/Repository/System/SysBatteryReplaceLogRepository.cs
@@ -1,4 +1,4 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
using System;
using System.Collections.Generic;
@@ -6,7 +6,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class SysBatteryReplaceLogRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysDataSourceRepository.cs b/Repository/System/SysDataSourceRepository.cs
similarity index 71%
rename from HybirdFrameworkRepository/System/SysDataSourceRepository.cs
rename to Repository/System/SysDataSourceRepository.cs
index 87af5f7..81c00b1 100644
--- a/HybirdFrameworkRepository/System/SysDataSourceRepository.cs
+++ b/Repository/System/SysDataSourceRepository.cs
@@ -1,7 +1,7 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class SysDataSourceRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysDicDataRepository.cs b/Repository/System/SysDicDataRepository.cs
similarity index 70%
rename from HybirdFrameworkRepository/System/SysDicDataRepository.cs
rename to Repository/System/SysDicDataRepository.cs
index f663ba5..c2e3555 100644
--- a/HybirdFrameworkRepository/System/SysDicDataRepository.cs
+++ b/Repository/System/SysDicDataRepository.cs
@@ -1,7 +1,7 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class sysDicDataRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysDicTypeRepository.cs b/Repository/System/SysDicTypeRepository.cs
similarity index 70%
rename from HybirdFrameworkRepository/System/SysDicTypeRepository.cs
rename to Repository/System/SysDicTypeRepository.cs
index a4a1ee5..c695b58 100644
--- a/HybirdFrameworkRepository/System/SysDicTypeRepository.cs
+++ b/Repository/System/SysDicTypeRepository.cs
@@ -1,7 +1,7 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class sysDicTypeRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysMenuRepository.cs b/Repository/System/SysMenuRepository.cs
similarity index 69%
rename from HybirdFrameworkRepository/System/SysMenuRepository.cs
rename to Repository/System/SysMenuRepository.cs
index f2be8ce..84f8674 100644
--- a/HybirdFrameworkRepository/System/SysMenuRepository.cs
+++ b/Repository/System/SysMenuRepository.cs
@@ -1,7 +1,7 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class SysMenuRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysMessageRepository.cs b/Repository/System/SysMessageRepository.cs
similarity index 70%
rename from HybirdFrameworkRepository/System/SysMessageRepository.cs
rename to Repository/System/SysMessageRepository.cs
index 705ad7f..20f43d2 100644
--- a/HybirdFrameworkRepository/System/SysMessageRepository.cs
+++ b/Repository/System/SysMessageRepository.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class sysMessageRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysRoleMenuRepository.cs b/Repository/System/SysRoleMenuRepository.cs
similarity index 71%
rename from HybirdFrameworkRepository/System/SysRoleMenuRepository.cs
rename to Repository/System/SysRoleMenuRepository.cs
index 82e8dff..38c5e3a 100644
--- a/HybirdFrameworkRepository/System/SysRoleMenuRepository.cs
+++ b/Repository/System/SysRoleMenuRepository.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class sysRoleMenuRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysRoleRepository.cs b/Repository/System/SysRoleRepository.cs
similarity index 69%
rename from HybirdFrameworkRepository/System/SysRoleRepository.cs
rename to Repository/System/SysRoleRepository.cs
index e13cc6c..c79ad5c 100644
--- a/HybirdFrameworkRepository/System/SysRoleRepository.cs
+++ b/Repository/System/SysRoleRepository.cs
@@ -1,7 +1,7 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class sysRoleRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/System/SysUserRepository.cs b/Repository/System/SysUserRepository.cs
similarity index 76%
rename from HybirdFrameworkRepository/System/SysUserRepository.cs
rename to Repository/System/SysUserRepository.cs
index 9a9c0e6..6a4f5b4 100644
--- a/HybirdFrameworkRepository/System/SysUserRepository.cs
+++ b/Repository/System/SysUserRepository.cs
@@ -1,9 +1,9 @@
using HybirdFrameworkCore.Autofac.Attribute;
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
[Scope("SingleInstance")]
public class SysUserRepository : BaseRepository
diff --git a/HybirdFrameworkRepository/System/SysUserRoleRepository.cs b/Repository/System/SysUserRoleRepository.cs
similarity index 71%
rename from HybirdFrameworkRepository/System/SysUserRoleRepository.cs
rename to Repository/System/SysUserRoleRepository.cs
index cab95dc..0e291b6 100644
--- a/HybirdFrameworkRepository/System/SysUserRoleRepository.cs
+++ b/Repository/System/SysUserRoleRepository.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
+using Entity.DbModel;
using SqlSugar;
-namespace HybirdFrameworkRepository.System
+namespace Repository.System
{
public class sysUserRoleRepository : BaseRepository
{
diff --git a/HybirdFrameworkRepository/UnitOfWork/Class1.cs b/Repository/UnitOfWork/Class1.cs
similarity index 77%
rename from HybirdFrameworkRepository/UnitOfWork/Class1.cs
rename to Repository/UnitOfWork/Class1.cs
index d1f5cfa..814519e 100644
--- a/HybirdFrameworkRepository/UnitOfWork/Class1.cs
+++ b/Repository/UnitOfWork/Class1.cs
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkRepository.UnitOfWork
+namespace Repository.UnitOfWork
{
internal class Class1
{
diff --git a/HybirdFrameworkRepository/UnitOfWork/UnitOfWork.cs b/Repository/UnitOfWork/UnitOfWork.cs
similarity index 95%
rename from HybirdFrameworkRepository/UnitOfWork/UnitOfWork.cs
rename to Repository/UnitOfWork/UnitOfWork.cs
index 40a98b4..a8ceb6d 100644
--- a/HybirdFrameworkRepository/UnitOfWork/UnitOfWork.cs
+++ b/Repository/UnitOfWork/UnitOfWork.cs
@@ -1,7 +1,7 @@
using HybirdFrameworkCore.Autofac.Attribute;
using SqlSugar;
-namespace HybirdFrameworkRepository.UnitOfWork
+namespace Repository.UnitOfWork
{
[Scope("SingleInstance")]
public class UnitOfWork
diff --git a/HybirdFrameworkServices/BaseServices.cs b/Service/BaseServices.cs
similarity index 99%
rename from HybirdFrameworkServices/BaseServices.cs
rename to Service/BaseServices.cs
index 5cace70..9a4b8bb 100644
--- a/HybirdFrameworkServices/BaseServices.cs
+++ b/Service/BaseServices.cs
@@ -1,5 +1,5 @@
-using HybirdFrameworkEntity.Common;
-using HybirdFrameworkRepository;
+using Entity.Common;
+using Repository;
using SqlSugar;
using System;
using System.Collections.Generic;
@@ -8,7 +8,7 @@ using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
-namespace HybirdFrameworkServices
+namespace Service
{
public class BaseServices where T : class, new()
{
diff --git a/HybirdFrameworkServices/Charger/Client/ChargerClient.cs b/Service/Charger/Client/ChargerClient.cs
similarity index 85%
rename from HybirdFrameworkServices/Charger/Client/ChargerClient.cs
rename to Service/Charger/Client/ChargerClient.cs
index 0de0f3d..dccdb22 100644
--- a/HybirdFrameworkServices/Charger/Client/ChargerClient.cs
+++ b/Service/Charger/Client/ChargerClient.cs
@@ -1,10 +1,10 @@
using HybirdFrameworkCore.Autofac.Attribute;
using HybirdFrameworkDriver.Session;
using HybirdFrameworkDriver.TcpClient;
-using HybirdFrameworkServices.Charger.Codec;
-using HybirdFrameworkServices.Charger.Handler;
+using Service.Charger.Codec;
+using Service.Charger.Handler;
-namespace HybirdFrameworkServices.Charger.Client;
+namespace Service.Charger.Client;
///
/// 示例程序
diff --git a/HybirdFrameworkServices/Charger/Client/ChargerServer.cs b/Service/Charger/Client/ChargerServer.cs
similarity index 62%
rename from HybirdFrameworkServices/Charger/Client/ChargerServer.cs
rename to Service/Charger/Client/ChargerServer.cs
index 66bf615..086b8ad 100644
--- a/HybirdFrameworkServices/Charger/Client/ChargerServer.cs
+++ b/Service/Charger/Client/ChargerServer.cs
@@ -1,9 +1,9 @@
using HybirdFrameworkCore.Autofac.Attribute;
using HybirdFrameworkDriver.TcpServer;
-using HybirdFrameworkServices.Charger.Codec;
-using HybirdFrameworkServices.Charger.Handler;
+using Service.Charger.Codec;
+using Service.Charger.Handler;
-namespace HybirdFrameworkServices.Charger.Client;
+namespace Service.Charger.Client;
///
/// 示例程序
diff --git a/HybirdFrameworkServices/Charger/Client/ClientMgr.cs b/Service/Charger/Client/ClientMgr.cs
similarity index 88%
rename from HybirdFrameworkServices/Charger/Client/ClientMgr.cs
rename to Service/Charger/Client/ClientMgr.cs
index dcd493f..427eb0e 100644
--- a/HybirdFrameworkServices/Charger/Client/ClientMgr.cs
+++ b/Service/Charger/Client/ClientMgr.cs
@@ -2,9 +2,9 @@
using Autofac;
using HybirdFrameworkCore.Autofac;
using HybirdFrameworkCore.Autofac.Attribute;
-using HybirdFrameworkServices.Charger.Msg.Host.Req;
+using Service.Charger.Msg.Host.Req;
-namespace HybirdFrameworkServices.Charger.Client;
+namespace Service.Charger.Client;
///
/// 示例程序
diff --git a/HybirdFrameworkServices/Charger/Codec/Decoder.cs b/Service/Charger/Codec/Decoder.cs
similarity index 73%
rename from HybirdFrameworkServices/Charger/Codec/Decoder.cs
rename to Service/Charger/Codec/Decoder.cs
index bb230cc..9f583d5 100644
--- a/HybirdFrameworkServices/Charger/Codec/Decoder.cs
+++ b/Service/Charger/Codec/Decoder.cs
@@ -1,9 +1,9 @@
using DotNetty.Buffers;
using DotNetty.Codecs;
using DotNetty.Transport.Channels;
-using HybirdFrameworkServices.Charger.Msg.Charger.Req;
+using Service.Charger.Msg.Charger.Req;
-namespace HybirdFrameworkServices.Charger.Codec;
+namespace Service.Charger.Codec;
public class Decoder : ByteToMessageDecoder
{
diff --git a/HybirdFrameworkServices/Charger/Codec/Encoder.cs b/Service/Charger/Codec/Encoder.cs
similarity index 86%
rename from HybirdFrameworkServices/Charger/Codec/Encoder.cs
rename to Service/Charger/Codec/Encoder.cs
index 9aa7817..9b420ac 100644
--- a/HybirdFrameworkServices/Charger/Codec/Encoder.cs
+++ b/Service/Charger/Codec/Encoder.cs
@@ -3,7 +3,7 @@ using DotNetty.Codecs;
using DotNetty.Transport.Channels;
using HybirdFrameworkDriver.Common;
-namespace HybirdFrameworkServices.Charger.Codec;
+namespace Service.Charger.Codec;
public class Encoder : MessageToByteEncoder
{
diff --git a/HybirdFrameworkServices/Charger/Common/ChargerConst.cs b/Service/Charger/Common/ChargerConst.cs
similarity index 64%
rename from HybirdFrameworkServices/Charger/Common/ChargerConst.cs
rename to Service/Charger/Common/ChargerConst.cs
index 2592e03..f35ce7e 100644
--- a/HybirdFrameworkServices/Charger/Common/ChargerConst.cs
+++ b/Service/Charger/Common/ChargerConst.cs
@@ -1,4 +1,4 @@
-namespace HybirdFrameworkServices.Charger.Common;
+namespace Service.Charger.Common;
public class ChargerConst
{
diff --git a/HybirdFrameworkServices/Charger/Handler/AuthResHandler.cs b/Service/Charger/Handler/AuthResHandler.cs
similarity index 89%
rename from HybirdFrameworkServices/Charger/Handler/AuthResHandler.cs
rename to Service/Charger/Handler/AuthResHandler.cs
index a83b8ac..23c702c 100644
--- a/HybirdFrameworkServices/Charger/Handler/AuthResHandler.cs
+++ b/Service/Charger/Handler/AuthResHandler.cs
@@ -1,10 +1,10 @@
using DotNetty.Transport.Channels;
using HybirdFrameworkCore.Autofac.Attribute;
using HybirdFrameworkDriver.Session;
-using HybirdFrameworkServices.Charger.Msg.Charger.Resp;
using log4net;
+using Service.Charger.Msg.Charger.Resp;
-namespace HybirdFrameworkServices.Charger.Handler
+namespace Service.Charger.Handler
{
///
/// 接收到鉴权帧
diff --git a/HybirdFrameworkServices/Charger/Handler/IBaseHandler.cs b/Service/Charger/Handler/IBaseHandler.cs
similarity index 63%
rename from HybirdFrameworkServices/Charger/Handler/IBaseHandler.cs
rename to Service/Charger/Handler/IBaseHandler.cs
index 69f8216..aa755cc 100644
--- a/HybirdFrameworkServices/Charger/Handler/IBaseHandler.cs
+++ b/Service/Charger/Handler/IBaseHandler.cs
@@ -1,6 +1,6 @@
using DotNetty.Transport.Channels;
-namespace HybirdFrameworkServices.Charger.Handler;
+namespace Service.Charger.Handler;
public interface IBaseHandler : IChannelHandler
{
diff --git a/HybirdFrameworkServices/Charger/Handler/LoginHandler.cs b/Service/Charger/Handler/LoginHandler.cs
similarity index 91%
rename from HybirdFrameworkServices/Charger/Handler/LoginHandler.cs
rename to Service/Charger/Handler/LoginHandler.cs
index 3b7e227..1ba63b5 100644
--- a/HybirdFrameworkServices/Charger/Handler/LoginHandler.cs
+++ b/Service/Charger/Handler/LoginHandler.cs
@@ -1,11 +1,11 @@
using DotNetty.Transport.Channels;
using HybirdFrameworkCore.Autofac.Attribute;
using HybirdFrameworkDriver.Session;
-using HybirdFrameworkServices.Charger.Msg.Charger.Req;
-using HybirdFrameworkServices.Charger.Msg.Host.Resp;
using log4net;
+using Service.Charger.Msg.Charger.Req;
+using Service.Charger.Msg.Host.Resp;
-namespace HybirdFrameworkServices.Charger.Handler
+namespace Service.Charger.Handler
{
///
/// 3.3.3 充放电机登陆签到
diff --git a/HybirdFrameworkServices/Charger/Msg/APCI.cs b/Service/Charger/Msg/APCI.cs
similarity index 92%
rename from HybirdFrameworkServices/Charger/Msg/APCI.cs
rename to Service/Charger/Msg/APCI.cs
index 514d299..9aeb697 100644
--- a/HybirdFrameworkServices/Charger/Msg/APCI.cs
+++ b/Service/Charger/Msg/APCI.cs
@@ -1,7 +1,7 @@
using HybirdFrameworkDriver.Common;
-using HybirdFrameworkServices.Charger.Common;
+using Service.Charger.Common;
-namespace HybirdFrameworkServices.Charger.Msg
+namespace Service.Charger.Msg
{
public abstract class APCI : IToBytes
{
diff --git a/HybirdFrameworkServices/Charger/Msg/ASDU.cs b/Service/Charger/Msg/ASDU.cs
similarity index 96%
rename from HybirdFrameworkServices/Charger/Msg/ASDU.cs
rename to Service/Charger/Msg/ASDU.cs
index 55dfae0..6b9a387 100644
--- a/HybirdFrameworkServices/Charger/Msg/ASDU.cs
+++ b/Service/Charger/Msg/ASDU.cs
@@ -1,8 +1,8 @@
using DotNetty.Buffers;
using HybirdFrameworkCore.Utils;
-using HybirdFrameworkServices.Charger.Common;
+using Service.Charger.Common;
-namespace HybirdFrameworkServices.Charger.Msg
+namespace Service.Charger.Msg
{
public class ASDU : APCI
{
diff --git a/HybirdFrameworkServices/Charger/Msg/Charger/Req/Login.cs b/Service/Charger/Msg/Charger/Req/Login.cs
similarity index 97%
rename from HybirdFrameworkServices/Charger/Msg/Charger/Req/Login.cs
rename to Service/Charger/Msg/Charger/Req/Login.cs
index d3ddbec..bec3a5d 100644
--- a/HybirdFrameworkServices/Charger/Msg/Charger/Req/Login.cs
+++ b/Service/Charger/Msg/Charger/Req/Login.cs
@@ -1,6 +1,6 @@
using HybirdFrameworkCore.Autofac.Attribute;
-namespace HybirdFrameworkServices.Charger.Msg.Charger.Req
+namespace Service.Charger.Msg.Charger.Req
{
///
/// 3.3.3 充放电机登陆签到
diff --git a/HybirdFrameworkServices/Charger/Msg/Charger/Resp/AuthRes.cs b/Service/Charger/Msg/Charger/Resp/AuthRes.cs
similarity index 92%
rename from HybirdFrameworkServices/Charger/Msg/Charger/Resp/AuthRes.cs
rename to Service/Charger/Msg/Charger/Resp/AuthRes.cs
index f8ef764..ba23bc8 100644
--- a/HybirdFrameworkServices/Charger/Msg/Charger/Resp/AuthRes.cs
+++ b/Service/Charger/Msg/Charger/Resp/AuthRes.cs
@@ -1,6 +1,6 @@
using HybirdFrameworkCore.Autofac.Attribute;
-namespace HybirdFrameworkServices.Charger.Msg.Charger.Resp
+namespace Service.Charger.Msg.Charger.Resp
{
///
/// 3.3.2 充放电机应答鉴权认证
diff --git a/HybirdFrameworkServices/Charger/Msg/Host/Req/Auth.cs b/Service/Charger/Msg/Host/Req/Auth.cs
similarity index 96%
rename from HybirdFrameworkServices/Charger/Msg/Host/Req/Auth.cs
rename to Service/Charger/Msg/Host/Req/Auth.cs
index b522b8f..9dda312 100644
--- a/HybirdFrameworkServices/Charger/Msg/Host/Req/Auth.cs
+++ b/Service/Charger/Msg/Host/Req/Auth.cs
@@ -1,6 +1,6 @@
using HybirdFrameworkCore.Autofac.Attribute;
-namespace HybirdFrameworkServices.Charger.Msg.Host.Req
+namespace Service.Charger.Msg.Host.Req
{
///
/// 3.3.1 监控平台鉴权认证
diff --git a/HybirdFrameworkServices/Charger/Msg/Host/Resp/LogSignMessage.cs b/Service/Charger/Msg/Host/Resp/LogSignMessage.cs
similarity index 97%
rename from HybirdFrameworkServices/Charger/Msg/Host/Resp/LogSignMessage.cs
rename to Service/Charger/Msg/Host/Resp/LogSignMessage.cs
index 5fe2b00..b29cfe4 100644
--- a/HybirdFrameworkServices/Charger/Msg/Host/Resp/LogSignMessage.cs
+++ b/Service/Charger/Msg/Host/Resp/LogSignMessage.cs
@@ -1,6 +1,6 @@
using HybirdFrameworkCore.Autofac.Attribute;
-namespace HybirdFrameworkServices.Charger.Msg.Host.Resp
+namespace Service.Charger.Msg.Host.Resp
{
///
/// 3.3.4 监控平台应答充电设备登录签到报文
diff --git a/HybirdFrameworkServices/HybirdFrameworkServices.csproj b/Service/Service.csproj
similarity index 84%
rename from HybirdFrameworkServices/HybirdFrameworkServices.csproj
rename to Service/Service.csproj
index b6d54f4..38d4a93 100644
--- a/HybirdFrameworkServices/HybirdFrameworkServices.csproj
+++ b/Service/Service.csproj
@@ -20,8 +20,8 @@
-
-
+
+
diff --git a/HybirdFrameworkServices/System/SysBatteryReplaceLogServices.cs b/Service/System/SysBatteryReplaceLogServices.cs
similarity index 82%
rename from HybirdFrameworkServices/System/SysBatteryReplaceLogServices.cs
rename to Service/System/SysBatteryReplaceLogServices.cs
index 8fc54a1..dbfdaf1 100644
--- a/HybirdFrameworkServices/System/SysBatteryReplaceLogServices.cs
+++ b/Service/System/SysBatteryReplaceLogServices.cs
@@ -1,10 +1,10 @@
using HybirdFrameworkCore.Autofac.Attribute;
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
[Scope("SingleInstance")]
public class SysBatteryReplaceLogServices : BaseServices
diff --git a/HybirdFrameworkServices/System/SysDataSourceServices.cs b/Service/System/SysDataSourceServices.cs
similarity index 74%
rename from HybirdFrameworkServices/System/SysDataSourceServices.cs
rename to Service/System/SysDataSourceServices.cs
index bebbf7f..660052a 100644
--- a/HybirdFrameworkServices/System/SysDataSourceServices.cs
+++ b/Service/System/SysDataSourceServices.cs
@@ -1,9 +1,9 @@
using HybirdFrameworkCore.Autofac.Attribute;
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
[Scope("SingleInstance")]
public class SysDataSourceServices : BaseServices
diff --git a/HybirdFrameworkServices/System/SysDicDataServices.cs b/Service/System/SysDicDataServices.cs
similarity index 70%
rename from HybirdFrameworkServices/System/SysDicDataServices.cs
rename to Service/System/SysDicDataServices.cs
index 7871ebd..3b20ab0 100644
--- a/HybirdFrameworkServices/System/SysDicDataServices.cs
+++ b/Service/System/SysDicDataServices.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
public class sysDicDataServices : BaseServices
{
diff --git a/HybirdFrameworkServices/System/SysDicTypeServices.cs b/Service/System/SysDicTypeServices.cs
similarity index 70%
rename from HybirdFrameworkServices/System/SysDicTypeServices.cs
rename to Service/System/SysDicTypeServices.cs
index 6b5f83f..487796d 100644
--- a/HybirdFrameworkServices/System/SysDicTypeServices.cs
+++ b/Service/System/SysDicTypeServices.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
public class sysDicTypeServices : BaseServices
{
diff --git a/HybirdFrameworkServices/System/SysMenuServices.cs b/Service/System/SysMenuServices.cs
similarity index 68%
rename from HybirdFrameworkServices/System/SysMenuServices.cs
rename to Service/System/SysMenuServices.cs
index 821c098..71f7a3e 100644
--- a/HybirdFrameworkServices/System/SysMenuServices.cs
+++ b/Service/System/SysMenuServices.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
public class SysMenuServices : BaseServices
{
diff --git a/HybirdFrameworkServices/System/SysMessageServices.cs b/Service/System/SysMessageServices.cs
similarity index 70%
rename from HybirdFrameworkServices/System/SysMessageServices.cs
rename to Service/System/SysMessageServices.cs
index c19e16e..22b1f96 100644
--- a/HybirdFrameworkServices/System/SysMessageServices.cs
+++ b/Service/System/SysMessageServices.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
public class sysMessageServices : BaseServices
{
diff --git a/HybirdFrameworkServices/System/SysRoleMenuServices.cs b/Service/System/SysRoleMenuServices.cs
similarity index 70%
rename from HybirdFrameworkServices/System/SysRoleMenuServices.cs
rename to Service/System/SysRoleMenuServices.cs
index 2b49441..56253d2 100644
--- a/HybirdFrameworkServices/System/SysRoleMenuServices.cs
+++ b/Service/System/SysRoleMenuServices.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
public class sysRoleMenuServices : BaseServices
{
diff --git a/HybirdFrameworkServices/System/SysRoleServices.cs b/Service/System/SysRoleServices.cs
similarity index 69%
rename from HybirdFrameworkServices/System/SysRoleServices.cs
rename to Service/System/SysRoleServices.cs
index 0853f1d..6b4e160 100644
--- a/HybirdFrameworkServices/System/SysRoleServices.cs
+++ b/Service/System/SysRoleServices.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
public class sysRoleServices : BaseServices
{
diff --git a/HybirdFrameworkServices/System/SysUserRoleServices.cs b/Service/System/SysUserRoleServices.cs
similarity index 70%
rename from HybirdFrameworkServices/System/SysUserRoleServices.cs
rename to Service/System/SysUserRoleServices.cs
index 0d99cfb..46df5e4 100644
--- a/HybirdFrameworkServices/System/SysUserRoleServices.cs
+++ b/Service/System/SysUserRoleServices.cs
@@ -1,8 +1,8 @@
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
public class sysUserRoleServices : BaseServices
{
diff --git a/HybirdFrameworkServices/System/SysUserServices.cs b/Service/System/SysUserServices.cs
similarity index 73%
rename from HybirdFrameworkServices/System/SysUserServices.cs
rename to Service/System/SysUserServices.cs
index 8663fb1..e3534a6 100644
--- a/HybirdFrameworkServices/System/SysUserServices.cs
+++ b/Service/System/SysUserServices.cs
@@ -1,9 +1,9 @@
using HybirdFrameworkCore.Autofac.Attribute;
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkRepository.System;
-using HybirdFrameworkRepository.UnitOfWork;
+using Entity.DbModel;
+using Repository.System;
+using Repository.UnitOfWork;
-namespace HybirdFrameworkServices.System
+namespace Service.System
{
[Scope("SingleInstance")]
public class SysUserServices : BaseServices
diff --git a/WebStarter/Controllers/WeatherForecastController.cs b/WebStarter/Controllers/WeatherForecastController.cs
index 6baf012..2a1a23e 100644
--- a/WebStarter/Controllers/WeatherForecastController.cs
+++ b/WebStarter/Controllers/WeatherForecastController.cs
@@ -1,6 +1,6 @@
-using HybirdFrameworkServices.System;
+using Entity.DbModel;
using Microsoft.AspNetCore.Mvc;
-using HybirdFrameworkEntity.DbModel;
+using Service.System;
namespace WebStarter.Controllers
{
diff --git a/WebStarter/WebStarter.csproj b/WebStarter/WebStarter.csproj
index fff4ed2..d1e55c8 100644
--- a/WebStarter/WebStarter.csproj
+++ b/WebStarter/WebStarter.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/WinFormStarter/WinFormStarter.csproj b/WinFormStarter/WinFormStarter.csproj
index 1cfba00..d1217c7 100644
--- a/WinFormStarter/WinFormStarter.csproj
+++ b/WinFormStarter/WinFormStarter.csproj
@@ -17,9 +17,9 @@
-
-
-
+
+
+
diff --git a/WpfStarter/MainWindow.xaml.cs b/WpfStarter/MainWindow.xaml.cs
index 3a2ad63..06f4cf1 100644
--- a/WpfStarter/MainWindow.xaml.cs
+++ b/WpfStarter/MainWindow.xaml.cs
@@ -2,8 +2,8 @@
using System.Windows;
using Autofac;
using HybirdFrameworkCore.Autofac;
-using HybirdFrameworkEntity.DbModel;
-using HybirdFrameworkServices.System;
+using Entity.DbModel;
+using Service.System;
using log4net;
namespace WpfStarter
diff --git a/WpfStarter/WpfStarter.csproj b/WpfStarter/WpfStarter.csproj
index 4f1a594..3f8d2be 100644
--- a/WpfStarter/WpfStarter.csproj
+++ b/WpfStarter/WpfStarter.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
diff --git a/hybirdMyFrame.sln b/hybirdMyFrame.sln
index 9542d02..a044641 100644
--- a/hybirdMyFrame.sln
+++ b/hybirdMyFrame.sln
@@ -3,27 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HybirdFramework.Core", "HybirdFramework.Core", "{0E784680-8280-4C47-8D2D-6405AC892164}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HybirdFramework.Entity", "HybirdFramework.Entity", "{6203689E-8261-4814-BFC2-013188AED6A1}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HybirdFramework.Repository", "HybirdFramework.Repository", "{348F9459-2A59-47EB-B801-0CF907DFD8EC}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HybirdFramework.Services", "HybirdFramework.Services", "{5F67ED42-6437-4FC6-86D2-0495DE990BC4}"
-EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStarter", "WebStarter\WebStarter.csproj", "{61B1609B-97EE-48E4-ADA6-4F1A832B8D33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HybirdFrameworkCore", "HybirdFrameworkCore\HybirdFrameworkCore.csproj", "{5F1D9B39-E50F-4B7C-B1C6-E60B64C4CA1A}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HybirdFrameworkRepository", "HybirdFrameworkRepository\HybirdFrameworkRepository.csproj", "{01D2CC15-F1FD-4E22-845A-2D2473662860}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{01D2CC15-F1FD-4E22-845A-2D2473662860}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HybirdFrameworkServices", "HybirdFrameworkServices\HybirdFrameworkServices.csproj", "{A6C2AA7F-B2A2-4AE0-AE84-49BE36B990EC}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service", "Service\Service.csproj", "{A6C2AA7F-B2A2-4AE0-AE84-49BE36B990EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormStarter", "WinFormStarter\WinFormStarter.csproj", "{A6757DAD-EF5A-41FD-9323-F3FCF05ED777}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HybirdFrameworkEntity", "HybirdFrameworkEntity\HybirdFrameworkEntity.csproj", "{C2380814-15D4-491D-ADF2-ADC68617C3FA}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HybirdFramework.Driver", "HybirdFramework.Driver", "{EF6B2DEC-ADAA-4A6D-AE93-0F98A555B265}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entity", "Entity\Entity.csproj", "{C2380814-15D4-491D-ADF2-ADC68617C3FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HybirdFrameworkDriver", "HybirdFrameworkDriver\HybirdFrameworkDriver.csproj", "{6ACFA707-E72E-4BA1-8262-9F2E5B758D46}"
EndProject
@@ -33,6 +23,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Starter", "Starter", "{E0B9
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfStarter", "WpfStarter\WpfStarter.csproj", "{17044C11-3794-4938-BA80-C061BD871AE0}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{D528B94E-8D0A-4A14-A78F-8240ADF3E7C4}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Business", "Business", "{C9515084-B676-4C33-9FE7-E0B860493A4F}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -80,15 +74,15 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
- {5F1D9B39-E50F-4B7C-B1C6-E60B64C4CA1A} = {0E784680-8280-4C47-8D2D-6405AC892164}
- {01D2CC15-F1FD-4E22-845A-2D2473662860} = {348F9459-2A59-47EB-B801-0CF907DFD8EC}
- {A6C2AA7F-B2A2-4AE0-AE84-49BE36B990EC} = {5F67ED42-6437-4FC6-86D2-0495DE990BC4}
- {C2380814-15D4-491D-ADF2-ADC68617C3FA} = {6203689E-8261-4814-BFC2-013188AED6A1}
- {6ACFA707-E72E-4BA1-8262-9F2E5B758D46} = {EF6B2DEC-ADAA-4A6D-AE93-0F98A555B265}
{8EAFC092-1C8A-4CF7-B283-FFCB02D58ED8} = {E0B949DC-17FE-414D-8898-937A317BB853}
{17044C11-3794-4938-BA80-C061BD871AE0} = {E0B949DC-17FE-414D-8898-937A317BB853}
{61B1609B-97EE-48E4-ADA6-4F1A832B8D33} = {E0B949DC-17FE-414D-8898-937A317BB853}
{A6757DAD-EF5A-41FD-9323-F3FCF05ED777} = {E0B949DC-17FE-414D-8898-937A317BB853}
+ {6ACFA707-E72E-4BA1-8262-9F2E5B758D46} = {D528B94E-8D0A-4A14-A78F-8240ADF3E7C4}
+ {5F1D9B39-E50F-4B7C-B1C6-E60B64C4CA1A} = {D528B94E-8D0A-4A14-A78F-8240ADF3E7C4}
+ {C2380814-15D4-491D-ADF2-ADC68617C3FA} = {C9515084-B676-4C33-9FE7-E0B860493A4F}
+ {01D2CC15-F1FD-4E22-845A-2D2473662860} = {C9515084-B676-4C33-9FE7-E0B860493A4F}
+ {A6C2AA7F-B2A2-4AE0-AE84-49BE36B990EC} = {C9515084-B676-4C33-9FE7-E0B860493A4F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E10BF3D-9914-44B1-A6AA-FCF013C3F155}