fix OOM
This commit is contained in:
parent
11d308ab51
commit
902faeb7f4
5 changed files with 382 additions and 193 deletions
|
|
@ -289,6 +289,35 @@
|
|||
"lib/net7.0/EPPlus.System.Drawing.dll": {}
|
||||
}
|
||||
},
|
||||
"ExcelDataReader/3.8.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.1/ExcelDataReader.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/ExcelDataReader.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ExcelDataReader.DataSet/3.8.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"ExcelDataReader": "3.8.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard2.1/ExcelDataReader.DataSet.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.1/ExcelDataReader.DataSet.dll": {
|
||||
"related": ".pdb;.xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Google.Protobuf/3.19.4": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
|
|
@ -5670,6 +5699,56 @@
|
|||
"readme.md"
|
||||
]
|
||||
},
|
||||
"ExcelDataReader/3.8.0": {
|
||||
"sha512": "kbUsldc5Fn9IKgzL2nr4VvN/mKqPqn8zGXUZpA7uL6svCA4psF+qMK519EhMvderpU4pAJoqk9DWpiSIkiZtXA==",
|
||||
"type": "package",
|
||||
"path": "exceldatareader/3.8.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"ExcelDataReader.png",
|
||||
"README.md",
|
||||
"exceldatareader.3.8.0.nupkg.sha512",
|
||||
"exceldatareader.nuspec",
|
||||
"lib/net462/ExcelDataReader.dll",
|
||||
"lib/net462/ExcelDataReader.pdb",
|
||||
"lib/net462/ExcelDataReader.xml",
|
||||
"lib/net8.0/ExcelDataReader.dll",
|
||||
"lib/net8.0/ExcelDataReader.pdb",
|
||||
"lib/net8.0/ExcelDataReader.xml",
|
||||
"lib/netstandard2.0/ExcelDataReader.dll",
|
||||
"lib/netstandard2.0/ExcelDataReader.pdb",
|
||||
"lib/netstandard2.0/ExcelDataReader.xml",
|
||||
"lib/netstandard2.1/ExcelDataReader.dll",
|
||||
"lib/netstandard2.1/ExcelDataReader.pdb",
|
||||
"lib/netstandard2.1/ExcelDataReader.xml"
|
||||
]
|
||||
},
|
||||
"ExcelDataReader.DataSet/3.8.0": {
|
||||
"sha512": "+eQg5oinHir7ayE/rF4dedvy8J6FBDG8RDyKFQsS/VZG9ygrnNgW6U8JSlrfGfe3DxYgbVoVwYV9Hbk63JQJFQ==",
|
||||
"type": "package",
|
||||
"path": "exceldatareader.dataset/3.8.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"ExcelDataReader.png",
|
||||
"README.md",
|
||||
"exceldatareader.dataset.3.8.0.nupkg.sha512",
|
||||
"exceldatareader.dataset.nuspec",
|
||||
"lib/net462/ExcelDataReader.DataSet.dll",
|
||||
"lib/net462/ExcelDataReader.DataSet.pdb",
|
||||
"lib/net462/ExcelDataReader.DataSet.xml",
|
||||
"lib/net8.0/ExcelDataReader.DataSet.dll",
|
||||
"lib/net8.0/ExcelDataReader.DataSet.pdb",
|
||||
"lib/net8.0/ExcelDataReader.DataSet.xml",
|
||||
"lib/netstandard2.0/ExcelDataReader.DataSet.dll",
|
||||
"lib/netstandard2.0/ExcelDataReader.DataSet.pdb",
|
||||
"lib/netstandard2.0/ExcelDataReader.DataSet.xml",
|
||||
"lib/netstandard2.1/ExcelDataReader.DataSet.dll",
|
||||
"lib/netstandard2.1/ExcelDataReader.DataSet.pdb",
|
||||
"lib/netstandard2.1/ExcelDataReader.DataSet.xml"
|
||||
]
|
||||
},
|
||||
"Google.Protobuf/3.19.4": {
|
||||
"sha512": "fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==",
|
||||
"type": "package",
|
||||
|
|
@ -13996,6 +14075,8 @@
|
|||
"CoreAdmin >= 2.7.0",
|
||||
"EFCore.BulkExtensions.MySql >= 6.7.16",
|
||||
"EPPlus >= 6.1.3",
|
||||
"ExcelDataReader >= 3.8.0",
|
||||
"ExcelDataReader.DataSet >= 3.8.0",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer >= 7.0.20",
|
||||
"Microsoft.AspNetCore.Mvc.NewtonsoftJson >= 7.0.3",
|
||||
"Microsoft.AspNetCore.Mvc.Versioning >= 5.0.0",
|
||||
|
|
@ -14089,6 +14170,14 @@
|
|||
"target": "Package",
|
||||
"version": "[6.1.3, )"
|
||||
},
|
||||
"ExcelDataReader": {
|
||||
"target": "Package",
|
||||
"version": "[3.8.0, )"
|
||||
},
|
||||
"ExcelDataReader.DataSet": {
|
||||
"target": "Package",
|
||||
"version": "[3.8.0, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
||||
"target": "Package",
|
||||
"version": "[7.0.20, )"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue