add logs system
This commit is contained in:
parent
c91666726a
commit
996c08c9e8
29 changed files with 454 additions and 3035 deletions
|
|
@ -44,8 +44,9 @@
|
|||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "all"
|
||||
}
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net7.0": {
|
||||
|
|
@ -109,6 +110,10 @@
|
|||
"target": "Package",
|
||||
"version": "[2.19.0, )"
|
||||
},
|
||||
"NEST": {
|
||||
"target": "Package",
|
||||
"version": "[7.17.5, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.3, )"
|
||||
|
|
@ -180,19 +185,19 @@
|
|||
"downloadDependencies": [
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App.Ref",
|
||||
"version": "[7.0.19, 7.0.19]"
|
||||
"version": "[7.0.20, 7.0.20]"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.NETCore.App.Host.win-x64",
|
||||
"version": "[7.0.19, 7.0.19]"
|
||||
"version": "[7.0.20, 7.0.20]"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.NETCore.App.Ref",
|
||||
"version": "[7.0.19, 7.0.19]"
|
||||
"version": "[7.0.20, 7.0.20]"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App.Ref",
|
||||
"version": "[7.0.19, 7.0.19]"
|
||||
"version": "[7.0.20, 7.0.20]"
|
||||
}
|
||||
],
|
||||
"frameworkReferences": {
|
||||
|
|
@ -203,7 +208,7 @@
|
|||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100-preview.6.24328.19\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.200\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue