Add steam running games
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"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"
|
||||
},
|
||||
@@ -163,6 +164,19 @@
|
||||
"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",
|
||||
@@ -322,6 +336,25 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -471,6 +504,13 @@
|
||||
"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,
|
||||
@@ -596,6 +636,13 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user