diff --git a/.gitignore b/.gitignore index 2b8fe55..d67125a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,12 @@ *.swp *.swn *.swx +*.dll +*.exe +*.pdb +*.deps.json +*.runtimeconfig.json + # Ignore the node_modules directory node_modules/ diff --git a/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index f550437..0000000 Binary files a/bin/Debug/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100644 index 5babe39..0000000 Binary files a/bin/Debug/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/bin/Debug/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll b/bin/Debug/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll deleted file mode 100644 index 200c605..0000000 Binary files a/bin/Debug/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ diff --git a/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll b/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll deleted file mode 100644 index e9b1dd2..0000000 Binary files a/bin/Debug/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/bin/Debug/net9.0/Newtonsoft.Json.dll b/bin/Debug/net9.0/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/bin/Debug/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/bin/Debug/net9.0/ResourceMonitorService.deps.json b/bin/Debug/net9.0/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/ResourceMonitorService.dll b/bin/Debug/net9.0/ResourceMonitorService.dll deleted file mode 100644 index 5e5f1a5..0000000 Binary files a/bin/Debug/net9.0/ResourceMonitorService.dll and /dev/null differ diff --git a/bin/Debug/net9.0/ResourceMonitorService.exe b/bin/Debug/net9.0/ResourceMonitorService.exe deleted file mode 100644 index 29a2510..0000000 Binary files a/bin/Debug/net9.0/ResourceMonitorService.exe and /dev/null differ diff --git a/bin/Debug/net9.0/ResourceMonitorService.pdb b/bin/Debug/net9.0/ResourceMonitorService.pdb deleted file mode 100644 index 37002ef..0000000 Binary files a/bin/Debug/net9.0/ResourceMonitorService.pdb and /dev/null differ diff --git a/bin/Debug/net9.0/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 27e402f..0000000 --- a/bin/Debug/net9.0/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/System.CodeDom.dll b/bin/Debug/net9.0/System.CodeDom.dll deleted file mode 100644 index 09be203..0000000 Binary files a/bin/Debug/net9.0/System.CodeDom.dll and /dev/null differ diff --git a/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll b/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 89e4bfc..0000000 Binary files a/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll b/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index cb382f5..0000000 Binary files a/bin/Debug/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/bin/Debug/net9.0/System.Management.dll b/bin/Debug/net9.0/System.Management.dll deleted file mode 100644 index 4131b2c..0000000 Binary files a/bin/Debug/net9.0/System.Management.dll and /dev/null differ diff --git a/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll b/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 7ce63d1..0000000 Binary files a/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/bin/Debug/net9.0/System.ServiceProcess.ServiceController.dll b/bin/Debug/net9.0/System.ServiceProcess.ServiceController.dll deleted file mode 100644 index f64c689..0000000 Binary files a/bin/Debug/net9.0/System.ServiceProcess.ServiceController.dll and /dev/null differ diff --git a/bin/Debug/net9.0/appsettings.Development.json b/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/appsettings.json b/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/appsettings.json b/bin/Debug/net9.0/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Debug/net9.0/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/appsettings.json b/bin/Debug/net9.0/publish/publish/appsettings.json deleted file mode 100644 index f9a3e33..0000000 --- a/bin/Debug/net9.0/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/appsettings.json b/bin/Debug/net9.0/publish/publish/publish/appsettings.json deleted file mode 100644 index f9a3e33..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/appsettings.json b/bin/Debug/net9.0/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index f9a3e33..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/appsettings.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/appsettings.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.json b/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Debug/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll b/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index f7ca66c..0000000 Binary files a/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Management.dll b/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Management.dll deleted file mode 100644 index 961753e..0000000 Binary files a/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Management.dll and /dev/null differ diff --git a/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll b/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll deleted file mode 100644 index 7acb1f3..0000000 Binary files a/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll and /dev/null differ diff --git a/bin/Release/net9.0/Microsoft.AspNetCore.JsonPatch.dll b/bin/Release/net9.0/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index f550437..0000000 Binary files a/bin/Release/net9.0/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/bin/Release/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/bin/Release/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100644 index 5babe39..0000000 Binary files a/bin/Release/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/bin/Release/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll b/bin/Release/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll deleted file mode 100644 index 200c605..0000000 Binary files a/bin/Release/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ diff --git a/bin/Release/net9.0/Newtonsoft.Json.Bson.dll b/bin/Release/net9.0/Newtonsoft.Json.Bson.dll deleted file mode 100644 index e9b1dd2..0000000 Binary files a/bin/Release/net9.0/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/bin/Release/net9.0/Newtonsoft.Json.dll b/bin/Release/net9.0/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/bin/Release/net9.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/bin/Release/net9.0/ResourceMonitorService.deps.json b/bin/Release/net9.0/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/ResourceMonitorService.dll b/bin/Release/net9.0/ResourceMonitorService.dll deleted file mode 100644 index 2c8da30..0000000 Binary files a/bin/Release/net9.0/ResourceMonitorService.dll and /dev/null differ diff --git a/bin/Release/net9.0/ResourceMonitorService.exe b/bin/Release/net9.0/ResourceMonitorService.exe deleted file mode 100644 index e32a7f5..0000000 Binary files a/bin/Release/net9.0/ResourceMonitorService.exe and /dev/null differ diff --git a/bin/Release/net9.0/ResourceMonitorService.pdb b/bin/Release/net9.0/ResourceMonitorService.pdb deleted file mode 100644 index 25a15ed..0000000 Binary files a/bin/Release/net9.0/ResourceMonitorService.pdb and /dev/null differ diff --git a/bin/Release/net9.0/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/System.CodeDom.dll b/bin/Release/net9.0/System.CodeDom.dll deleted file mode 100644 index 09be203..0000000 Binary files a/bin/Release/net9.0/System.CodeDom.dll and /dev/null differ diff --git a/bin/Release/net9.0/System.Configuration.ConfigurationManager.dll b/bin/Release/net9.0/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 89e4bfc..0000000 Binary files a/bin/Release/net9.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/bin/Release/net9.0/System.Diagnostics.PerformanceCounter.dll b/bin/Release/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index cb382f5..0000000 Binary files a/bin/Release/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/bin/Release/net9.0/System.Management.dll b/bin/Release/net9.0/System.Management.dll deleted file mode 100644 index 4131b2c..0000000 Binary files a/bin/Release/net9.0/System.Management.dll and /dev/null differ diff --git a/bin/Release/net9.0/System.Security.Cryptography.ProtectedData.dll b/bin/Release/net9.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 7ce63d1..0000000 Binary files a/bin/Release/net9.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/bin/Release/net9.0/System.ServiceProcess.ServiceController.dll b/bin/Release/net9.0/System.ServiceProcess.ServiceController.dll deleted file mode 100644 index f64c689..0000000 Binary files a/bin/Release/net9.0/System.ServiceProcess.ServiceController.dll and /dev/null differ diff --git a/bin/Release/net9.0/appsettings.Development.json b/bin/Release/net9.0/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/appsettings.json b/bin/Release/net9.0/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Release/net9.0/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/appsettings.Development.json b/bin/Release/net9.0/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/appsettings.json b/bin/Release/net9.0/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Release/net9.0/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/appsettings.Development.json b/bin/Release/net9.0/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/publish/appsettings.json b/bin/Release/net9.0/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Release/net9.0/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/appsettings.Development.json b/bin/Release/net9.0/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/appsettings.json b/bin/Release/net9.0/publish/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Release/net9.0/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/appsettings.Development.json b/bin/Release/net9.0/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/appsettings.json b/bin/Release/net9.0/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index f9a3e33..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/appsettings.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index f9a3e33..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/appsettings.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index f9a3e33..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://localhost:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json deleted file mode 100644 index b2dcdb6..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.json b/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.json deleted file mode 100644 index 7d910a4..0000000 --- a/bin/Release/net9.0/publish/publish/publish/publish/publish/publish/publish/publish/appsettings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "RunAsWindowsService": true, - "Kestrel": { - "Endpoints": { - "Http": { - "Url": "http://*:5000" - } - } - } -} diff --git a/bin/Release/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll b/bin/Release/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index f7ca66c..0000000 Binary files a/bin/Release/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/bin/Release/net9.0/runtimes/win/lib/net9.0/System.Management.dll b/bin/Release/net9.0/runtimes/win/lib/net9.0/System.Management.dll deleted file mode 100644 index 961753e..0000000 Binary files a/bin/Release/net9.0/runtimes/win/lib/net9.0/System.Management.dll and /dev/null differ diff --git a/bin/Release/net9.0/runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll b/bin/Release/net9.0/runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll deleted file mode 100644 index 7acb1f3..0000000 Binary files a/bin/Release/net9.0/runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll and /dev/null differ diff --git a/obj/Debug/net9.0/Resource.4EF94619.Up2Date b/obj/Debug/net9.0/Resource.4EF94619.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfo.cs b/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfo.cs index 295abb9..301cb2e 100644 --- a/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfo.cs +++ b/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfo.cs @@ -10,7 +10,6 @@ using System; using System.Reflection; -[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("dotnet-ResourceMonitorService-ff17df27-9a94-433d-84e9-744dd4b626c2")] [assembly: System.Reflection.AssemblyCompanyAttribute("ResourceMonitorService")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfoInputs.cache b/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfoInputs.cache index 3147092..ccd185a 100644 --- a/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfoInputs.cache +++ b/obj/Debug/net9.0/ResourceMonitorService.AssemblyInfoInputs.cache @@ -1 +1 @@ -b331d637528b151c24189432c7e86019209ffeb58d10eec2b534d742e683f465 +64e97da166502b5616af8a0afd23c13327d9ec634922364a05e8037d38d0e65d diff --git a/obj/Debug/net9.0/ResourceMonitorService.assets.cache b/obj/Debug/net9.0/ResourceMonitorService.assets.cache deleted file mode 100644 index 2f4f490..0000000 Binary files a/obj/Debug/net9.0/ResourceMonitorService.assets.cache and /dev/null differ diff --git a/obj/Debug/net9.0/ResourceMonitorService.csproj.AssemblyReference.cache b/obj/Debug/net9.0/ResourceMonitorService.csproj.AssemblyReference.cache deleted file mode 100644 index b0cd156..0000000 Binary files a/obj/Debug/net9.0/ResourceMonitorService.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Debug/net9.0/ResourceMonitorService.csproj.CoreCompileInputs.cache b/obj/Debug/net9.0/ResourceMonitorService.csproj.CoreCompileInputs.cache deleted file mode 100644 index 146d6cc..0000000 --- a/obj/Debug/net9.0/ResourceMonitorService.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -726c875060c33aa0ff68458559fe9a541da5e8b9d94ef7ed31db0f34cf24d8b2 diff --git a/obj/Debug/net9.0/ResourceMonitorService.csproj.FileListAbsolute.txt b/obj/Debug/net9.0/ResourceMonitorService.csproj.FileListAbsolute.txt deleted file mode 100644 index 2983843..0000000 --- a/obj/Debug/net9.0/ResourceMonitorService.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,64 +0,0 @@ -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\ResourceMonitorService.exe -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\ResourceMonitorService.pdb -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.csproj.AssemblyReference.cache -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.GeneratedMSBuildEditorConfig.editorconfig -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.AssemblyInfoInputs.cache -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.AssemblyInfo.cs -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.csproj.CoreCompileInputs.cache -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\Resource.4EF94619.Up2Date -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\refint\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.pdb -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ResourceMonitorService.genruntimeconfig.cache -D:\din\dev\vmsvc\ResourceMonitorService\obj\Debug\net9.0\ref\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\Microsoft.AspNetCore.JsonPatch.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\Newtonsoft.Json.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\Newtonsoft.Json.Bson.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\System.Configuration.ConfigurationManager.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\System.Diagnostics.PerformanceCounter.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\System.Security.Cryptography.ProtectedData.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.PerformanceCounter.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\System.CodeDom.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\System.Management.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Management.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\Microsoft.Extensions.Hosting.WindowsServices.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\System.ServiceProcess.ServiceController.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.ServiceProcess.ServiceController.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Debug\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json diff --git a/obj/Debug/net9.0/ResourceMonitorService.dll b/obj/Debug/net9.0/ResourceMonitorService.dll deleted file mode 100644 index 5e5f1a5..0000000 Binary files a/obj/Debug/net9.0/ResourceMonitorService.dll and /dev/null differ diff --git a/obj/Debug/net9.0/ResourceMonitorService.genruntimeconfig.cache b/obj/Debug/net9.0/ResourceMonitorService.genruntimeconfig.cache deleted file mode 100644 index d4e4a75..0000000 --- a/obj/Debug/net9.0/ResourceMonitorService.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -c65d161a800b1338fd7f033a5bc5016a31718066a3178665c8d03d56bd044a0a diff --git a/obj/Debug/net9.0/ResourceMonitorService.pdb b/obj/Debug/net9.0/ResourceMonitorService.pdb deleted file mode 100644 index 37002ef..0000000 Binary files a/obj/Debug/net9.0/ResourceMonitorService.pdb and /dev/null differ diff --git a/obj/Debug/net9.0/apphost.exe b/obj/Debug/net9.0/apphost.exe deleted file mode 100644 index 29a2510..0000000 Binary files a/obj/Debug/net9.0/apphost.exe and /dev/null differ diff --git a/obj/Debug/net9.0/ref/ResourceMonitorService.dll b/obj/Debug/net9.0/ref/ResourceMonitorService.dll deleted file mode 100644 index c477503..0000000 Binary files a/obj/Debug/net9.0/ref/ResourceMonitorService.dll and /dev/null differ diff --git a/obj/Debug/net9.0/refint/ResourceMonitorService.dll b/obj/Debug/net9.0/refint/ResourceMonitorService.dll deleted file mode 100644 index c477503..0000000 Binary files a/obj/Debug/net9.0/refint/ResourceMonitorService.dll and /dev/null differ diff --git a/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9..0000000 --- a/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/obj/Release/net9.0/PublishOutputs.c0c4d6191d.txt b/obj/Release/net9.0/PublishOutputs.c0c4d6191d.txt deleted file mode 100644 index 92816bc..0000000 --- a/obj/Release/net9.0/PublishOutputs.c0c4d6191d.txt +++ /dev/null @@ -1,61 +0,0 @@ -D:\din\dev\vmsvc\ResourceMonitorService\publish\ResourceMonitorService.exe -D:\din\dev\vmsvc\ResourceMonitorService\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\publish\ResourceMonitorService.pdb -D:\din\dev\vmsvc\ResourceMonitorService\publish\Microsoft.AspNetCore.JsonPatch.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\Microsoft.Extensions.Hosting.WindowsServices.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\Newtonsoft.Json.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\Newtonsoft.Json.Bson.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\System.CodeDom.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\System.Configuration.ConfigurationManager.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\System.Diagnostics.PerformanceCounter.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\System.Management.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\System.Security.Cryptography.ProtectedData.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\System.ServiceProcess.ServiceController.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\runtimes\win\lib\net9.0\System.Diagnostics.PerformanceCounter.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\runtimes\win\lib\net9.0\System.Management.dll -D:\din\dev\vmsvc\ResourceMonitorService\publish\runtimes\win\lib\net9.0\System.ServiceProcess.ServiceController.dll diff --git a/obj/Release/net9.0/Resource.4EF94619.Up2Date b/obj/Release/net9.0/Resource.4EF94619.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/obj/Release/net9.0/ResourceMonitorService.AssemblyInfo.cs b/obj/Release/net9.0/ResourceMonitorService.AssemblyInfo.cs deleted file mode 100644 index 39f38d0..0000000 --- a/obj/Release/net9.0/ResourceMonitorService.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("dotnet-ResourceMonitorService-ff17df27-9a94-433d-84e9-744dd4b626c2")] -[assembly: System.Reflection.AssemblyCompanyAttribute("ResourceMonitorService")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7dc90104512834ceb810324f20a2b5d12de354c0")] -[assembly: System.Reflection.AssemblyProductAttribute("ResourceMonitorService")] -[assembly: System.Reflection.AssemblyTitleAttribute("ResourceMonitorService")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/obj/Release/net9.0/ResourceMonitorService.AssemblyInfoInputs.cache b/obj/Release/net9.0/ResourceMonitorService.AssemblyInfoInputs.cache deleted file mode 100644 index b21423b..0000000 --- a/obj/Release/net9.0/ResourceMonitorService.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -608e465b7ba84317d117e2f91b1dd0cbc27eb989794e186fbb1d28e072618ae2 diff --git a/obj/Release/net9.0/ResourceMonitorService.GeneratedMSBuildEditorConfig.editorconfig b/obj/Release/net9.0/ResourceMonitorService.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 0a19df5..0000000 --- a/obj/Release/net9.0/ResourceMonitorService.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = ResourceMonitorService -build_property.ProjectDir = D:\din\dev\vmsvc\ResourceMonitorService\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/obj/Release/net9.0/ResourceMonitorService.GlobalUsings.g.cs b/obj/Release/net9.0/ResourceMonitorService.GlobalUsings.g.cs deleted file mode 100644 index bb1f653..0000000 --- a/obj/Release/net9.0/ResourceMonitorService.GlobalUsings.g.cs +++ /dev/null @@ -1,12 +0,0 @@ -// -global using global::Microsoft.Extensions.Configuration; -global using global::Microsoft.Extensions.DependencyInjection; -global using global::Microsoft.Extensions.Hosting; -global using global::Microsoft.Extensions.Logging; -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/obj/Release/net9.0/ResourceMonitorService.assets.cache b/obj/Release/net9.0/ResourceMonitorService.assets.cache deleted file mode 100644 index 9aadb47..0000000 Binary files a/obj/Release/net9.0/ResourceMonitorService.assets.cache and /dev/null differ diff --git a/obj/Release/net9.0/ResourceMonitorService.csproj.AssemblyReference.cache b/obj/Release/net9.0/ResourceMonitorService.csproj.AssemblyReference.cache deleted file mode 100644 index b0cd156..0000000 Binary files a/obj/Release/net9.0/ResourceMonitorService.csproj.AssemblyReference.cache and /dev/null differ diff --git a/obj/Release/net9.0/ResourceMonitorService.csproj.CoreCompileInputs.cache b/obj/Release/net9.0/ResourceMonitorService.csproj.CoreCompileInputs.cache deleted file mode 100644 index 197e916..0000000 --- a/obj/Release/net9.0/ResourceMonitorService.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1af52bdd9e6c7ae4b6d31a261f96185fd951f20b46705dd1f9bffcb0144de11b diff --git a/obj/Release/net9.0/ResourceMonitorService.csproj.FileListAbsolute.txt b/obj/Release/net9.0/ResourceMonitorService.csproj.FileListAbsolute.txt deleted file mode 100644 index 84658c1..0000000 --- a/obj/Release/net9.0/ResourceMonitorService.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,72 +0,0 @@ -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.csproj.AssemblyReference.cache -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.GeneratedMSBuildEditorConfig.editorconfig -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.AssemblyInfoInputs.cache -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.AssemblyInfo.cs -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.csproj.CoreCompileInputs.cache -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\ResourceMonitorService.exe -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\ResourceMonitorService.pdb -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\Microsoft.AspNetCore.JsonPatch.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\Microsoft.Extensions.Hosting.WindowsServices.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\Newtonsoft.Json.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\Newtonsoft.Json.Bson.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\System.CodeDom.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\System.Configuration.ConfigurationManager.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\System.Diagnostics.PerformanceCounter.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\System.Management.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\System.Security.Cryptography.ProtectedData.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\System.ServiceProcess.ServiceController.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.PerformanceCounter.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\runtimes\win\lib\net9.0\System.Management.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\runtimes\win\lib\net9.0\System.ServiceProcess.ServiceController.dll -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\Resource.4EF94619.Up2Date -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\refint\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.pdb -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ResourceMonitorService.genruntimeconfig.cache -D:\din\dev\vmsvc\ResourceMonitorService\obj\Release\net9.0\ref\ResourceMonitorService.dll -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.Development.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\appsettings.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.deps.json -D:\din\dev\vmsvc\ResourceMonitorService\bin\Release\net9.0\publish\publish\publish\publish\publish\publish\publish\publish\publish\publish\ResourceMonitorService.runtimeconfig.json diff --git a/obj/Release/net9.0/ResourceMonitorService.dll b/obj/Release/net9.0/ResourceMonitorService.dll deleted file mode 100644 index 2c8da30..0000000 Binary files a/obj/Release/net9.0/ResourceMonitorService.dll and /dev/null differ diff --git a/obj/Release/net9.0/ResourceMonitorService.genruntimeconfig.cache b/obj/Release/net9.0/ResourceMonitorService.genruntimeconfig.cache deleted file mode 100644 index a2a7e68..0000000 --- a/obj/Release/net9.0/ResourceMonitorService.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -76506feffe8c71bef3f611b4745f5df66446df03ceaf5daf41c36ad81b7629f7 diff --git a/obj/Release/net9.0/ResourceMonitorService.pdb b/obj/Release/net9.0/ResourceMonitorService.pdb deleted file mode 100644 index 25a15ed..0000000 Binary files a/obj/Release/net9.0/ResourceMonitorService.pdb and /dev/null differ diff --git a/obj/Release/net9.0/apphost.exe b/obj/Release/net9.0/apphost.exe deleted file mode 100644 index e32a7f5..0000000 Binary files a/obj/Release/net9.0/apphost.exe and /dev/null differ diff --git a/obj/Release/net9.0/ref/ResourceMonitorService.dll b/obj/Release/net9.0/ref/ResourceMonitorService.dll deleted file mode 100644 index 3690821..0000000 Binary files a/obj/Release/net9.0/ref/ResourceMonitorService.dll and /dev/null differ diff --git a/obj/Release/net9.0/refint/ResourceMonitorService.dll b/obj/Release/net9.0/refint/ResourceMonitorService.dll deleted file mode 100644 index 3690821..0000000 Binary files a/obj/Release/net9.0/refint/ResourceMonitorService.dll and /dev/null differ diff --git a/obj/ResourceMonitorService.csproj.nuget.dgspec.json b/obj/ResourceMonitorService.csproj.nuget.dgspec.json deleted file mode 100644 index caa5afe..0000000 --- a/obj/ResourceMonitorService.csproj.nuget.dgspec.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "format": 1, - "restore": { -<<<<<<< HEAD - "C:\\Work\\DEV\\ResourceUsageAPI\\ResourceMonitorService.csproj": {} - }, - "projects": { - "C:\\Work\\DEV\\ResourceUsageAPI\\ResourceMonitorService.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Work\\DEV\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "projectName": "ResourceMonitorService", - "projectPath": "C:\\Work\\DEV\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "packagesPath": "C:\\Users\\dinxs\\.nuget\\packages\\", - "outputPath": "C:\\Work\\DEV\\ResourceUsageAPI\\obj\\", -======= - "C:\\din\\dev\\ResourceUsageAPI\\ResourceMonitorService.csproj": {} - }, - "projects": { - "C:\\din\\dev\\ResourceUsageAPI\\ResourceMonitorService.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\din\\dev\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "projectName": "ResourceMonitorService", - "projectPath": "C:\\din\\dev\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "packagesPath": "C:\\Users\\dinxs\\.nuget\\packages\\", - "outputPath": "C:\\din\\dev\\ResourceUsageAPI\\obj\\", ->>>>>>> 28da999de06ef6db877e7001bd19f327db1d0910 - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\dinxs\\AppData\\Roaming\\NuGet\\NuGet.Config" - ], - "originalTargetFrameworks": [ - "net9.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.100" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { - "target": "Package", - "version": "[9.0.0, )" - }, - "Microsoft.Extensions.Hosting": { - "target": "Package", - "version": "[9.0.0, )" - }, - "Microsoft.Extensions.Hosting.WindowsServices": { - "target": "Package", - "version": "[9.0.0, )" - }, - "System.Diagnostics.PerformanceCounter": { - "target": "Package", - "version": "[9.0.0, )" - }, - "System.Management": { - "target": "Package", - "version": "[9.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/obj/ResourceMonitorService.csproj.nuget.g.props b/obj/ResourceMonitorService.csproj.nuget.g.props deleted file mode 100644 index c4e38d0..0000000 --- a/obj/ResourceMonitorService.csproj.nuget.g.props +++ /dev/null @@ -1,18 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\dinxs\.nuget\packages\ - PackageReference - 6.12.2 - - - - - - - - \ No newline at end of file diff --git a/obj/ResourceMonitorService.csproj.nuget.g.targets b/obj/ResourceMonitorService.csproj.nuget.g.targets deleted file mode 100644 index a99b6ff..0000000 --- a/obj/ResourceMonitorService.csproj.nuget.g.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/obj/project.assets.json b/obj/project.assets.json deleted file mode 100644 index 8849817..0000000 --- a/obj/project.assets.json +++ /dev/null @@ -1,2176 +0,0 @@ -{ - "version": 3, - "targets": { - "net9.0": { - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "compile": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "compile": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "related": ".xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {}, - "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {} - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Hosting.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Console.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "compile": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - }, - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "related": ".pdb;.xml" - } - } - }, - "System.CodeDom/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/System.CodeDom.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "compile": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "compile": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Management/9.0.0": { - "type": "package", - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "compile": { - "lib/net9.0/System.Management.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "compile": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assetType": "runtime", - "rid": "win" - } - } - } - } - }, - "libraries": { - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "sha512": "/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "type": "package", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.AspNetCore.JsonPatch.dll", - "lib/net462/Microsoft.AspNetCore.JsonPatch.xml", - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll", - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.xml", - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll", - "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.xml", - "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", - "microsoft.aspnetcore.jsonpatch.nuspec" - ] - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "sha512": "pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "type": "package", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll", - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml", - "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", - "microsoft.aspnetcore.mvc.newtonsoftjson.nuspec" - ] - }, - "Microsoft.CSharp/4.7.0": { - "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "type": "package", - "path": "microsoft.csharp/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.xml", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/uap10.0.16299/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.7.0.nupkg.sha512", - "microsoft.csharp.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/Microsoft.CSharp.dll", - "ref/netstandard1.0/Microsoft.CSharp.xml", - "ref/netstandard1.0/de/Microsoft.CSharp.xml", - "ref/netstandard1.0/es/Microsoft.CSharp.xml", - "ref/netstandard1.0/fr/Microsoft.CSharp.xml", - "ref/netstandard1.0/it/Microsoft.CSharp.xml", - "ref/netstandard1.0/ja/Microsoft.CSharp.xml", - "ref/netstandard1.0/ko/Microsoft.CSharp.xml", - "ref/netstandard1.0/ru/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", - "ref/netstandard2.0/Microsoft.CSharp.dll", - "ref/netstandard2.0/Microsoft.CSharp.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/uap10.0.16299/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "sha512": "YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "type": "package", - "path": "microsoft.extensions.configuration/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "sha512": "lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "sha512": "RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "sha512": "qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "type": "package", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets", - "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml", - "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.commandline.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "sha512": "v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "type": "package", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.targets", - "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml", - "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.environmentvariables.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "sha512": "4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "sha512": "WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "sha512": "FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "type": "package", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets", - "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props", - "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets", - "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props", - "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets", - "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml", - "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512", - "microsoft.extensions.configuration.usersecrets.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "sha512": "MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "sha512": "+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "sha512": "0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "type": "package", - "path": "microsoft.extensions.diagnostics/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets", - "lib/net462/Microsoft.Extensions.Diagnostics.dll", - "lib/net462/Microsoft.Extensions.Diagnostics.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.xml", - "lib/net9.0/Microsoft.Extensions.Diagnostics.dll", - "lib/net9.0/Microsoft.Extensions.Diagnostics.xml", - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.dll", - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.xml", - "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512", - "microsoft.extensions.diagnostics.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "sha512": "1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "type": "package", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.xml", - "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512", - "microsoft.extensions.diagnostics.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "sha512": "uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "sha512": "3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "sha512": "jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "sha512": "wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "type": "package", - "path": "microsoft.extensions.hosting/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Hosting.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets", - "lib/net462/Microsoft.Extensions.Hosting.dll", - "lib/net462/Microsoft.Extensions.Hosting.xml", - "lib/net8.0/Microsoft.Extensions.Hosting.dll", - "lib/net8.0/Microsoft.Extensions.Hosting.xml", - "lib/net9.0/Microsoft.Extensions.Hosting.dll", - "lib/net9.0/Microsoft.Extensions.Hosting.xml", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml", - "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll", - "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml", - "microsoft.extensions.hosting.9.0.0.nupkg.sha512", - "microsoft.extensions.hosting.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "sha512": "yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "type": "package", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml", - "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", - "microsoft.extensions.hosting.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "sha512": "OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "type": "package", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Hosting.WindowsServices.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.WindowsServices.targets", - "lib/net462/Microsoft.Extensions.Hosting.WindowsServices.dll", - "lib/net462/Microsoft.Extensions.Hosting.WindowsServices.xml", - "lib/net8.0/Microsoft.Extensions.Hosting.WindowsServices.dll", - "lib/net8.0/Microsoft.Extensions.Hosting.WindowsServices.xml", - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll", - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.xml", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.WindowsServices.dll", - "lib/netstandard2.0/Microsoft.Extensions.Hosting.WindowsServices.xml", - "lib/netstandard2.1/Microsoft.Extensions.Hosting.WindowsServices.dll", - "lib/netstandard2.1/Microsoft.Extensions.Hosting.WindowsServices.xml", - "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512", - "microsoft.extensions.hosting.windowsservices.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging/9.0.0": { - "sha512": "crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "type": "package", - "path": "microsoft.extensions.logging/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/net9.0/Microsoft.Extensions.Logging.dll", - "lib/net9.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "sha512": "g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "sha512": "H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "type": "package", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets", - "lib/net462/Microsoft.Extensions.Logging.Configuration.dll", - "lib/net462/Microsoft.Extensions.Logging.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Configuration.xml", - "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll", - "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml", - "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.configuration.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "sha512": "yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "type": "package", - "path": "microsoft.extensions.logging.console/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets", - "lib/net462/Microsoft.Extensions.Logging.Console.dll", - "lib/net462/Microsoft.Extensions.Logging.Console.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Console.xml", - "lib/net9.0/Microsoft.Extensions.Logging.Console.dll", - "lib/net9.0/Microsoft.Extensions.Logging.Console.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", - "microsoft.extensions.logging.console.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.console.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "sha512": "4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "type": "package", - "path": "microsoft.extensions.logging.debug/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets", - "lib/net462/Microsoft.Extensions.Logging.Debug.dll", - "lib/net462/Microsoft.Extensions.Logging.Debug.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml", - "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll", - "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.debug.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "sha512": "/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "type": "package", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets", - "lib/net462/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net462/Microsoft.Extensions.Logging.EventLog.xml", - "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml", - "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll", - "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml", - "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.eventlog.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "sha512": "zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "type": "package", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets", - "lib/net462/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net462/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml", - "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512", - "microsoft.extensions.logging.eventsource.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Options/9.0.0": { - "sha512": "y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "type": "package", - "path": "microsoft.extensions.options/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net8.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/net9.0/Microsoft.Extensions.Options.dll", - "lib/net9.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.9.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "sha512": "Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "type": "package", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "sha512": "N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "type": "package", - "path": "microsoft.extensions.primitives/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/net9.0/Microsoft.Extensions.Primitives.dll", - "lib/net9.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "type": "package", - "path": "newtonsoft.json/13.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - }, - "Newtonsoft.Json.Bson/1.0.2": { - "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "type": "package", - "path": "newtonsoft.json.bson/1.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "lib/net45/Newtonsoft.Json.Bson.dll", - "lib/net45/Newtonsoft.Json.Bson.pdb", - "lib/net45/Newtonsoft.Json.Bson.xml", - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", - "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", - "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", - "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", - "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", - "newtonsoft.json.bson.1.0.2.nupkg.sha512", - "newtonsoft.json.bson.nuspec" - ] - }, - "System.CodeDom/9.0.0": { - "sha512": "oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "type": "package", - "path": "system.codedom/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.CodeDom.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.CodeDom.targets", - "lib/net462/System.CodeDom.dll", - "lib/net462/System.CodeDom.xml", - "lib/net8.0/System.CodeDom.dll", - "lib/net8.0/System.CodeDom.xml", - "lib/net9.0/System.CodeDom.dll", - "lib/net9.0/System.CodeDom.xml", - "lib/netstandard2.0/System.CodeDom.dll", - "lib/netstandard2.0/System.CodeDom.xml", - "system.codedom.9.0.0.nupkg.sha512", - "system.codedom.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "sha512": "PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "type": "package", - "path": "system.configuration.configurationmanager/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", - "lib/net462/System.Configuration.ConfigurationManager.dll", - "lib/net462/System.Configuration.ConfigurationManager.xml", - "lib/net8.0/System.Configuration.ConfigurationManager.dll", - "lib/net8.0/System.Configuration.ConfigurationManager.xml", - "lib/net9.0/System.Configuration.ConfigurationManager.dll", - "lib/net9.0/System.Configuration.ConfigurationManager.xml", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.9.0.0.nupkg.sha512", - "system.configuration.configurationmanager.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Diagnostics.EventLog/9.0.0": { - "sha512": "qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "type": "package", - "path": "system.diagnostics.eventlog/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.EventLog.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "lib/net462/System.Diagnostics.EventLog.dll", - "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net8.0/System.Diagnostics.EventLog.dll", - "lib/net8.0/System.Diagnostics.EventLog.xml", - "lib/net9.0/System.Diagnostics.EventLog.dll", - "lib/net9.0/System.Diagnostics.EventLog.xml", - "lib/netstandard2.0/System.Diagnostics.EventLog.dll", - "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.9.0.0.nupkg.sha512", - "system.diagnostics.eventlog.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "sha512": "1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "type": "package", - "path": "system.diagnostics.performancecounter/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.PerformanceCounter.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.PerformanceCounter.targets", - "lib/net462/System.Diagnostics.PerformanceCounter.dll", - "lib/net462/System.Diagnostics.PerformanceCounter.xml", - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll", - "lib/net8.0/System.Diagnostics.PerformanceCounter.xml", - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll", - "lib/net9.0/System.Diagnostics.PerformanceCounter.xml", - "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll", - "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.xml", - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.xml", - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll", - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.xml", - "system.diagnostics.performancecounter.9.0.0.nupkg.sha512", - "system.diagnostics.performancecounter.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Management/9.0.0": { - "sha512": "bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "type": "package", - "path": "system.management/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Management.targets", - "lib/net462/_._", - "lib/net8.0/System.Management.dll", - "lib/net8.0/System.Management.xml", - "lib/net9.0/System.Management.dll", - "lib/net9.0/System.Management.xml", - "lib/netstandard2.0/System.Management.dll", - "lib/netstandard2.0/System.Management.xml", - "runtimes/win/lib/net8.0/System.Management.dll", - "runtimes/win/lib/net8.0/System.Management.xml", - "runtimes/win/lib/net9.0/System.Management.dll", - "runtimes/win/lib/net9.0/System.Management.xml", - "system.management.9.0.0.nupkg.sha512", - "system.management.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "sha512": "CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "type": "package", - "path": "system.security.cryptography.protecteddata/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Security.Cryptography.ProtectedData.dll", - "lib/net462/System.Security.Cryptography.ProtectedData.xml", - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net9.0/System.Security.Cryptography.ProtectedData.xml", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "sha512": "ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "type": "package", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.ServiceProcess.ServiceController.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.ServiceProcess.ServiceController.targets", - "lib/net462/System.ServiceProcess.ServiceController.dll", - "lib/net462/System.ServiceProcess.ServiceController.xml", - "lib/net8.0/System.ServiceProcess.ServiceController.dll", - "lib/net8.0/System.ServiceProcess.ServiceController.xml", - "lib/net9.0/System.ServiceProcess.ServiceController.dll", - "lib/net9.0/System.ServiceProcess.ServiceController.xml", - "lib/netstandard2.0/System.ServiceProcess.ServiceController.dll", - "lib/netstandard2.0/System.ServiceProcess.ServiceController.xml", - "runtimes/win/lib/net8.0/System.ServiceProcess.ServiceController.dll", - "runtimes/win/lib/net8.0/System.ServiceProcess.ServiceController.xml", - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll", - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.xml", - "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512", - "system.serviceprocess.servicecontroller.nuspec", - "useSharedDesignerContext.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net9.0": [ - "Microsoft.AspNetCore.Mvc.NewtonsoftJson >= 9.0.0", - "Microsoft.Extensions.Hosting >= 9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices >= 9.0.0", - "System.Diagnostics.PerformanceCounter >= 9.0.0", - "System.Management >= 9.0.0" - ] - }, - "packageFolders": { - "C:\\Users\\dinxs\\.nuget\\packages\\": {} - }, - "project": { - "version": "1.0.0", - "restore": { -<<<<<<< HEAD - "projectUniqueName": "C:\\Work\\DEV\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "projectName": "ResourceMonitorService", - "projectPath": "C:\\Work\\DEV\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "packagesPath": "C:\\Users\\dinxs\\.nuget\\packages\\", - "outputPath": "C:\\Work\\DEV\\ResourceUsageAPI\\obj\\", -======= - "projectUniqueName": "C:\\din\\dev\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "projectName": "ResourceMonitorService", - "projectPath": "C:\\din\\dev\\ResourceUsageAPI\\ResourceMonitorService.csproj", - "packagesPath": "C:\\Users\\dinxs\\.nuget\\packages\\", - "outputPath": "C:\\din\\dev\\ResourceUsageAPI\\obj\\", ->>>>>>> 28da999de06ef6db877e7001bd19f327db1d0910 - "projectStyle": "PackageReference", - "configFilePaths": [ - "C:\\Users\\dinxs\\AppData\\Roaming\\NuGet\\NuGet.Config" - ], - "originalTargetFrameworks": [ - "net9.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.100" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": { - "target": "Package", - "version": "[9.0.0, )" - }, - "Microsoft.Extensions.Hosting": { - "target": "Package", - "version": "[9.0.0, )" - }, - "Microsoft.Extensions.Hosting.WindowsServices": { - "target": "Package", - "version": "[9.0.0, )" - }, - "System.Diagnostics.PerformanceCounter": { - "target": "Package", - "version": "[9.0.0, )" - }, - "System.Management": { - "target": "Package", - "version": "[9.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.101/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache deleted file mode 100644 index e7d148b..0000000 --- a/obj/project.nuget.cache +++ /dev/null @@ -1,55 +0,0 @@ -{ - "version": 2, -<<<<<<< HEAD - "dgSpecHash": "21qKVFLqEJQ=", - "success": true, - "projectFilePath": "C:\\Work\\DEV\\ResourceUsageAPI\\ResourceMonitorService.csproj", -======= - "dgSpecHash": "c9QUeYvHFTQ=", - "success": true, - "projectFilePath": "C:\\din\\dev\\ResourceUsageAPI\\ResourceMonitorService.csproj", ->>>>>>> 28da999de06ef6db877e7001bd19f327db1d0910 - "expectedPackageFiles": [ - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.aspnetcore.jsonpatch\\9.0.0\\microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.aspnetcore.mvc.newtonsoftjson\\9.0.0\\microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration\\9.0.0\\microsoft.extensions.configuration.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.0\\microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration.binder\\9.0.0\\microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration.commandline\\9.0.0\\microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration.environmentvariables\\9.0.0\\microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\9.0.0\\microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration.json\\9.0.0\\microsoft.extensions.configuration.json.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.configuration.usersecrets\\9.0.0\\microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\9.0.0\\microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\9.0.0\\microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.diagnostics\\9.0.0\\microsoft.extensions.diagnostics.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.diagnostics.abstractions\\9.0.0\\microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\9.0.0\\microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\9.0.0\\microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\9.0.0\\microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.hosting\\9.0.0\\microsoft.extensions.hosting.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\9.0.0\\microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.hosting.windowsservices\\9.0.0\\microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.logging\\9.0.0\\microsoft.extensions.logging.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\9.0.0\\microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.logging.configuration\\9.0.0\\microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.logging.console\\9.0.0\\microsoft.extensions.logging.console.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.logging.debug\\9.0.0\\microsoft.extensions.logging.debug.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.logging.eventlog\\9.0.0\\microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.logging.eventsource\\9.0.0\\microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.options\\9.0.0\\microsoft.extensions.options.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.options.configurationextensions\\9.0.0\\microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.0\\microsoft.extensions.primitives.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\system.codedom\\9.0.0\\system.codedom.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\system.configuration.configurationmanager\\9.0.0\\system.configuration.configurationmanager.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\system.diagnostics.eventlog\\9.0.0\\system.diagnostics.eventlog.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\system.diagnostics.performancecounter\\9.0.0\\system.diagnostics.performancecounter.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\system.management\\9.0.0\\system.management.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\system.security.cryptography.protecteddata\\9.0.0\\system.security.cryptography.protecteddata.9.0.0.nupkg.sha512", - "C:\\Users\\dinxs\\.nuget\\packages\\system.serviceprocess.servicecontroller\\9.0.0\\system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/publish/Microsoft.AspNetCore.JsonPatch.dll b/publish/Microsoft.AspNetCore.JsonPatch.dll deleted file mode 100644 index f550437..0000000 Binary files a/publish/Microsoft.AspNetCore.JsonPatch.dll and /dev/null differ diff --git a/publish/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll b/publish/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted file mode 100644 index 5babe39..0000000 Binary files a/publish/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll and /dev/null differ diff --git a/publish/Microsoft.Extensions.Hosting.WindowsServices.dll b/publish/Microsoft.Extensions.Hosting.WindowsServices.dll deleted file mode 100644 index 200c605..0000000 Binary files a/publish/Microsoft.Extensions.Hosting.WindowsServices.dll and /dev/null differ diff --git a/publish/Newtonsoft.Json.Bson.dll b/publish/Newtonsoft.Json.Bson.dll deleted file mode 100644 index e9b1dd2..0000000 Binary files a/publish/Newtonsoft.Json.Bson.dll and /dev/null differ diff --git a/publish/Newtonsoft.Json.dll b/publish/Newtonsoft.Json.dll deleted file mode 100644 index d035c38..0000000 Binary files a/publish/Newtonsoft.Json.dll and /dev/null differ diff --git a/publish/ResourceMonitorService.deps.json b/publish/ResourceMonitorService.deps.json deleted file mode 100644 index 5859ccf..0000000 --- a/publish/ResourceMonitorService.deps.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "ResourceMonitorService/1.0.0": { - "dependencies": { - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "9.0.0", - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Hosting.WindowsServices": "9.0.0", - "System.Diagnostics.PerformanceCounter": "9.0.0", - "System.Management": "9.0.0" - }, - "runtime": { - "ResourceMonitorService.dll": {} - } - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.JsonPatch.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "9.0.0", - "Newtonsoft.Json": "13.0.3", - "Newtonsoft.Json.Bson": "1.0.2" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52903" - } - } - }, - "Microsoft.CSharp/4.7.0": {}, - "Microsoft.Extensions.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {}, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": {}, - "Microsoft.Extensions.Hosting/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Configuration.CommandLine": "9.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.0", - "Microsoft.Extensions.Configuration.Json": "9.0.0", - "Microsoft.Extensions.Configuration.UserSecrets": "9.0.0", - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Physical": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Logging.Console": "9.0.0", - "Microsoft.Extensions.Logging.Debug": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "Microsoft.Extensions.Logging.EventSource": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Hosting": "9.0.0", - "Microsoft.Extensions.Logging.EventLog": "9.0.0", - "System.ServiceProcess.ServiceController": "9.0.0" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Hosting.WindowsServices.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "Microsoft.Extensions.Logging/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "System.Diagnostics.EventLog": "9.0.0" - } - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options/9.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.0", - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Options": "9.0.0", - "Microsoft.Extensions.Primitives": "9.0.0" - } - }, - "Microsoft.Extensions.Primitives/9.0.0": {}, - "Newtonsoft.Json/13.0.3": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.3.27908" - } - } - }, - "Newtonsoft.Json.Bson/1.0.2": { - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.2.22727" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0", - "System.Security.Cryptography.ProtectedData": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Diagnostics.EventLog/9.0.0": {}, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.PerformanceCounter.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Management/9.0.0": { - "dependencies": { - "System.CodeDom": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Management.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Management.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.ServiceProcess.ServiceController.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - } - } - }, - "libraries": { - "ResourceMonitorService/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Microsoft.AspNetCore.JsonPatch/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/4UONYoAIeexPoAmbzBPkVGA6KAY7t0BM+1sr0fKss2V1ERCdcM+Llub4X5Ma+LJ60oPp6KzM0e3j+Pp/JHCNw==", - "path": "microsoft.aspnetcore.jsonpatch/9.0.0", - "hashPath": "microsoft.aspnetcore.jsonpatch.9.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTFDEmZi3GheCSPrBxzyE63+d5unln2vYldo/nOm1xet/4rpEk2oJYcwpclPQ13E+LZBF9XixkgwYTUwqznlWg==", - "path": "microsoft.aspnetcore.mvc.newtonsoftjson/9.0.0", - "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.9.0.0.nupkg.sha512" - }, - "Microsoft.CSharp/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", - "path": "microsoft.csharp/4.7.0", - "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==", - "path": "microsoft.extensions.configuration/9.0.0", - "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==", - "path": "microsoft.extensions.configuration.binder/9.0.0", - "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.CommandLine/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qD+hdkBtR9Ps7AxfhTJCnoVakkadHgHlD1WRN0QHGHod+SDuca1ao1kF4G2rmpAz2AEKrE2N2vE8CCCZ+ILnNw==", - "path": "microsoft.extensions.configuration.commandline/9.0.0", - "hashPath": "microsoft.extensions.configuration.commandline.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v5R638eNMxksfXb7MFnkPwLPp+Ym4W/SIGNuoe8qFVVyvygQD5DdLusybmYSJEr9zc1UzWzim/ATKeIOVvOFDg==", - "path": "microsoft.extensions.configuration.environmentvariables/9.0.0", - "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EK93Jcd2lQG4GY6PAw8jGss0ZzFP0vPc1J85mES5fKNuDTqgFXHba9onBw2s18fs3I4vdo2AWyfD1mPAxWSQQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-WiTK0LrnsqmedrbzwL7f4ZUo+/wByqy2eKab39I380i2rd8ImfCRMrtkqJVGDmfqlkP/YzhckVOwPc5MPrSNpg==", - "path": "microsoft.extensions.configuration.json/9.0.0", - "hashPath": "microsoft.extensions.configuration.json.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.UserSecrets/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FShWw8OysquwV7wQHYkkz0VWsJSo6ETUu4h7tJRMtnG0uR+tzKOldhcO8xB1pGSOI3Ng6v3N1Q94YO8Rzq1P6A==", - "path": "microsoft.extensions.configuration.usersecrets/9.0.0", - "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==", - "path": "microsoft.extensions.dependencyinjection/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0CF9ZrNw5RAlRfbZuVIvzzhP8QeWqHiUmMBU/2H7Nmit8/vwP3/SbHeEctth7D4Gz2fBnEbokPc1NU8/j/1ZLw==", - "path": "microsoft.extensions.diagnostics/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==", - "path": "microsoft.extensions.diagnostics.abstractions/9.0.0", - "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uK439QzYR0q2emLVtYzwyK3x+T5bTY4yWsd/k/ZUS9LR6Sflp8MIdhGXW8kQCd86dQD4tLqvcbLkku8qHY263Q==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3+ZUSpOSmie+o8NnLIRqCxSh65XL/ExU7JYnFOg58awDRlY3lVpZ9A369jkoZL1rpsq7LDhEfkn2ghhGaY1y5Q==", - "path": "microsoft.extensions.fileproviders.physical/9.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jGFKZiXs2HNseK3NK/rfwHNNovER71jSj4BD1a/649ml9+h6oEtYd0GSALZDNW8jZ2Rh+oAeadOa6sagYW1F2A==", - "path": "microsoft.extensions.filesystemglobbing/9.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wNmQWRCa83HYbpxQ3wH7xBn8oyGjONSj1k8svzrFUFyJMfg/Ja/g0NfI0p85wxlUxBh97A6ypmL8X5vVUA5y2Q==", - "path": "microsoft.extensions.hosting/9.0.0", - "hashPath": "microsoft.extensions.hosting.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yUKJgu81ExjvqbNWqZKshBbLntZMbMVz/P7Way2SBx7bMqA08Mfdc9O7hWDKAiSp+zPUGT6LKcSCQIPeDK+CCw==", - "path": "microsoft.extensions.hosting.abstractions/9.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Hosting.WindowsServices/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OQ7aTejEpkj1OPibhvKYhygUSoKQ+O5YYuBmJxOCC3+F5v7d4szYfvOGd8aegK8/ARFTJqpeXZq1wyIwEza6lg==", - "path": "microsoft.extensions.hosting.windowsservices/9.0.0", - "hashPath": "microsoft.extensions.hosting.windowsservices.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==", - "path": "microsoft.extensions.logging/9.0.0", - "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==", - "path": "microsoft.extensions.logging.abstractions/9.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Configuration/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==", - "path": "microsoft.extensions.logging.configuration/9.0.0", - "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Console/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yDZ4zsjl7N0K+R/1QTNpXBd79Kaf4qNLHtjk4NaG82UtNg2Z6etJywwv6OarOv3Rp7ocU7uIaRY4CrzHRO/d3w==", - "path": "microsoft.extensions.logging.console/9.0.0", - "hashPath": "microsoft.extensions.logging.console.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Debug/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4wGlHsrLhYjLw4sFkfRixu2w4DK7dv60OjbvgbLGhUJk0eUPxYHhnszZ/P18nnAkfrPryvtOJ3ZTVev0kpqM6A==", - "path": "microsoft.extensions.logging.debug/9.0.0", - "hashPath": "microsoft.extensions.logging.debug.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/B8I5bScondnLMNULA3PBu/7Gvmv/P7L83j7gVrmLh6R+HCgHqUNIwVvzCok4ZjIXN2KxrsONHjFYwoBK5EJgQ==", - "path": "microsoft.extensions.logging.eventlog/9.0.0", - "hashPath": "microsoft.extensions.logging.eventlog.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.EventSource/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zvSjdOAb3HW3aJPM5jf+PR9UoIkoci9id80RXmBgrDEozWI0GDw8tdmpyZgZSwFDvGCwHFodFLNQaeH8879rlA==", - "path": "microsoft.extensions.logging.eventsource/9.0.0", - "hashPath": "microsoft.extensions.logging.eventsource.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==", - "path": "microsoft.extensions.options/9.0.0", - "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==", - "path": "microsoft.extensions.options.configurationextensions/9.0.0", - "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==", - "path": "microsoft.extensions.primitives/9.0.0", - "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "path": "newtonsoft.json/13.0.3", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" - }, - "Newtonsoft.Json.Bson/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", - "path": "newtonsoft.json.bson/1.0.2", - "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512" - }, - "System.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==", - "path": "system.configuration.configurationmanager/9.0.0", - "hashPath": "system.configuration.configurationmanager.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.EventLog/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qd01+AqPhbAG14KtdtIqFk+cxHQFZ/oqRSCoxU1F+Q6Kv0cl726sl7RzU9yLFGd4BUOKdN4XojXF0pQf/R6YeA==", - "path": "system.diagnostics.eventlog/9.0.0", - "hashPath": "system.diagnostics.eventlog.9.0.0.nupkg.sha512" - }, - "System.Diagnostics.PerformanceCounter/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1SSqHtWZUdAC0j0UCw2ZWV4iOWB7nPZFkseqPsjdaypVu7ue1xsUJMobXkpHEDFNTrL0DpOdT7k6qDfqmFkQ6g==", - "path": "system.diagnostics.performancecounter/9.0.0", - "hashPath": "system.diagnostics.performancecounter.9.0.0.nupkg.sha512" - }, - "System.Management/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==", - "path": "system.management/9.0.0", - "hashPath": "system.management.9.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==", - "path": "system.security.cryptography.protecteddata/9.0.0", - "hashPath": "system.security.cryptography.protecteddata.9.0.0.nupkg.sha512" - }, - "System.ServiceProcess.ServiceController/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ciFstNZEWYf40HbwzdQLdgQpgpnjkleC1z0jMqBKRdkEQqQ6I/Aht0x9fTBODnaQTtcF+scvrdimoDbfNap/aQ==", - "path": "system.serviceprocess.servicecontroller/9.0.0", - "hashPath": "system.serviceprocess.servicecontroller.9.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/publish/ResourceMonitorService.dll b/publish/ResourceMonitorService.dll deleted file mode 100644 index 2c8da30..0000000 Binary files a/publish/ResourceMonitorService.dll and /dev/null differ diff --git a/publish/ResourceMonitorService.exe b/publish/ResourceMonitorService.exe deleted file mode 100644 index e32a7f5..0000000 Binary files a/publish/ResourceMonitorService.exe and /dev/null differ diff --git a/publish/ResourceMonitorService.pdb b/publish/ResourceMonitorService.pdb deleted file mode 100644 index 25a15ed..0000000 Binary files a/publish/ResourceMonitorService.pdb and /dev/null differ diff --git a/publish/ResourceMonitorService.runtimeconfig.json b/publish/ResourceMonitorService.runtimeconfig.json deleted file mode 100644 index 2e59683..0000000 --- a/publish/ResourceMonitorService.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/publish/System.CodeDom.dll b/publish/System.CodeDom.dll deleted file mode 100644 index 09be203..0000000 Binary files a/publish/System.CodeDom.dll and /dev/null differ diff --git a/publish/System.Configuration.ConfigurationManager.dll b/publish/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 89e4bfc..0000000 Binary files a/publish/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/publish/System.Diagnostics.PerformanceCounter.dll b/publish/System.Diagnostics.PerformanceCounter.dll deleted file mode 100644 index cb382f5..0000000 Binary files a/publish/System.Diagnostics.PerformanceCounter.dll and /dev/null differ diff --git a/publish/System.Management.dll b/publish/System.Management.dll deleted file mode 100644 index 4131b2c..0000000 Binary files a/publish/System.Management.dll and /dev/null differ diff --git a/publish/System.Security.Cryptography.ProtectedData.dll b/publish/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 7ce63d1..0000000 Binary files a/publish/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/publish/System.ServiceProcess.ServiceController.dll b/publish/System.ServiceProcess.ServiceController.dll deleted file mode 100644 index f64c689..0000000 Binary files a/publish/System.ServiceProcess.ServiceController.dll and /dev/null differ diff --git a/publish/start b/publish/start deleted file mode 100644 index 9af41f1..0000000 --- a/publish/start +++ /dev/null @@ -1 +0,0 @@ -ResourceMonitorService diff --git a/publish/stop b/publish/stop deleted file mode 100644 index 9af41f1..0000000 --- a/publish/stop +++ /dev/null @@ -1 +0,0 @@ -ResourceMonitorService