add logs system
This commit is contained in:
parent
c91666726a
commit
996c08c9e8
29 changed files with 454 additions and 3035 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.17.0",
|
||||
"MongoDB.Driver": "2.19.0",
|
||||
"MongoDB.Driver.GridFS": "2.19.0",
|
||||
"NEST": "7.17.5",
|
||||
"Newtonsoft.Json": "13.0.3",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "7.0.0",
|
||||
"Pomelo.EntityFrameworkCore.MySql.Design": "1.1.2",
|
||||
|
|
@ -1347,6 +1348,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"NEST/7.17.5": {
|
||||
"dependencies": {
|
||||
"Elasticsearch.Net": "7.17.5"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Nest.dll": {
|
||||
"assemblyVersion": "7.0.0.0",
|
||||
"fileVersion": "7.17.5.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NETStandard.Library/1.6.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0",
|
||||
|
|
@ -3846,6 +3858,13 @@
|
|||
"path": "mysqlconnector/2.2.5",
|
||||
"hashPath": "mysqlconnector.2.2.5.nupkg.sha512"
|
||||
},
|
||||
"NEST/7.17.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-bo9UyuIoVRx4IUQiuC8ZrlZuvAXKIccernC7UUKukQCEmRq2eVIk+gubHlnMQljrP51q0mN4cjgy9vv5uZPkoA==",
|
||||
"path": "nest/7.17.5",
|
||||
"hashPath": "nest.7.17.5.nupkg.sha512"
|
||||
},
|
||||
"NETStandard.Library/1.6.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue