add 后台服务 和 部署sql 等
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"Ewide.NbzsZheliban/1.0.0": {
|
||||
"dependencies": {
|
||||
"Ewide.Core": "1.0.0",
|
||||
"Ewide.Nbzs.Entity": "1.0.0",
|
||||
"Magick.NET-Q16-AnyCPU": "8.3.1"
|
||||
},
|
||||
"runtime": {
|
||||
@@ -43,7 +44,7 @@
|
||||
},
|
||||
"CSRedisCore/3.6.6": {
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "12.0.3",
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"System.ValueTuple": "4.5.0"
|
||||
},
|
||||
"runtime": {
|
||||
@@ -225,7 +226,7 @@
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer/5.0.9": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.7.1"
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
|
||||
@@ -354,6 +355,64 @@
|
||||
}
|
||||
},
|
||||
"Microsoft.CSharp/4.7.0": {},
|
||||
"Microsoft.Data.SqlClient/2.1.1": {
|
||||
"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": "4.7.0",
|
||||
"System.Diagnostics.DiagnosticSource": "5.0.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/2.2.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.Data.Sqlite.Core": "2.2.4",
|
||||
@@ -497,59 +556,67 @@
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.Primitives/5.0.0": {},
|
||||
"Microsoft.IdentityModel.JsonWebTokens/6.7.1": {
|
||||
"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.7.1"
|
||||
"Microsoft.IdentityModel.Tokens": "6.8.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
|
||||
"assemblyVersion": "6.7.1.0",
|
||||
"fileVersion": "6.7.1.10630"
|
||||
"assemblyVersion": "6.8.0.0",
|
||||
"fileVersion": "6.8.0.11012"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Logging/6.7.1": {
|
||||
"Microsoft.IdentityModel.Logging/6.8.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
|
||||
"assemblyVersion": "6.7.1.0",
|
||||
"fileVersion": "6.7.1.10630"
|
||||
"assemblyVersion": "6.8.0.0",
|
||||
"fileVersion": "6.8.0.11012"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols/6.7.1": {
|
||||
"Microsoft.IdentityModel.Protocols/6.8.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Logging": "6.7.1",
|
||||
"Microsoft.IdentityModel.Tokens": "6.7.1"
|
||||
"Microsoft.IdentityModel.Logging": "6.8.0",
|
||||
"Microsoft.IdentityModel.Tokens": "6.8.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
|
||||
"assemblyVersion": "6.7.1.0",
|
||||
"fileVersion": "6.7.1.10630"
|
||||
"assemblyVersion": "6.8.0.0",
|
||||
"fileVersion": "6.8.0.11012"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.7.1": {
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.Protocols": "6.7.1",
|
||||
"System.IdentityModel.Tokens.Jwt": "6.7.1"
|
||||
"Microsoft.IdentityModel.Protocols": "6.8.0",
|
||||
"System.IdentityModel.Tokens.Jwt": "6.8.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
|
||||
"assemblyVersion": "6.7.1.0",
|
||||
"fileVersion": "6.7.1.10630"
|
||||
"assemblyVersion": "6.8.0.0",
|
||||
"fileVersion": "6.8.0.11012"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.IdentityModel.Tokens/6.7.1": {
|
||||
"Microsoft.IdentityModel.Tokens/6.8.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.7.0",
|
||||
"Microsoft.IdentityModel.Logging": "6.7.1",
|
||||
"Microsoft.IdentityModel.Logging": "6.8.0",
|
||||
"System.Security.Cryptography.Cng": "4.5.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
|
||||
"assemblyVersion": "6.7.1.0",
|
||||
"fileVersion": "6.7.1.10630"
|
||||
"assemblyVersion": "6.8.0.0",
|
||||
"fileVersion": "6.8.0.11012"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -570,9 +637,8 @@
|
||||
"System.Runtime": "4.3.0"
|
||||
}
|
||||
},
|
||||
"Microsoft.Win32.Registry/4.4.0": {
|
||||
"Microsoft.Win32.Registry/4.7.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"System.Security.AccessControl": "4.7.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
}
|
||||
@@ -608,7 +674,7 @@
|
||||
"MiniProfiler.Shared/4.2.22": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
|
||||
"Newtonsoft.Json": "12.0.3",
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"System.ComponentModel.Primitives": "4.3.0",
|
||||
"System.Data.Common": "4.3.0",
|
||||
"System.Diagnostics.DiagnosticSource": "5.0.1",
|
||||
@@ -703,11 +769,11 @@
|
||||
"System.Xml.XDocument": "4.3.0"
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/12.0.3": {
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||
"assemblyVersion": "12.0.0.0",
|
||||
"fileVersion": "12.0.3.23909"
|
||||
"assemblyVersion": "13.0.0.0",
|
||||
"fileVersion": "13.0.1.25517"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -722,11 +788,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Oracle.ManagedDataAccess.Core/2.18.3": {
|
||||
"Oracle.ManagedDataAccess.Core/3.21.1": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.PerformanceCounter": "4.7.0",
|
||||
"System.DirectoryServices": "4.7.0",
|
||||
"System.DirectoryServices.Protocols": "4.7.0",
|
||||
"System.Text.Json": "5.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Oracle.ManagedDataAccess.dll": {
|
||||
"assemblyVersion": "2.0.18.3",
|
||||
"fileVersion": "2.0.18.3"
|
||||
"lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {
|
||||
"assemblyVersion": "3.1.21.1",
|
||||
"fileVersion": "3.1.21.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -760,13 +832,6 @@
|
||||
"Microsoft.NETCore.Targets": "1.1.0"
|
||||
}
|
||||
},
|
||||
"runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"dependencies": {
|
||||
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
|
||||
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
|
||||
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
|
||||
}
|
||||
},
|
||||
"runtime.native.System.IO.Compression/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
@@ -806,33 +871,6 @@
|
||||
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
|
||||
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
|
||||
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
|
||||
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-arm64/native/sni.dll": {
|
||||
"rid": "win-arm64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "4.6.25512.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-x64/native/sni.dll": {
|
||||
"rid": "win-x64",
|
||||
"assetType": "native",
|
||||
"fileVersion": "4.6.25512.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"runtimeTargets": {
|
||||
"runtimes/win-x86/native/sni.dll": {
|
||||
"rid": "win-x86",
|
||||
"assetType": "native",
|
||||
"fileVersion": "4.6.25512.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Serilog/2.10.0": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/Serilog.dll": {
|
||||
@@ -1059,23 +1097,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"SqlSugarCore/5.0.3.2": {
|
||||
"SqlSugarCore/5.0.3.8": {
|
||||
"dependencies": {
|
||||
"Microsoft.Data.SqlClient": "2.1.1",
|
||||
"Microsoft.Data.Sqlite": "2.2.4",
|
||||
"MySql.Data": "8.0.21",
|
||||
"Newtonsoft.Json": "12.0.3",
|
||||
"Newtonsoft.Json": "13.0.1",
|
||||
"Npgsql": "4.1.3.1",
|
||||
"Oracle.ManagedDataAccess.Core": "2.18.3",
|
||||
"Oracle.ManagedDataAccess.Core": "3.21.1",
|
||||
"SqlSugarCore.Dm": "1.0.0",
|
||||
"SqlSugarCore.Kdbndp": "1.0.0",
|
||||
"System.Data.Common": "4.3.0",
|
||||
"System.Data.SqlClient": "4.4.0",
|
||||
"System.Reflection.Emit.Lightweight": "4.3.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/SqlSugar.dll": {
|
||||
"assemblyVersion": "5.0.3.2",
|
||||
"fileVersion": "5.0.3.2"
|
||||
"lib/netstandard2.1/SqlSugar.dll": {
|
||||
"assemblyVersion": "5.0.3.8",
|
||||
"fileVersion": "5.0.3.8"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1251,34 +1289,6 @@
|
||||
"System.Threading.Tasks": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.Data.SqlClient/4.4.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Registry": "4.4.0",
|
||||
"System.Security.Principal.Windows": "4.7.0",
|
||||
"System.Text.Encoding.CodePages": "5.0.0",
|
||||
"runtime.native.System.Data.SqlClient.sni": "4.4.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.Data.SqlClient.dll": {
|
||||
"assemblyVersion": "4.2.0.0",
|
||||
"fileVersion": "4.6.25519.3"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
|
||||
"rid": "unix",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.2.0.0",
|
||||
"fileVersion": "4.6.25519.3"
|
||||
},
|
||||
"runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.2.0.0",
|
||||
"fileVersion": "4.6.25519.3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.Debug/4.3.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
@@ -1294,6 +1304,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.PerformanceCounter/4.7.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"Microsoft.Win32.Registry": "4.7.0",
|
||||
"System.Configuration.ConfigurationManager": "4.7.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": {
|
||||
"assemblyVersion": "4.0.2.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.0.2.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.StackTrace/4.3.0": {
|
||||
"dependencies": {
|
||||
"System.IO.FileSystem": "4.3.0",
|
||||
@@ -1329,6 +1361,49 @@
|
||||
"System.Runtime": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.DirectoryServices/4.7.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"System.IO.FileSystem.AccessControl": "4.7.0",
|
||||
"System.Security.AccessControl": "4.7.0",
|
||||
"System.Security.Permissions": "4.7.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.DirectoryServices.dll": {
|
||||
"assemblyVersion": "4.0.1.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.0.1.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.DirectoryServices.Protocols/4.7.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.DirectoryServices.Protocols.dll": {
|
||||
"assemblyVersion": "4.0.1.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "4.0.1.0",
|
||||
"fileVersion": "4.700.19.56404"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Drawing.Common/5.0.2": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.SystemEvents": "5.0.0"
|
||||
@@ -1397,15 +1472,15 @@
|
||||
"System.Runtime.InteropServices": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/6.7.1": {
|
||||
"System.IdentityModel.Tokens.Jwt/6.8.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.JsonWebTokens": "6.7.1",
|
||||
"Microsoft.IdentityModel.Tokens": "6.7.1"
|
||||
"Microsoft.IdentityModel.JsonWebTokens": "6.8.0",
|
||||
"Microsoft.IdentityModel.Tokens": "6.8.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
|
||||
"assemblyVersion": "6.7.1.0",
|
||||
"fileVersion": "6.7.1.10630"
|
||||
"assemblyVersion": "6.8.0.0",
|
||||
"fileVersion": "6.8.0.11012"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1462,6 +1537,12 @@
|
||||
"System.Threading.Tasks": "4.3.0"
|
||||
}
|
||||
},
|
||||
"System.IO.FileSystem.AccessControl/4.7.0": {
|
||||
"dependencies": {
|
||||
"System.Security.AccessControl": "4.7.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
}
|
||||
},
|
||||
"System.IO.FileSystem.Primitives/4.3.0": {
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.3.0"
|
||||
@@ -1651,6 +1732,25 @@
|
||||
"Microsoft.NETCore.Targets": "1.1.0"
|
||||
}
|
||||
},
|
||||
"System.Runtime.Caching/4.7.0": {
|
||||
"dependencies": {
|
||||
"System.Configuration.ConfigurationManager": "4.7.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/5.0.0": {},
|
||||
"System.Runtime.Extensions/4.3.0": {
|
||||
"dependencies": {
|
||||
@@ -2018,7 +2118,7 @@
|
||||
"Furion": "2.18.7",
|
||||
"Furion.Extras.Authentication.JwtBearer": "2.18.7",
|
||||
"Furion.Extras.DatabaseAccessor.Dapper": "2.18.7",
|
||||
"Furion.Extras.DatabaseAccessor.SqlSugar": "2.12.9",
|
||||
"Furion.Extras.DatabaseAccessor.SqlSugar": "2.18.7",
|
||||
"Furion.Extras.Logging.Serilog": "2.18.7",
|
||||
"Furion.Extras.ObjectMapper.Mapster": "2.18.7",
|
||||
"Kendo.DynamicLinqCore": "3.1.1",
|
||||
@@ -2033,6 +2133,14 @@
|
||||
"Ewide.Core.dll": {}
|
||||
}
|
||||
},
|
||||
"Ewide.Nbzs.Entity/1.0.0": {
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "13.0.1"
|
||||
},
|
||||
"runtime": {
|
||||
"Ewide.Nbzs.Entity.dll": {}
|
||||
}
|
||||
},
|
||||
"Furion/2.18.7": {
|
||||
"dependencies": {
|
||||
"Furion.Extras.DependencyModel.CodeAnalysis": "2.18.7",
|
||||
@@ -2059,9 +2167,9 @@
|
||||
"Furion.Extras.DatabaseAccessor.Dapper.dll": {}
|
||||
}
|
||||
},
|
||||
"Furion.Extras.DatabaseAccessor.SqlSugar/2.12.9": {
|
||||
"Furion.Extras.DatabaseAccessor.SqlSugar/2.18.7": {
|
||||
"dependencies": {
|
||||
"SqlSugarCore": "5.0.3.2"
|
||||
"SqlSugarCore": "5.0.3.8"
|
||||
},
|
||||
"runtime": {
|
||||
"Furion.Extras.DatabaseAccessor.SqlSugar.dll": {}
|
||||
@@ -2253,6 +2361,20 @@
|
||||
"path": "microsoft.csharp/4.7.0",
|
||||
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Data.SqlClient/2.1.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-qxPmA2q0/oqqzZiwgN2QcoFRMPPQOCOxJP9h8X/bLXkPRsIo8xy182td9Txt0WhobW1dBBSYj96/Wf9cmhpm7Q==",
|
||||
"path": "microsoft.data.sqlclient/2.1.1",
|
||||
"hashPath": "microsoft.data.sqlclient.2.1.1.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/2.2.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -2407,40 +2529,47 @@
|
||||
"path": "microsoft.extensions.primitives/5.0.0",
|
||||
"hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.JsonWebTokens/6.7.1": {
|
||||
"Microsoft.Identity.Client/4.21.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-q/Ii8ILV8cM1X49gnl12cJK+0KWiI1xUeiLYiE9+uRonJLaHWB0l8t89rGnZTEGthGKItyikKSB38LQpfy/zBw==",
|
||||
"path": "microsoft.identitymodel.jsonwebtokens/6.7.1",
|
||||
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.7.1.nupkg.sha512"
|
||||
"sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
|
||||
"path": "microsoft.identity.client/4.21.1",
|
||||
"hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Logging/6.7.1": {
|
||||
"Microsoft.IdentityModel.JsonWebTokens/6.8.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-WGtTiTy2ZikOz/I5GxCGbNPLOpyI9fPyuyG4Q5rfkhACK+Q0Ad6U8XajYZ2cJ2cFKse0IvHwm15HVrfwrX/89g==",
|
||||
"path": "microsoft.identitymodel.logging/6.7.1",
|
||||
"hashPath": "microsoft.identitymodel.logging.6.7.1.nupkg.sha512"
|
||||
"sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==",
|
||||
"path": "microsoft.identitymodel.jsonwebtokens/6.8.0",
|
||||
"hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Protocols/6.7.1": {
|
||||
"Microsoft.IdentityModel.Logging/6.8.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-DVGYIRUK3TkCTmz0IgBzWUE55CDNfLtXil1FgSbgHI7hi2fP2pz4tiTAno/5O/hdVwAzV+HtCQtFi7xW8smaHw==",
|
||||
"path": "microsoft.identitymodel.protocols/6.7.1",
|
||||
"hashPath": "microsoft.identitymodel.protocols.6.7.1.nupkg.sha512"
|
||||
"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.OpenIdConnect/6.7.1": {
|
||||
"Microsoft.IdentityModel.Protocols/6.8.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-99gA+E6ZOCqySrT80Yh6wrfjJfeMxDisdAcA5Q66zHxMPY5Gzc8aT2Ldzu0GP1sADv/o3yI1Gc3P1GHXlXAVVQ==",
|
||||
"path": "microsoft.identitymodel.protocols.openidconnect/6.7.1",
|
||||
"hashPath": "microsoft.identitymodel.protocols.openidconnect.6.7.1.nupkg.sha512"
|
||||
"sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==",
|
||||
"path": "microsoft.identitymodel.protocols/6.8.0",
|
||||
"hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.IdentityModel.Tokens/6.7.1": {
|
||||
"Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Td9Vn9d/0eM1zlUUvaVQzjqdBkBLJ2oGtGL/LYPuiCUAALMeAHVDtpXGk8eYI8Gbduz5n+o7ifldsCIca4MWew==",
|
||||
"path": "microsoft.identitymodel.tokens/6.7.1",
|
||||
"hashPath": "microsoft.identitymodel.tokens.6.7.1.nupkg.sha512"
|
||||
"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",
|
||||
@@ -2470,12 +2599,12 @@
|
||||
"path": "microsoft.win32.primitives/4.3.0",
|
||||
"hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Win32.Registry/4.4.0": {
|
||||
"Microsoft.Win32.Registry/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
|
||||
"path": "microsoft.win32.registry/4.4.0",
|
||||
"hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512"
|
||||
"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/5.0.0": {
|
||||
"type": "package",
|
||||
@@ -2519,12 +2648,12 @@
|
||||
"path": "netstandard.library/1.6.1",
|
||||
"hashPath": "netstandard.library.1.6.1.nupkg.sha512"
|
||||
},
|
||||
"Newtonsoft.Json/12.0.3": {
|
||||
"Newtonsoft.Json/13.0.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
|
||||
"path": "newtonsoft.json/12.0.3",
|
||||
"hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
|
||||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
||||
"path": "newtonsoft.json/13.0.1",
|
||||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
||||
},
|
||||
"Npgsql/4.1.3.1": {
|
||||
"type": "package",
|
||||
@@ -2533,12 +2662,12 @@
|
||||
"path": "npgsql/4.1.3.1",
|
||||
"hashPath": "npgsql.4.1.3.1.nupkg.sha512"
|
||||
},
|
||||
"Oracle.ManagedDataAccess.Core/2.18.3": {
|
||||
"Oracle.ManagedDataAccess.Core/3.21.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-YaN+rm9wgFQAuWxrrR7lUxEQI4WJnNkMTlZb+gbv2W4D/ML2kkgz4N8Z76W9Polx6BU+kK3Vx2R8RD9u7sea7g==",
|
||||
"path": "oracle.manageddataaccess.core/2.18.3",
|
||||
"hashPath": "oracle.manageddataaccess.core.2.18.3.nupkg.sha512"
|
||||
"sha512": "sha512-SJM0qRVz6a7xMJtPPHAObq7MEzo42T+6+MImuuUK7ZCTXc2BIXbc9cenN7006FcOuX8x4OeTpPbFfQTVlhk9bw==",
|
||||
"path": "oracle.manageddataaccess.core/3.21.1",
|
||||
"hashPath": "oracle.manageddataaccess.core.3.21.1.nupkg.sha512"
|
||||
},
|
||||
"Portable.BouncyCastle/1.8.10": {
|
||||
"type": "package",
|
||||
@@ -2582,13 +2711,6 @@
|
||||
"path": "runtime.native.system/4.3.0",
|
||||
"hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
|
||||
"path": "runtime.native.system.data.sqlclient.sni/4.4.0",
|
||||
"hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
|
||||
},
|
||||
"runtime.native.System.IO.Compression/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -2673,27 +2795,6 @@
|
||||
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
|
||||
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
|
||||
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
|
||||
"hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
|
||||
},
|
||||
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
|
||||
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
|
||||
"hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
|
||||
},
|
||||
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
|
||||
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
|
||||
"hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
|
||||
},
|
||||
"Serilog/2.10.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -2799,12 +2900,12 @@
|
||||
"path": "sqlitepclraw.provider.e_sqlite3.netstandard11/1.1.12",
|
||||
"hashPath": "sqlitepclraw.provider.e_sqlite3.netstandard11.1.1.12.nupkg.sha512"
|
||||
},
|
||||
"SqlSugarCore/5.0.3.2": {
|
||||
"SqlSugarCore/5.0.3.8": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Oyl73NFAPBYNgV/6qfclNTarLMAkpvPFT0kzzwNryoriJXtUgDngTPedfd4nYbrs+k7vlTMlgAOfQtJoIA6tWQ==",
|
||||
"path": "sqlsugarcore/5.0.3.2",
|
||||
"hashPath": "sqlsugarcore.5.0.3.2.nupkg.sha512"
|
||||
"sha512": "sha512-5J4JWa0lZxF5OTZz7KKPnJrijwpCx6lUduR8dTqhnCy9FNTPI/S2bRlv7C181JIHBKc7zwIkPY+tOtszGKBuKQ==",
|
||||
"path": "sqlsugarcore/5.0.3.8",
|
||||
"hashPath": "sqlsugarcore.5.0.3.8.nupkg.sha512"
|
||||
},
|
||||
"SqlSugarCore.Dm/1.0.0": {
|
||||
"type": "package",
|
||||
@@ -2939,13 +3040,6 @@
|
||||
"path": "system.data.common/4.3.0",
|
||||
"hashPath": "system.data.common.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.Data.SqlClient/4.4.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-fxb9ghn1k1Ua7FFdlvtiBOD4/PsQvD/fk2KnhS+FK7VC6OggEx6P+lP1P0+KMb5V2dqS1+FbR7HCenoqzJMNIA==",
|
||||
"path": "system.data.sqlclient/4.4.0",
|
||||
"hashPath": "system.data.sqlclient.4.4.0.nupkg.sha512"
|
||||
},
|
||||
"System.Diagnostics.Debug/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -2960,6 +3054,13 @@
|
||||
"path": "system.diagnostics.diagnosticsource/5.0.1",
|
||||
"hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512"
|
||||
},
|
||||
"System.Diagnostics.PerformanceCounter/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-kE9szT4i3TYT9bDE/BPfzg9/BL6enMiZlcUmnUEBrhRtxWvurKoa8qhXkLTRhrxMzBqaDleWlRfIPE02tulU+w==",
|
||||
"path": "system.diagnostics.performancecounter/4.7.0",
|
||||
"hashPath": "system.diagnostics.performancecounter.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"System.Diagnostics.StackTrace/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -2988,6 +3089,20 @@
|
||||
"path": "system.diagnostics.tracing/4.3.0",
|
||||
"hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.DirectoryServices/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-NRENC4ulDamI4DQtrYybxtQU3qnhGSTUdEKJkLyctHXY4RqNyS/egZpB9z8/CnFCiaQZmwLlqxfBmw80VlKBTA==",
|
||||
"path": "system.directoryservices/4.7.0",
|
||||
"hashPath": "system.directoryservices.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"System.DirectoryServices.Protocols/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-yy0a+E/yksdoMWfZEmWpI5LuCbJ/E6P5d4QRbqUDj/xC4MV7Vw5DiW3KREA9LFbWedoGx90KikUfSN0xhE1j1g==",
|
||||
"path": "system.directoryservices.protocols/4.7.0",
|
||||
"hashPath": "system.directoryservices.protocols.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"System.Drawing.Common/5.0.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -3023,12 +3138,12 @@
|
||||
"path": "system.globalization.extensions/4.3.0",
|
||||
"hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/6.7.1": {
|
||||
"System.IdentityModel.Tokens.Jwt/6.8.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-sPnRn9dUMYARQC3mAKWpig/7rlrruqJvopKXmGoYAQ1A+xQsT3q5LiwsArkV8Oz/hfiRCLkV9vgi3FQg/mYfrw==",
|
||||
"path": "system.identitymodel.tokens.jwt/6.7.1",
|
||||
"hashPath": "system.identitymodel.tokens.jwt.6.7.1.nupkg.sha512"
|
||||
"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",
|
||||
@@ -3058,6 +3173,13 @@
|
||||
"path": "system.io.filesystem/4.3.0",
|
||||
"hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
|
||||
},
|
||||
"System.IO.FileSystem.AccessControl/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==",
|
||||
"path": "system.io.filesystem.accesscontrol/4.7.0",
|
||||
"hashPath": "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"System.IO.FileSystem.Primitives/4.3.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -3198,6 +3320,13 @@
|
||||
"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/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -3469,6 +3598,11 @@
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Ewide.Nbzs.Entity/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Furion/2.18.7": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
@@ -3484,7 +3618,7 @@
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Furion.Extras.DatabaseAccessor.SqlSugar/2.12.9": {
|
||||
"Furion.Extras.DatabaseAccessor.SqlSugar/2.18.7": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
||||
Reference in New Issue
Block a user