Added TrainingRecordService
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"FabApprovalWorkerService/1.0.0": {
|
||||
"dependencies": {
|
||||
"CsvHelper": "31.0.0",
|
||||
"Dapper": "2.1.28",
|
||||
"Dapper.Contrib": "2.0.78",
|
||||
"Microsoft.Extensions.Hosting": "8.0.0",
|
||||
@ -19,6 +20,17 @@
|
||||
"FabApprovalWorkerService.dll": {}
|
||||
}
|
||||
},
|
||||
"CsvHelper/31.0.0": {
|
||||
"dependencies": {
|
||||
"System.Linq.Async": "4.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/CsvHelper.dll": {
|
||||
"assemblyVersion": "31.0.0.0",
|
||||
"fileVersion": "31.0.0.12"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Dapper/2.1.28": {
|
||||
"runtime": {
|
||||
"lib/net7.0/Dapper.dll": {
|
||||
@ -513,6 +525,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Linq.Async/4.0.0": {
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.0/System.Linq.Async.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "4.0.0.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Security.AccessControl/4.7.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "3.1.0",
|
||||
@ -534,6 +554,13 @@
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"CsvHelper/31.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-PypRJq7AugnCJjq6Zu5EqFDTfRv7Gh+MtSH2T/kwiGmg1UHAflq4cE8j3uMkvXSxaayVtcwi+8hC0w+30YzzWA==",
|
||||
"path": "csvhelper/31.0.0",
|
||||
"hashPath": "csvhelper.31.0.0.nupkg.sha512"
|
||||
},
|
||||
"Dapper/2.1.28": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@ -814,6 +841,13 @@
|
||||
"path": "system.diagnostics.eventlog/8.0.0",
|
||||
"hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Linq.Async/4.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-WbiYEedFZeM+psmMyoCt1AKbZppAZg8Eq1ZTQ+521fGNeXqlgJj0tZYV5n1LsKRO5osQuitYxGNuzPTy3213sg==",
|
||||
"path": "system.linq.async/4.0.0",
|
||||
"hashPath": "system.linq.async.4.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Security.AccessControl/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -33,6 +33,17 @@
|
||||
}
|
||||
},
|
||||
"coverlet.collector/6.0.0": {},
|
||||
"CsvHelper/31.0.0": {
|
||||
"dependencies": {
|
||||
"System.Linq.Async": "4.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/CsvHelper.dll": {
|
||||
"assemblyVersion": "31.0.0.0",
|
||||
"fileVersion": "31.0.0.12"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Dapper/2.1.28": {
|
||||
"runtime": {
|
||||
"lib/net7.0/Dapper.dll": {
|
||||
@ -845,6 +856,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Linq.Async/4.0.0": {
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.0/System.Linq.Async.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "4.0.0.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Reflection.Metadata/1.6.0": {},
|
||||
"System.Security.AccessControl/4.7.0": {
|
||||
"dependencies": {
|
||||
@ -861,6 +880,7 @@
|
||||
},
|
||||
"FabApprovalWorkerService/1.0.0": {
|
||||
"dependencies": {
|
||||
"CsvHelper": "31.0.0",
|
||||
"Dapper": "2.1.28",
|
||||
"Dapper.Contrib": "2.0.78",
|
||||
"Microsoft.Extensions.Hosting": "8.0.0",
|
||||
@ -894,6 +914,13 @@
|
||||
"path": "coverlet.collector/6.0.0",
|
||||
"hashPath": "coverlet.collector.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"CsvHelper/31.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-PypRJq7AugnCJjq6Zu5EqFDTfRv7Gh+MtSH2T/kwiGmg1UHAflq4cE8j3uMkvXSxaayVtcwi+8hC0w+30YzzWA==",
|
||||
"path": "csvhelper/31.0.0",
|
||||
"hashPath": "csvhelper.31.0.0.nupkg.sha512"
|
||||
},
|
||||
"Dapper/2.1.28": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@ -1258,6 +1285,13 @@
|
||||
"path": "system.diagnostics.eventlog/8.0.0",
|
||||
"hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Linq.Async/4.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-WbiYEedFZeM+psmMyoCt1AKbZppAZg8Eq1ZTQ+521fGNeXqlgJj0tZYV5n1LsKRO5osQuitYxGNuzPTy3213sg==",
|
||||
"path": "system.linq.async/4.0.0",
|
||||
"hashPath": "system.linq.async.4.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Reflection.Metadata/1.6.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
139961083
|
||||
1746945455
|
Reference in New Issue
Block a user