diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c01f4a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +DiscordQueryPackaging/bin/ +DiscordQueryBot/bin/ +DiscordQueryBot/bin diff --git a/DiscordQueryBot/bin/Debug/net7.0/A2S.dll b/DiscordQueryBot/bin/Debug/net7.0/A2S.dll deleted file mode 100644 index 5677e47..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/A2S.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Aliyun.OSS.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/Aliyun.OSS.Core.dll deleted file mode 100644 index c0a4425..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Aliyun.OSS.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/BouncyCastle.Crypto.dll b/DiscordQueryBot/bin/Debug/net7.0/BouncyCastle.Crypto.dll deleted file mode 100644 index 395228b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/BouncyCastle.Crypto.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/CSRedisCore.dll b/DiscordQueryBot/bin/Debug/net7.0/CSRedisCore.dll deleted file mode 100644 index 0656008..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/CSRedisCore.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Commands.dll b/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Commands.dll deleted file mode 100644 index dd5a4da..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Commands.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Core.dll deleted file mode 100644 index ba0ab65..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Interactions.dll b/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Interactions.dll deleted file mode 100644 index 2b60feb..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Interactions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Rest.dll b/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Rest.dll deleted file mode 100644 index b736722..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Rest.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.WebSocket.dll b/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.WebSocket.dll deleted file mode 100644 index b1c3bc3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.WebSocket.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Webhook.dll b/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Webhook.dll deleted file mode 100644 index 090bc6d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Discord.Net.Webhook.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.deps.json b/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.deps.json deleted file mode 100644 index 23a7cb0..0000000 --- a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.deps.json +++ /dev/null @@ -1,965 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v7.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v7.0": { - "DiscordQueryBot/1.0.0": { - "dependencies": { - "A2S": "1.0.2", - "Discord.Net": "3.12.0", - "LightDB": "2.0.3", - "LiteDB": "5.0.17", - "SteamStorefrontAPI": "2.0.1.171" - }, - "runtime": { - "DiscordQueryBot.dll": {} - } - }, - "A2S/1.0.2": { - "runtime": { - "lib/net5.0/A2S.dll": { - "assemblyVersion": "1.0.1.0", - "fileVersion": "1.0.1.0" - } - } - }, - "Aliyun.OSS.SDK.NetCore/2.13.0": { - "runtime": { - "lib/netstandard2.0/Aliyun.OSS.Core.dll": { - "assemblyVersion": "2.13.0.0", - "fileVersion": "2.13.0.0" - } - } - }, - "BouncyCastle.NetCore/1.8.5": { - "runtime": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": { - "assemblyVersion": "1.8.5.0", - "fileVersion": "1.8.19031.1" - } - } - }, - "CSRedisCore/3.6.6": { - "dependencies": { - "Newtonsoft.Json": "13.0.2", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/CSRedisCore.dll": { - "assemblyVersion": "3.6.6.0", - "fileVersion": "3.6.6.0" - } - } - }, - "Discord.Net/3.12.0": { - "dependencies": { - "Discord.Net.Commands": "3.12.0", - "Discord.Net.Core": "3.12.0", - "Discord.Net.Interactions": "3.12.0", - "Discord.Net.Rest": "3.12.0", - "Discord.Net.WebSocket": "3.12.0", - "Discord.Net.Webhook": "3.12.0" - } - }, - "Discord.Net.Commands/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Commands.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Core/3.12.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.2", - "System.Collections.Immutable": "5.0.0", - "System.Interactive.Async": "5.0.0", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Core.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Interactions/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0", - "Discord.Net.WebSocket": "3.12.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Reactive": "5.0.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Interactions.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Rest/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Rest.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Webhook/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Webhook.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.WebSocket/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.WebSocket.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Google.Protobuf/3.19.4": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.19.4.0", - "fileVersion": "3.19.4.0" - } - } - }, - "K4os.Compression.LZ4/1.2.6": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.2.6.0", - "fileVersion": "1.2.6.0" - } - } - }, - "K4os.Compression.LZ4.Streams/1.2.6": { - "dependencies": { - "K4os.Compression.LZ4": "1.2.6", - "K4os.Hash.xxHash": "1.0.6" - }, - "runtime": { - "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": { - "assemblyVersion": "1.2.6.0", - "fileVersion": "1.2.6.0" - } - } - }, - "K4os.Hash.xxHash/1.0.6": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/K4os.Hash.xxHash.dll": { - "assemblyVersion": "1.0.6.0", - "fileVersion": "1.0.6.0" - } - } - }, - "LightDB/2.0.3": { - "dependencies": { - "Aliyun.OSS.SDK.NetCore": "2.13.0", - "CSRedisCore": "3.6.6", - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "MySql.Data": "8.0.29", - "MySqlConnector": "2.1.9", - "System.Data.SqlClient": "4.8.2" - }, - "runtime": { - "lib/netcoreapp3.1/LightDB.dll": { - "assemblyVersion": "1.0.12.0", - "fileVersion": "1.0.12.0" - } - } - }, - "LiteDB/5.0.17": { - "runtime": { - "lib/netstandard2.0/LiteDB.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.17.0" - } - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "runtime": { - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "MySql.Data/8.0.29": { - "dependencies": { - "BouncyCastle.NetCore": "1.8.5", - "Google.Protobuf": "3.19.4", - "K4os.Compression.LZ4.Streams": "1.2.6", - "System.Buffers": "4.5.1", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Runtime.CompilerServices.Unsafe": "5.0.0", - "System.Security.Permissions": "4.7.0", - "System.Text.Encoding.CodePages": "4.4.0" - }, - "runtime": { - "lib/net6.0/MySql.Data.dll": { - "assemblyVersion": "8.0.29.0", - "fileVersion": "8.0.29.0" - }, - "lib/net6.0/Ubiety.Dns.Core.dll": { - "assemblyVersion": "2.2.1.0", - "fileVersion": "2.2.1.0" - }, - "lib/net6.0/ZstdNet.dll": { - "assemblyVersion": "1.4.5.0", - "fileVersion": "1.4.5.0" - } - } - }, - "MySqlConnector/2.1.9": { - "runtime": { - "lib/net6.0/MySqlConnector.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.9.0" - } - } - }, - "Newtonsoft.Json/13.0.2": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.2.27524" - } - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-arm64/native/sni.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x64/native/sni.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "runtimeTargets": { - "runtimes/win-x86/native/sni.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "4.6.25512.1" - } - } - }, - "SteamStorefrontAPI/2.0.1.171": { - "dependencies": { - "Newtonsoft.Json": "13.0.2" - }, - "runtime": { - "lib/net6.0/SteamStorefrontAPI.dll": { - "assemblyVersion": "2.0.1.171", - "fileVersion": "2.0.1.171" - } - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections.Immutable/5.0.0": {}, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - } - }, - "System.Data.SqlClient/4.8.2": { - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.2", - "fileVersion": "4.700.20.37001" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.6.1.2", - "fileVersion": "4.700.20.37001" - }, - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.6.1.2", - "fileVersion": "4.700.20.37001" - } - } - }, - "System.Drawing.Common/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - }, - "runtime": { - "lib/netstandard2.0/System.Drawing.Common.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26919.2" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - }, - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Interactive.Async/5.0.0": { - "dependencies": { - "System.Linq.Async": "5.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/System.Interactive.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Linq.Async/5.0.0": { - "runtime": { - "lib/netcoreapp3.1/System.Linq.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": {}, - "System.Security.AccessControl/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Permissions/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - } - }, - "System.ValueTuple/4.5.0": {}, - "System.Windows.Extensions/4.7.0": { - "dependencies": { - "System.Drawing.Common": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - } - } - } - }, - "libraries": { - "DiscordQueryBot/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "A2S/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h6Iwe5aekW+QZjAiemeF4PXGqUznLsK13URwqEpCgCR6SZ+vK18xlzGFOBTRwYt7NGO5LdEdHgyL1IIXLpordA==", - "path": "a2s/1.0.2", - "hashPath": "a2s.1.0.2.nupkg.sha512" - }, - "Aliyun.OSS.SDK.NetCore/2.13.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ElvJwTAdBqFmgb7K4PdxDXPFbOBCIUI5OvCOMfCoUoDL21aivtWMFUtU1v4Dxc2wcrN8XQdY1EKeGFhJK/zVyQ==", - "path": "aliyun.oss.sdk.netcore/2.13.0", - "hashPath": "aliyun.oss.sdk.netcore.2.13.0.nupkg.sha512" - }, - "BouncyCastle.NetCore/1.8.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==", - "path": "bouncycastle.netcore/1.8.5", - "hashPath": "bouncycastle.netcore.1.8.5.nupkg.sha512" - }, - "CSRedisCore/3.6.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fxP+ZuW3wj1425iILLyF+L1oTjWRM5odFn0p/LFYkUWzEfYznjBB7xzn716kVH3SxD0cSv7fj9Jaf1kKaPduRA==", - "path": "csrediscore/3.6.6", - "hashPath": "csrediscore.3.6.6.nupkg.sha512" - }, - "Discord.Net/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ACCXwn/D27Lktg2X8Z43G8lofgwNcHkAnS64ZJ4Z+SuK9j5NVTFBo2jV2fi2OROivx21ZkVSKXLXs9Wrt8V5tw==", - "path": "discord.net/3.12.0", - "hashPath": "discord.net.3.12.0.nupkg.sha512" - }, - "Discord.Net.Commands/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xsX/cL3jDJKBDQjSk3lk1mT6nWAPOJFQHYYmoCExGvKBKsAYc7YxxPIY1zlXCEkJ0OiU62swuuEZdGevTNK01Q==", - "path": "discord.net.commands/3.12.0", - "hashPath": "discord.net.commands.3.12.0.nupkg.sha512" - }, - "Discord.Net.Core/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9MU124jnJYqfOt5nIGtpUZhQCFR6Ag2pB5KNDZRqZNMsKE2L3OkHuzDeD+iLSbOYYRPrbk+dfKOdnJZl+K1itA==", - "path": "discord.net.core/3.12.0", - "hashPath": "discord.net.core.3.12.0.nupkg.sha512" - }, - "Discord.Net.Interactions/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FlfWqw3O56AAXbR5sc67E1vuRT0WScFlwE7+BdIAW5m/ziiQVTFuZLmUPnE5rnWSf4lcqeLx7UXFJknBGMr6uw==", - "path": "discord.net.interactions/3.12.0", - "hashPath": "discord.net.interactions.3.12.0.nupkg.sha512" - }, - "Discord.Net.Rest/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lyp+1bVd4RnOmEMgM//yJ3zD7PZmT9tr6ljl/SPH66/kzlxex6kvlV7TyH7K93S0joKHzvGWm+lL0rEbkiFXPQ==", - "path": "discord.net.rest/3.12.0", - "hashPath": "discord.net.rest.3.12.0.nupkg.sha512" - }, - "Discord.Net.Webhook/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0n8dh/WbuEvR4jptPsGXyCMLbhgRzEh1/pZpCcNcQSnDLYNB3EYH9KtMzjH4ykDBBsL2LNcwWWBKpXC77AG6nA==", - "path": "discord.net.webhook/3.12.0", - "hashPath": "discord.net.webhook.3.12.0.nupkg.sha512" - }, - "Discord.Net.WebSocket/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bipottjJzE/yEc4CZmCURRboROuMqHQRGma7L+qYfv3VwNgb0+j2rxvawcY7Tr77EuX0EjnnNBGoKcdJClGYEQ==", - "path": "discord.net.websocket/3.12.0", - "hashPath": "discord.net.websocket.3.12.0.nupkg.sha512" - }, - "Google.Protobuf/3.19.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==", - "path": "google.protobuf/3.19.4", - "hashPath": "google.protobuf.3.19.4.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.2.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==", - "path": "k4os.compression.lz4/1.2.6", - "hashPath": "k4os.compression.lz4.1.2.6.nupkg.sha512" - }, - "K4os.Compression.LZ4.Streams/1.2.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==", - "path": "k4os.compression.lz4.streams/1.2.6", - "hashPath": "k4os.compression.lz4.streams.1.2.6.nupkg.sha512" - }, - "K4os.Hash.xxHash/1.0.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==", - "path": "k4os.hash.xxhash/1.0.6", - "hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512" - }, - "LightDB/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mQJmmk5qw+YDC1SAYVljgYRzoR4YEvbC5yEfE0AsQrV2ilgIa5HgrQyhiWnl4hQjPkaEjoxzJx1IuqYiOHD6eA==", - "path": "lightdb/2.0.3", - "hashPath": "lightdb.2.0.3.nupkg.sha512" - }, - "LiteDB/5.0.17": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cKPvkdlzIts3ZKu/BzoIc/Y71e4VFKlij4LyioPFATZMot+wB7EAm1FFbZSJez6coJmQUoIg/3yHE1MMU+zOdg==", - "path": "litedb/5.0.17", - "hashPath": "litedb.5.0.17.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==", - "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", - "path": "microsoft.extensions.primitives/5.0.0", - "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" - }, - "MySql.Data/8.0.29": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3I+QUbSDTknNVAWUEr8JEtXU5sk83kofwy79TROew9YMhVQAq39jZwpHQfFNG757JZFGWJ5oa5VA3tZBxJa1jw==", - "path": "mysql.data/8.0.29", - "hashPath": "mysql.data.8.0.29.nupkg.sha512" - }, - "MySqlConnector/2.1.9": { - "type": "package", - "serviceable": true, - "sha512": "sha512-72fgNLG3qVRaVkvjQOnY4jfbs7mukrMSWfu9b4l9LRwy5EKnPybRcDuaKtNI775c8FaeWgy/wEtV408opinAGQ==", - "path": "mysqlconnector/2.1.9", - "hashPath": "mysqlconnector.2.1.9.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==", - "path": "newtonsoft.json/13.0.2", - "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "SteamStorefrontAPI/2.0.1.171": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JIjpKZBFxyExaABCcdMBDxq4m6iDzpFTsG3K8l6KGy6nt7vIiDSfSl+fztA2aDXHepujarQETAkDFFOCMdKYhQ==", - "path": "steamstorefrontapi/2.0.1.171", - "hashPath": "steamstorefrontapi.2.0.1.171.nupkg.sha512" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" - }, - "System.Collections.Immutable/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-80vGtW6uLB4AkyrdVuKTXYUyuXDPAsSKbTVfvjndZaRAYxzFzWhJbvUfeAKrN+128ycWZjLIAl61dFUwWHOOTw==", - "path": "system.data.sqlclient/4.8.2", - "hashPath": "system.data.sqlclient.4.8.2.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Interactive.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QaqhQVDiULcu4vm6o89+iP329HcK44cETHOYgy/jfEjtzeFy0ZxmuM7nel9ocjnKxEM4yh1mli7hgh8Q9o+/Iw==", - "path": "system.interactive.async/5.0.0", - "hashPath": "system.interactive.async.5.0.0.nupkg.sha512" - }, - "System.Linq.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==", - "path": "system.linq.async/5.0.0", - "hashPath": "system.linq.async.5.0.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", - "path": "system.runtime.compilerservices.unsafe/5.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "path": "system.security.accesscontrol/4.7.0", - "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "path": "system.security.permissions/4.7.0", - "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", - "path": "system.valuetuple/4.5.0", - "hashPath": "system.valuetuple.4.5.0.nupkg.sha512" - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "path": "system.windows.extensions/4.7.0", - "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.dll b/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.dll deleted file mode 100644 index da0fbe4..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.exe b/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.exe deleted file mode 100644 index 01d4063..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.exe and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.pdb b/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.pdb deleted file mode 100644 index 6662df2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.pdb and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.runtimeconfig.json b/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.runtimeconfig.json deleted file mode 100644 index 184be8b..0000000 --- a/DiscordQueryBot/bin/Debug/net7.0/DiscordQueryBot.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net7.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "7.0.0" - } - } -} \ No newline at end of file diff --git a/DiscordQueryBot/bin/Debug/net7.0/Embeds-log.db b/DiscordQueryBot/bin/Debug/net7.0/Embeds-log.db deleted file mode 100644 index 9e8b0b9..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Embeds-log.db and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Embeds.db b/DiscordQueryBot/bin/Debug/net7.0/Embeds.db deleted file mode 100644 index fc5ef95..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Embeds.db and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Google.Protobuf.dll b/DiscordQueryBot/bin/Debug/net7.0/Google.Protobuf.dll deleted file mode 100644 index cf2e030..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Google.Protobuf.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/K4os.Compression.LZ4.Streams.dll b/DiscordQueryBot/bin/Debug/net7.0/K4os.Compression.LZ4.Streams.dll deleted file mode 100644 index 42f55d6..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/K4os.Compression.LZ4.Streams.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/K4os.Compression.LZ4.dll b/DiscordQueryBot/bin/Debug/net7.0/K4os.Compression.LZ4.dll deleted file mode 100644 index 718ebb3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/K4os.Compression.LZ4.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/K4os.Hash.xxHash.dll b/DiscordQueryBot/bin/Debug/net7.0/K4os.Hash.xxHash.dll deleted file mode 100644 index 4179a29..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/K4os.Hash.xxHash.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/LightDB.dll b/DiscordQueryBot/bin/Debug/net7.0/LightDB.dll deleted file mode 100644 index ffc47b1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/LightDB.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/LiteDB.dll b/DiscordQueryBot/bin/Debug/net7.0/LiteDB.dll deleted file mode 100644 index c1968ec..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/LiteDB.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index dd5ebe2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index c0bc056..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.Json.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 77875f3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 4e5c5d8..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 84aaf39..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 2ab3e58..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileProviders.Physical.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 826974b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 7ca25d5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 884f9dc..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll b/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100644 index e27fe8d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/MySql.Data.dll b/DiscordQueryBot/bin/Debug/net7.0/MySql.Data.dll deleted file mode 100644 index c4eb61b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/MySql.Data.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/MySqlConnector.dll b/DiscordQueryBot/bin/Debug/net7.0/MySqlConnector.dll deleted file mode 100644 index 7d579d7..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/MySqlConnector.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Newtonsoft.Json.dll b/DiscordQueryBot/bin/Debug/net7.0/Newtonsoft.Json.dll deleted file mode 100644 index 8ba89bf..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Newtonsoft.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Settings.json b/DiscordQueryBot/bin/Debug/net7.0/Settings.json deleted file mode 100644 index be2dcfb..0000000 --- a/DiscordQueryBot/bin/Debug/net7.0/Settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "BotToken": "MTE2MTYxMzAyMzYxMDQwNDk2MA.G8dFQa.jfsVrYpK9aOCZ42PNO1fwWGiKV4gchBNTYe1CQ", - "ServerDescriptions": { - "127.0.0.1": "This is a cool description" - } -} diff --git a/DiscordQueryBot/bin/Debug/net7.0/SteamStorefrontAPI.dll b/DiscordQueryBot/bin/Debug/net7.0/SteamStorefrontAPI.dll deleted file mode 100644 index 07f390e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/SteamStorefrontAPI.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Configuration.ConfigurationManager.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 8f9fd3c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Data.SqlClient.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Data.SqlClient.dll deleted file mode 100644 index fc62a8c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Data.SqlClient.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Drawing.Common.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Drawing.Common.dll deleted file mode 100644 index 69e5f5c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Drawing.Common.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Interactive.Async.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Interactive.Async.dll deleted file mode 100644 index bff7bd3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Interactive.Async.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Linq.Async.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Linq.Async.dll deleted file mode 100644 index c1d063b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Linq.Async.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Reactive.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Reactive.dll deleted file mode 100644 index eb364ec..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Reactive.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Security.Cryptography.ProtectedData.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index 2c177d4..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Security.Permissions.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Security.Permissions.dll deleted file mode 100644 index 76faf41..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Security.Permissions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/System.Windows.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/System.Windows.Extensions.dll deleted file mode 100644 index 7f075b2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/Ubiety.Dns.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/Ubiety.Dns.Core.dll deleted file mode 100644 index b10ecf2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/Ubiety.Dns.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/ZstdNet.dll b/DiscordQueryBot/bin/Debug/net7.0/ZstdNet.dll deleted file mode 100644 index bc60788..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/ZstdNet.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100644 index 8f73295..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll deleted file mode 100644 index 3a19d3d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-arm64/native/sni.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-arm64/native/sni.dll deleted file mode 100644 index 7b8f9d8..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-arm64/native/sni.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-x64/native/sni.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-x64/native/sni.dll deleted file mode 100644 index c1a05a5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-x64/native/sni.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-x86/native/sni.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-x86/native/sni.dll deleted file mode 100644 index 5fc21ac..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win-x86/native/sni.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll deleted file mode 100644 index 009a9de..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100644 index c49c358..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll deleted file mode 100644 index 9a04b68..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll deleted file mode 100644 index 3fb4939..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index df95234..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/A2S.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/A2S.dll deleted file mode 100644 index 5677e47..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/A2S.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Aliyun.OSS.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Aliyun.OSS.Core.dll deleted file mode 100644 index c0a4425..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Aliyun.OSS.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/BouncyCastle.Crypto.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/BouncyCastle.Crypto.dll deleted file mode 100644 index 395228b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/BouncyCastle.Crypto.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/CSRedisCore.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/CSRedisCore.dll deleted file mode 100644 index 0656008..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/CSRedisCore.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Commands.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Commands.dll deleted file mode 100644 index dd5a4da..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Commands.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Core.dll deleted file mode 100644 index ba0ab65..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Interactions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Interactions.dll deleted file mode 100644 index 2b60feb..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Interactions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Rest.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Rest.dll deleted file mode 100644 index b736722..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Rest.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.WebSocket.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.WebSocket.dll deleted file mode 100644 index b1c3bc3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.WebSocket.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Webhook.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Webhook.dll deleted file mode 100644 index 090bc6d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Discord.Net.Webhook.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.deps.json b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.deps.json deleted file mode 100644 index 0686570..0000000 --- a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.deps.json +++ /dev/null @@ -1,1749 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v7.0/win-x86", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v7.0": {}, - ".NETCoreApp,Version=v7.0/win-x86": { - "DiscordQueryBot/1.0.0": { - "dependencies": { - "A2S": "1.0.2", - "Discord.Net": "3.12.0", - "LightDB": "2.0.3", - "LiteDB": "5.0.17", - "SteamStorefrontAPI": "2.0.1.171", - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "7.0.9" - }, - "runtime": { - "DiscordQueryBot.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/7.0.9": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "12.0.0.0", - "fileVersion": "12.0.923.32018" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.AppContext.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Buffers.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Console.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Data.Common.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Formats.Tar.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Globalization.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Memory.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Http.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Security.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.InteropServices.JavaScript.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "WindowsBase.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "7.0.923.32018" - } - }, - "native": { - "Microsoft.DiaSymReader.Native.x86.dll": { - "fileVersion": "14.29.30150.0" - }, - "System.IO.Compression.Native.dll": { - "fileVersion": "7.0.923.32018" - }, - "clretwrc.dll": { - "fileVersion": "7.0.923.32018" - }, - "clrgc.dll": { - "fileVersion": "7.0.923.32018" - }, - "clrjit.dll": { - "fileVersion": "7.0.923.32018" - }, - "coreclr.dll": { - "fileVersion": "7.0.923.32018" - }, - "createdump.exe": { - "fileVersion": "7.0.923.32018" - }, - "hostfxr.dll": { - "fileVersion": "7.0.923.32018" - }, - "hostpolicy.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscordaccore.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscordaccore_x86_x86_7.0.923.32018.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscordbi.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscorrc.dll": { - "fileVersion": "7.0.923.32018" - }, - "msquic.dll": { - "fileVersion": "2.1.1.0" - } - } - }, - "A2S/1.0.2": { - "runtime": { - "lib/net5.0/A2S.dll": { - "assemblyVersion": "1.0.1.0", - "fileVersion": "1.0.1.0" - } - } - }, - "Aliyun.OSS.SDK.NetCore/2.13.0": { - "runtime": { - "lib/netstandard2.0/Aliyun.OSS.Core.dll": { - "assemblyVersion": "2.13.0.0", - "fileVersion": "2.13.0.0" - } - } - }, - "BouncyCastle.NetCore/1.8.5": { - "runtime": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": { - "assemblyVersion": "1.8.5.0", - "fileVersion": "1.8.19031.1" - } - } - }, - "CSRedisCore/3.6.6": { - "dependencies": { - "Newtonsoft.Json": "13.0.2", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/CSRedisCore.dll": { - "assemblyVersion": "3.6.6.0", - "fileVersion": "3.6.6.0" - } - } - }, - "Discord.Net/3.12.0": { - "dependencies": { - "Discord.Net.Commands": "3.12.0", - "Discord.Net.Core": "3.12.0", - "Discord.Net.Interactions": "3.12.0", - "Discord.Net.Rest": "3.12.0", - "Discord.Net.WebSocket": "3.12.0", - "Discord.Net.Webhook": "3.12.0" - } - }, - "Discord.Net.Commands/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Commands.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Core/3.12.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.2", - "System.Collections.Immutable": "5.0.0", - "System.Interactive.Async": "5.0.0", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Core.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Interactions/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0", - "Discord.Net.WebSocket": "3.12.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Reactive": "5.0.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Interactions.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Rest/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Rest.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Webhook/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Webhook.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.WebSocket/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.WebSocket.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Google.Protobuf/3.19.4": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.19.4.0", - "fileVersion": "3.19.4.0" - } - } - }, - "K4os.Compression.LZ4/1.2.6": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.2.6.0", - "fileVersion": "1.2.6.0" - } - } - }, - "K4os.Compression.LZ4.Streams/1.2.6": { - "dependencies": { - "K4os.Compression.LZ4": "1.2.6", - "K4os.Hash.xxHash": "1.0.6" - }, - "runtime": { - "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": { - "assemblyVersion": "1.2.6.0", - "fileVersion": "1.2.6.0" - } - } - }, - "K4os.Hash.xxHash/1.0.6": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/K4os.Hash.xxHash.dll": { - "assemblyVersion": "1.0.6.0", - "fileVersion": "1.0.6.0" - } - } - }, - "LightDB/2.0.3": { - "dependencies": { - "Aliyun.OSS.SDK.NetCore": "2.13.0", - "CSRedisCore": "3.6.6", - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "MySql.Data": "8.0.29", - "MySqlConnector": "2.1.9", - "System.Data.SqlClient": "4.8.2" - }, - "runtime": { - "lib/netcoreapp3.1/LightDB.dll": { - "assemblyVersion": "1.0.12.0", - "fileVersion": "1.0.12.0" - } - } - }, - "LiteDB/5.0.17": { - "runtime": { - "lib/netstandard2.0/LiteDB.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.17.0" - } - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "runtime": { - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "MySql.Data/8.0.29": { - "dependencies": { - "BouncyCastle.NetCore": "1.8.5", - "Google.Protobuf": "3.19.4", - "K4os.Compression.LZ4.Streams": "1.2.6", - "System.Buffers": "4.5.1", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Runtime.CompilerServices.Unsafe": "5.0.0", - "System.Security.Permissions": "4.7.0", - "System.Text.Encoding.CodePages": "4.4.0" - }, - "runtime": { - "lib/net6.0/MySql.Data.dll": { - "assemblyVersion": "8.0.29.0", - "fileVersion": "8.0.29.0" - }, - "lib/net6.0/Ubiety.Dns.Core.dll": { - "assemblyVersion": "2.2.1.0", - "fileVersion": "2.2.1.0" - }, - "lib/net6.0/ZstdNet.dll": { - "assemblyVersion": "1.4.5.0", - "fileVersion": "1.4.5.0" - } - } - }, - "MySqlConnector/2.1.9": { - "runtime": { - "lib/net6.0/MySqlConnector.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.9.0" - } - } - }, - "Newtonsoft.Json/13.0.2": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.2.27524" - } - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "native": { - "runtimes/win-x86/native/sni.dll": { - "fileVersion": "4.6.25512.1" - } - } - }, - "SteamStorefrontAPI/2.0.1.171": { - "dependencies": { - "Newtonsoft.Json": "13.0.2" - }, - "runtime": { - "lib/net6.0/SteamStorefrontAPI.dll": { - "assemblyVersion": "2.0.1.171", - "fileVersion": "2.0.1.171" - } - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections.Immutable/5.0.0": {}, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - } - }, - "System.Data.SqlClient/4.8.2": { - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.2", - "fileVersion": "4.700.20.37001" - } - } - }, - "System.Drawing.Common/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Interactive.Async/5.0.0": { - "dependencies": { - "System.Linq.Async": "5.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/System.Interactive.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Linq.Async/5.0.0": { - "runtime": { - "lib/netcoreapp3.1/System.Linq.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": {}, - "System.Security.AccessControl/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Permissions/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - } - }, - "System.ValueTuple/4.5.0": {}, - "System.Windows.Extensions/4.7.0": { - "dependencies": { - "System.Drawing.Common": "4.7.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - } - } - } - }, - "libraries": { - "DiscordQueryBot/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/7.0.9": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "A2S/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h6Iwe5aekW+QZjAiemeF4PXGqUznLsK13URwqEpCgCR6SZ+vK18xlzGFOBTRwYt7NGO5LdEdHgyL1IIXLpordA==", - "path": "a2s/1.0.2", - "hashPath": "a2s.1.0.2.nupkg.sha512" - }, - "Aliyun.OSS.SDK.NetCore/2.13.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ElvJwTAdBqFmgb7K4PdxDXPFbOBCIUI5OvCOMfCoUoDL21aivtWMFUtU1v4Dxc2wcrN8XQdY1EKeGFhJK/zVyQ==", - "path": "aliyun.oss.sdk.netcore/2.13.0", - "hashPath": "aliyun.oss.sdk.netcore.2.13.0.nupkg.sha512" - }, - "BouncyCastle.NetCore/1.8.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==", - "path": "bouncycastle.netcore/1.8.5", - "hashPath": "bouncycastle.netcore.1.8.5.nupkg.sha512" - }, - "CSRedisCore/3.6.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fxP+ZuW3wj1425iILLyF+L1oTjWRM5odFn0p/LFYkUWzEfYznjBB7xzn716kVH3SxD0cSv7fj9Jaf1kKaPduRA==", - "path": "csrediscore/3.6.6", - "hashPath": "csrediscore.3.6.6.nupkg.sha512" - }, - "Discord.Net/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ACCXwn/D27Lktg2X8Z43G8lofgwNcHkAnS64ZJ4Z+SuK9j5NVTFBo2jV2fi2OROivx21ZkVSKXLXs9Wrt8V5tw==", - "path": "discord.net/3.12.0", - "hashPath": "discord.net.3.12.0.nupkg.sha512" - }, - "Discord.Net.Commands/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xsX/cL3jDJKBDQjSk3lk1mT6nWAPOJFQHYYmoCExGvKBKsAYc7YxxPIY1zlXCEkJ0OiU62swuuEZdGevTNK01Q==", - "path": "discord.net.commands/3.12.0", - "hashPath": "discord.net.commands.3.12.0.nupkg.sha512" - }, - "Discord.Net.Core/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9MU124jnJYqfOt5nIGtpUZhQCFR6Ag2pB5KNDZRqZNMsKE2L3OkHuzDeD+iLSbOYYRPrbk+dfKOdnJZl+K1itA==", - "path": "discord.net.core/3.12.0", - "hashPath": "discord.net.core.3.12.0.nupkg.sha512" - }, - "Discord.Net.Interactions/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FlfWqw3O56AAXbR5sc67E1vuRT0WScFlwE7+BdIAW5m/ziiQVTFuZLmUPnE5rnWSf4lcqeLx7UXFJknBGMr6uw==", - "path": "discord.net.interactions/3.12.0", - "hashPath": "discord.net.interactions.3.12.0.nupkg.sha512" - }, - "Discord.Net.Rest/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lyp+1bVd4RnOmEMgM//yJ3zD7PZmT9tr6ljl/SPH66/kzlxex6kvlV7TyH7K93S0joKHzvGWm+lL0rEbkiFXPQ==", - "path": "discord.net.rest/3.12.0", - "hashPath": "discord.net.rest.3.12.0.nupkg.sha512" - }, - "Discord.Net.Webhook/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0n8dh/WbuEvR4jptPsGXyCMLbhgRzEh1/pZpCcNcQSnDLYNB3EYH9KtMzjH4ykDBBsL2LNcwWWBKpXC77AG6nA==", - "path": "discord.net.webhook/3.12.0", - "hashPath": "discord.net.webhook.3.12.0.nupkg.sha512" - }, - "Discord.Net.WebSocket/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bipottjJzE/yEc4CZmCURRboROuMqHQRGma7L+qYfv3VwNgb0+j2rxvawcY7Tr77EuX0EjnnNBGoKcdJClGYEQ==", - "path": "discord.net.websocket/3.12.0", - "hashPath": "discord.net.websocket.3.12.0.nupkg.sha512" - }, - "Google.Protobuf/3.19.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==", - "path": "google.protobuf/3.19.4", - "hashPath": "google.protobuf.3.19.4.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.2.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==", - "path": "k4os.compression.lz4/1.2.6", - "hashPath": "k4os.compression.lz4.1.2.6.nupkg.sha512" - }, - "K4os.Compression.LZ4.Streams/1.2.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==", - "path": "k4os.compression.lz4.streams/1.2.6", - "hashPath": "k4os.compression.lz4.streams.1.2.6.nupkg.sha512" - }, - "K4os.Hash.xxHash/1.0.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==", - "path": "k4os.hash.xxhash/1.0.6", - "hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512" - }, - "LightDB/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mQJmmk5qw+YDC1SAYVljgYRzoR4YEvbC5yEfE0AsQrV2ilgIa5HgrQyhiWnl4hQjPkaEjoxzJx1IuqYiOHD6eA==", - "path": "lightdb/2.0.3", - "hashPath": "lightdb.2.0.3.nupkg.sha512" - }, - "LiteDB/5.0.17": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cKPvkdlzIts3ZKu/BzoIc/Y71e4VFKlij4LyioPFATZMot+wB7EAm1FFbZSJez6coJmQUoIg/3yHE1MMU+zOdg==", - "path": "litedb/5.0.17", - "hashPath": "litedb.5.0.17.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==", - "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", - "path": "microsoft.extensions.primitives/5.0.0", - "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" - }, - "MySql.Data/8.0.29": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3I+QUbSDTknNVAWUEr8JEtXU5sk83kofwy79TROew9YMhVQAq39jZwpHQfFNG757JZFGWJ5oa5VA3tZBxJa1jw==", - "path": "mysql.data/8.0.29", - "hashPath": "mysql.data.8.0.29.nupkg.sha512" - }, - "MySqlConnector/2.1.9": { - "type": "package", - "serviceable": true, - "sha512": "sha512-72fgNLG3qVRaVkvjQOnY4jfbs7mukrMSWfu9b4l9LRwy5EKnPybRcDuaKtNI775c8FaeWgy/wEtV408opinAGQ==", - "path": "mysqlconnector/2.1.9", - "hashPath": "mysqlconnector.2.1.9.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==", - "path": "newtonsoft.json/13.0.2", - "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "SteamStorefrontAPI/2.0.1.171": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JIjpKZBFxyExaABCcdMBDxq4m6iDzpFTsG3K8l6KGy6nt7vIiDSfSl+fztA2aDXHepujarQETAkDFFOCMdKYhQ==", - "path": "steamstorefrontapi/2.0.1.171", - "hashPath": "steamstorefrontapi.2.0.1.171.nupkg.sha512" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" - }, - "System.Collections.Immutable/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-80vGtW6uLB4AkyrdVuKTXYUyuXDPAsSKbTVfvjndZaRAYxzFzWhJbvUfeAKrN+128ycWZjLIAl61dFUwWHOOTw==", - "path": "system.data.sqlclient/4.8.2", - "hashPath": "system.data.sqlclient.4.8.2.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Interactive.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QaqhQVDiULcu4vm6o89+iP329HcK44cETHOYgy/jfEjtzeFy0ZxmuM7nel9ocjnKxEM4yh1mli7hgh8Q9o+/Iw==", - "path": "system.interactive.async/5.0.0", - "hashPath": "system.interactive.async.5.0.0.nupkg.sha512" - }, - "System.Linq.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==", - "path": "system.linq.async/5.0.0", - "hashPath": "system.linq.async.5.0.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", - "path": "system.runtime.compilerservices.unsafe/5.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "path": "system.security.accesscontrol/4.7.0", - "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "path": "system.security.permissions/4.7.0", - "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", - "path": "system.valuetuple/4.5.0", - "hashPath": "system.valuetuple.4.5.0.nupkg.sha512" - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "path": "system.windows.extensions/4.7.0", - "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" - } - }, - "runtimes": { - "win-x86": [ - "win", - "any", - "base" - ], - "win-x86-aot": [ - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win10-x86": [ - "win10", - "win81-x86", - "win81", - "win8-x86", - "win8", - "win7-x86", - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win10-x86-aot": [ - "win10-aot", - "win10-x86", - "win10", - "win81-x86-aot", - "win81-aot", - "win81-x86", - "win81", - "win8-x86-aot", - "win8-aot", - "win8-x86", - "win8", - "win7-x86-aot", - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win7-x86": [ - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win7-x86-aot": [ - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win8-x86": [ - "win8", - "win7-x86", - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win8-x86-aot": [ - "win8-aot", - "win8-x86", - "win8", - "win7-x86-aot", - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win81-x86": [ - "win81", - "win8-x86", - "win8", - "win7-x86", - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win81-x86-aot": [ - "win81-aot", - "win81-x86", - "win81", - "win8-x86-aot", - "win8-aot", - "win8-x86", - "win8", - "win7-x86-aot", - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.dll deleted file mode 100644 index dab3efe..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.exe b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.exe deleted file mode 100644 index d8d6337..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.exe and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.pdb b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.pdb deleted file mode 100644 index c12740b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.pdb and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.runtimeconfig.json b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.runtimeconfig.json deleted file mode 100644 index 247bf33..0000000 --- a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/DiscordQueryBot.runtimeconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net7.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "7.0.9" - } - ] - } -} \ No newline at end of file diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Google.Protobuf.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Google.Protobuf.dll deleted file mode 100644 index cf2e030..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Google.Protobuf.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Compression.LZ4.Streams.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Compression.LZ4.Streams.dll deleted file mode 100644 index 42f55d6..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Compression.LZ4.Streams.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Compression.LZ4.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Compression.LZ4.dll deleted file mode 100644 index 718ebb3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Compression.LZ4.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Hash.xxHash.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Hash.xxHash.dll deleted file mode 100644 index 4179a29..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/K4os.Hash.xxHash.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/LightDB.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/LightDB.dll deleted file mode 100644 index ffc47b1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/LightDB.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/LiteDB.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/LiteDB.dll deleted file mode 100644 index c1968ec..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/LiteDB.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.CSharp.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.CSharp.dll deleted file mode 100644 index a0f0e24..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.CSharp.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.DiaSymReader.Native.x86.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.DiaSymReader.Native.x86.dll deleted file mode 100644 index 3d7cae9..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.DiaSymReader.Native.x86.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.Abstractions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index dd5ebe2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.FileExtensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index c0bc056..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.Json.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 77875f3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 4e5c5d8..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 84aaf39..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileProviders.Abstractions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 2ab3e58..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileProviders.Physical.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 826974b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileSystemGlobbing.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 7ca25d5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 884f9dc..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.VisualBasic.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index b98d189..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.VisualBasic.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.VisualBasic.dll deleted file mode 100644 index 8307d2e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.Primitives.dll deleted file mode 100644 index cdbfdbc..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.Registry.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.Registry.dll deleted file mode 100644 index a3799ee..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.SystemEvents.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.SystemEvents.dll deleted file mode 100644 index c49c358..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/MySql.Data.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/MySql.Data.dll deleted file mode 100644 index c4eb61b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/MySql.Data.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/MySqlConnector.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/MySqlConnector.dll deleted file mode 100644 index 7d579d7..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/MySqlConnector.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Newtonsoft.Json.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Newtonsoft.Json.dll deleted file mode 100644 index 8ba89bf..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Newtonsoft.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Settings.json b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Settings.json deleted file mode 100644 index be2dcfb..0000000 --- a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "BotToken": "MTE2MTYxMzAyMzYxMDQwNDk2MA.G8dFQa.jfsVrYpK9aOCZ42PNO1fwWGiKV4gchBNTYe1CQ", - "ServerDescriptions": { - "127.0.0.1": "This is a cool description" - } -} diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/SteamStorefrontAPI.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/SteamStorefrontAPI.dll deleted file mode 100644 index 07f390e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/SteamStorefrontAPI.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.AppContext.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.AppContext.dll deleted file mode 100644 index d63bc15..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.AppContext.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Buffers.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Buffers.dll deleted file mode 100644 index fc88726..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Buffers.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Concurrent.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Concurrent.dll deleted file mode 100644 index cdb4099..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Concurrent.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Immutable.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Immutable.dll deleted file mode 100644 index 62db7e0..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Immutable.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.NonGeneric.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.NonGeneric.dll deleted file mode 100644 index 7495aa8..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Specialized.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Specialized.dll deleted file mode 100644 index 73068a1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.Specialized.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.dll deleted file mode 100644 index d3b08ee..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Collections.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.Annotations.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.Annotations.dll deleted file mode 100644 index a82ddba..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.DataAnnotations.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index f3140a3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.EventBasedAsync.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index 5c291e9..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.Primitives.dll deleted file mode 100644 index dd93dc3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.TypeConverter.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 0125534..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.dll deleted file mode 100644 index 18baead..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ComponentModel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Configuration.ConfigurationManager.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 8f9fd3c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Configuration.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Configuration.dll deleted file mode 100644 index 60f563c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Configuration.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Console.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Console.dll deleted file mode 100644 index de73e70..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Console.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Core.dll deleted file mode 100644 index e6b22c5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.Common.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.Common.dll deleted file mode 100644 index cbe5c4e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.Common.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.DataSetExtensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.DataSetExtensions.dll deleted file mode 100644 index 827c34e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.SqlClient.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.SqlClient.dll deleted file mode 100644 index 009a9de..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.SqlClient.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.dll deleted file mode 100644 index 26a5823..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Data.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Contracts.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Contracts.dll deleted file mode 100644 index 84f36d2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Debug.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Debug.dll deleted file mode 100644 index bb267f0..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.DiagnosticSource.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 083134f..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.FileVersionInfo.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index 3ff827c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Process.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Process.dll deleted file mode 100644 index de21035..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Process.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.StackTrace.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 716f7b6..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.TextWriterTraceListener.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index ec01a6c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Tools.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Tools.dll deleted file mode 100644 index 7104992..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.TraceSource.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 0d13443..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Tracing.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Tracing.dll deleted file mode 100644 index 1d61dcf..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.Common.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.Common.dll deleted file mode 100644 index 9a04b68..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.Common.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.Primitives.dll deleted file mode 100644 index a3bcb5c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.dll deleted file mode 100644 index 2732f03..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Drawing.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Dynamic.Runtime.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Dynamic.Runtime.dll deleted file mode 100644 index fd670c0..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Formats.Asn1.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Formats.Asn1.dll deleted file mode 100644 index 8442946..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Formats.Asn1.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Formats.Tar.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Formats.Tar.dll deleted file mode 100644 index bcccf71..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Formats.Tar.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.Calendars.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.Calendars.dll deleted file mode 100644 index 395495e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.Calendars.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.Extensions.dll deleted file mode 100644 index b390762..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.dll deleted file mode 100644 index 4354b71..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Globalization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.Brotli.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.Brotli.dll deleted file mode 100644 index b1a9f19..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.FileSystem.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.FileSystem.dll deleted file mode 100644 index 19786cf..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.Native.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.Native.dll deleted file mode 100644 index 4a4d7be..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.Native.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.ZipFile.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.ZipFile.dll deleted file mode 100644 index ff0bee9..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.dll deleted file mode 100644 index e0f0449..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Compression.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.AccessControl.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.AccessControl.dll deleted file mode 100644 index a2c6043..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.DriveInfo.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 149ad9e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index 7ab5db0..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.Watcher.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index aae671e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.dll deleted file mode 100644 index a4103a7..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.FileSystem.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.IsolatedStorage.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.IsolatedStorage.dll deleted file mode 100644 index 9635578..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.MemoryMappedFiles.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index e47b872..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Pipes.AccessControl.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Pipes.AccessControl.dll deleted file mode 100644 index 5048384..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Pipes.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Pipes.dll deleted file mode 100644 index 7654bd9..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.Pipes.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.UnmanagedMemoryStream.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 7fab3a8..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.dll deleted file mode 100644 index 7a882e7..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.IO.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Interactive.Async.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Interactive.Async.dll deleted file mode 100644 index bff7bd3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Interactive.Async.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Async.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Async.dll deleted file mode 100644 index c1d063b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Async.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Expressions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Expressions.dll deleted file mode 100644 index c49f2ec..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Expressions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Parallel.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Parallel.dll deleted file mode 100644 index 359ba18..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Parallel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Queryable.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Queryable.dll deleted file mode 100644 index a22af8e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.Queryable.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.dll deleted file mode 100644 index de36f9c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Linq.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Memory.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Memory.dll deleted file mode 100644 index bdd2d91..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Memory.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Http.Json.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Http.Json.dll deleted file mode 100644 index c509dac..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Http.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Http.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Http.dll deleted file mode 100644 index b88e0d6..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Http.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.HttpListener.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.HttpListener.dll deleted file mode 100644 index 74ca77d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.HttpListener.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Mail.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Mail.dll deleted file mode 100644 index 05df599..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Mail.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.NameResolution.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.NameResolution.dll deleted file mode 100644 index 1e5ebee..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.NameResolution.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.NetworkInformation.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.NetworkInformation.dll deleted file mode 100644 index 23c29d7..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Ping.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Ping.dll deleted file mode 100644 index 6afd737..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Ping.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Primitives.dll deleted file mode 100644 index 4900018..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Quic.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Quic.dll deleted file mode 100644 index 84d533e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Quic.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Requests.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Requests.dll deleted file mode 100644 index 855fccc..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Requests.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Security.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Security.dll deleted file mode 100644 index 2e9a119..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Security.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.ServicePoint.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.ServicePoint.dll deleted file mode 100644 index 72f0876..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.ServicePoint.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Sockets.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Sockets.dll deleted file mode 100644 index f7e1556..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.Sockets.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebClient.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebClient.dll deleted file mode 100644 index 6d297dd..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebClient.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebHeaderCollection.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebHeaderCollection.dll deleted file mode 100644 index c125c89..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebProxy.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebProxy.dll deleted file mode 100644 index 5fd3189..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebProxy.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebSockets.Client.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebSockets.Client.dll deleted file mode 100644 index f3b8de1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebSockets.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebSockets.dll deleted file mode 100644 index 51398c4..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.WebSockets.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.dll deleted file mode 100644 index 4fc987b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Net.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Numerics.Vectors.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Numerics.Vectors.dll deleted file mode 100644 index 79a7b2a..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Numerics.Vectors.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Numerics.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Numerics.dll deleted file mode 100644 index b1700af..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Numerics.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ObjectModel.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ObjectModel.dll deleted file mode 100644 index 2cb55f5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ObjectModel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.CoreLib.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.CoreLib.dll deleted file mode 100644 index 36e1d19..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.CoreLib.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.DataContractSerialization.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.DataContractSerialization.dll deleted file mode 100644 index 65d7281..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Uri.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Uri.dll deleted file mode 100644 index b1d4eef..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Uri.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Xml.Linq.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Xml.Linq.dll deleted file mode 100644 index 2906c5b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Xml.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Xml.dll deleted file mode 100644 index bbf2f54..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Private.Xml.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reactive.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reactive.dll deleted file mode 100644 index eb364ec..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reactive.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.DispatchProxy.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.DispatchProxy.dll deleted file mode 100644 index cf3ab73..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.ILGeneration.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index d034afa..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.Lightweight.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index c6dc224..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.dll deleted file mode 100644 index f4fc668..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Emit.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Extensions.dll deleted file mode 100644 index b0a8b03..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Metadata.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Metadata.dll deleted file mode 100644 index b3998ca..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Metadata.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Primitives.dll deleted file mode 100644 index 94d42f0..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.TypeExtensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 8300a92..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.dll deleted file mode 100644 index 4d06eae..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Reflection.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.Reader.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.Reader.dll deleted file mode 100644 index c71aa1a..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.Reader.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.ResourceManager.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.ResourceManager.dll deleted file mode 100644 index a909ff8..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.Writer.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.Writer.dll deleted file mode 100644 index 7d20711..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Resources.Writer.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.CompilerServices.Unsafe.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 7b8f248..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.CompilerServices.VisualC.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index 1c72c6f..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Extensions.dll deleted file mode 100644 index 5501265..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Handles.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Handles.dll deleted file mode 100644 index 32c5df1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Handles.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.JavaScript.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.JavaScript.dll deleted file mode 100644 index 000255d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.JavaScript.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.RuntimeInformation.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index a92aeb4..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.dll deleted file mode 100644 index d1f9bf1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Intrinsics.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Intrinsics.dll deleted file mode 100644 index 58da509..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Loader.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Loader.dll deleted file mode 100644 index f98fa84..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Loader.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Numerics.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Numerics.dll deleted file mode 100644 index 420874b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Numerics.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Formatters.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index 11dcd36..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Json.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 0fbbd2c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index 9cb8094..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Xml.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index c4cb09e..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.dll deleted file mode 100644 index 273ad36..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.Serialization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.dll deleted file mode 100644 index 33bf43f..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Runtime.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.AccessControl.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.AccessControl.dll deleted file mode 100644 index df7af96..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.AccessControl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Claims.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Claims.dll deleted file mode 100644 index 0b49bb3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Claims.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Algorithms.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 2780c5c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Cng.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Cng.dll deleted file mode 100644 index c122463..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Csp.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 5a619e4..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Encoding.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index 3dae8df..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.OpenSsl.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.OpenSsl.dll deleted file mode 100644 index 936d813..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Primitives.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index 91d7b32..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.ProtectedData.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index df95234..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.X509Certificates.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index ea54765..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.dll deleted file mode 100644 index d7b6087..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Cryptography.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Permissions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Permissions.dll deleted file mode 100644 index 76faf41..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Permissions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Principal.Windows.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Principal.Windows.dll deleted file mode 100644 index 83754bc..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Principal.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Principal.dll deleted file mode 100644 index a1b2c07..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.Principal.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.SecureString.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.SecureString.dll deleted file mode 100644 index 08d1451..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.SecureString.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.dll deleted file mode 100644 index 7b4e43c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Security.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ServiceModel.Web.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ServiceModel.Web.dll deleted file mode 100644 index 1c36ed5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ServiceModel.Web.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ServiceProcess.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ServiceProcess.dll deleted file mode 100644 index 05226db..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ServiceProcess.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.CodePages.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 6817fb0..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.Extensions.dll deleted file mode 100644 index 59628c5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.dll deleted file mode 100644 index 1f842c7..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encoding.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encodings.Web.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encodings.Web.dll deleted file mode 100644 index 1e7a3bf..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Json.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Json.dll deleted file mode 100644 index 5350e12..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.RegularExpressions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.RegularExpressions.dll deleted file mode 100644 index c352b82..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Channels.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Channels.dll deleted file mode 100644 index 736a155..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Channels.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Overlapped.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Overlapped.dll deleted file mode 100644 index 7cbdad0..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Overlapped.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Dataflow.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index d309c09..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index c3c8226..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Parallel.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index f6af74a..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.dll deleted file mode 100644 index 88228d1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Tasks.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Thread.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Thread.dll deleted file mode 100644 index 694cf85..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Thread.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.ThreadPool.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.ThreadPool.dll deleted file mode 100644 index 875420c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Timer.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Timer.dll deleted file mode 100644 index fc0e934..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.Timer.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.dll deleted file mode 100644 index 4581037..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Threading.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Transactions.Local.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Transactions.Local.dll deleted file mode 100644 index 0c6cf86..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Transactions.Local.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Transactions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Transactions.dll deleted file mode 100644 index a4de504..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Transactions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ValueTuple.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ValueTuple.dll deleted file mode 100644 index b5b4202..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.ValueTuple.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Web.HttpUtility.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Web.HttpUtility.dll deleted file mode 100644 index 7fec08c..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Web.HttpUtility.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Web.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Web.dll deleted file mode 100644 index b2d5c4b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Web.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Windows.Extensions.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Windows.Extensions.dll deleted file mode 100644 index 3fb4939..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Windows.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Windows.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Windows.dll deleted file mode 100644 index 5d895dd..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Windows.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.Linq.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.Linq.dll deleted file mode 100644 index da547c9..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.Linq.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.ReaderWriter.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.ReaderWriter.dll deleted file mode 100644 index 65b4317..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.Serialization.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.Serialization.dll deleted file mode 100644 index 1f5593b..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.Serialization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XDocument.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XDocument.dll deleted file mode 100644 index 105953f..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XDocument.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XPath.XDocument.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 6da9739..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XPath.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XPath.dll deleted file mode 100644 index 5af0aa5..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XPath.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XmlDocument.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XmlDocument.dll deleted file mode 100644 index f9db0eb..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XmlSerializer.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XmlSerializer.dll deleted file mode 100644 index d1c9f0a..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.dll deleted file mode 100644 index 765e1c3..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.Xml.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.dll deleted file mode 100644 index cd2a8b2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/System.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Ubiety.Dns.Core.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Ubiety.Dns.Core.dll deleted file mode 100644 index b10ecf2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/Ubiety.Dns.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/WindowsBase.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/WindowsBase.dll deleted file mode 100644 index 272abaf..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/WindowsBase.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/ZstdNet.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/ZstdNet.dll deleted file mode 100644 index bc60788..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/ZstdNet.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clretwrc.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clretwrc.dll deleted file mode 100644 index 28a9954..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clretwrc.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clrgc.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clrgc.dll deleted file mode 100644 index eef7bf2..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clrgc.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clrjit.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clrjit.dll deleted file mode 100644 index e3e2084..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/clrjit.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/coreclr.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/coreclr.dll deleted file mode 100644 index 594859d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/coreclr.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/createdump.exe b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/createdump.exe deleted file mode 100644 index 6c4b8e1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/createdump.exe and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/hostfxr.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/hostfxr.dll deleted file mode 100644 index abb2af1..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/hostfxr.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/hostpolicy.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/hostpolicy.dll deleted file mode 100644 index 1ea0bcb..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/hostpolicy.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordaccore.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordaccore.dll deleted file mode 100644 index 62e8b65..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordaccore.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordaccore_x86_x86_7.0.923.32018.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordaccore_x86_x86_7.0.923.32018.dll deleted file mode 100644 index 62e8b65..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordaccore_x86_x86_7.0.923.32018.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordbi.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordbi.dll deleted file mode 100644 index 7cd4c1d..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscordbi.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscorlib.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscorlib.dll deleted file mode 100644 index 1932d24..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscorlib.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscorrc.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscorrc.dll deleted file mode 100644 index 76d7d55..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/mscorrc.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/msquic.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/msquic.dll deleted file mode 100644 index 7ccd843..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/msquic.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/netstandard.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/netstandard.dll deleted file mode 100644 index b825bfb..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/netstandard.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/sni.dll b/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/sni.dll deleted file mode 100644 index 5fc21ac..0000000 Binary files a/DiscordQueryBot/bin/Debug/net7.0/win-x86/msixpublish/sni.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/A2S.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/A2S.dll deleted file mode 100644 index 5677e47..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/A2S.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Aliyun.OSS.Core.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Aliyun.OSS.Core.dll deleted file mode 100644 index c0a4425..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Aliyun.OSS.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/BouncyCastle.Crypto.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/BouncyCastle.Crypto.dll deleted file mode 100644 index 395228b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/BouncyCastle.Crypto.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/CSRedisCore.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/CSRedisCore.dll deleted file mode 100644 index 0656008..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/CSRedisCore.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Commands.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Commands.dll deleted file mode 100644 index dd5a4da..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Commands.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Core.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Core.dll deleted file mode 100644 index ba0ab65..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Interactions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Interactions.dll deleted file mode 100644 index 2b60feb..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Interactions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Rest.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Rest.dll deleted file mode 100644 index b736722..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Rest.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.WebSocket.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.WebSocket.dll deleted file mode 100644 index b1c3bc3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.WebSocket.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Webhook.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Webhook.dll deleted file mode 100644 index 090bc6d..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Discord.Net.Webhook.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.deps.json b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.deps.json deleted file mode 100644 index 0686570..0000000 --- a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.deps.json +++ /dev/null @@ -1,1749 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v7.0/win-x86", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v7.0": {}, - ".NETCoreApp,Version=v7.0/win-x86": { - "DiscordQueryBot/1.0.0": { - "dependencies": { - "A2S": "1.0.2", - "Discord.Net": "3.12.0", - "LightDB": "2.0.3", - "LiteDB": "5.0.17", - "SteamStorefrontAPI": "2.0.1.171", - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "7.0.9" - }, - "runtime": { - "DiscordQueryBot.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/7.0.9": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "12.0.0.0", - "fileVersion": "12.0.923.32018" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.AppContext.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Buffers.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Collections.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Console.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Data.Common.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Formats.Tar.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Globalization.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.IO.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Linq.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Memory.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Http.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Security.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Reflection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.InteropServices.JavaScript.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Runtime.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Cryptography.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Threading.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "WindowsBase.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "7.0.923.32018" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "7.0.923.32018" - } - }, - "native": { - "Microsoft.DiaSymReader.Native.x86.dll": { - "fileVersion": "14.29.30150.0" - }, - "System.IO.Compression.Native.dll": { - "fileVersion": "7.0.923.32018" - }, - "clretwrc.dll": { - "fileVersion": "7.0.923.32018" - }, - "clrgc.dll": { - "fileVersion": "7.0.923.32018" - }, - "clrjit.dll": { - "fileVersion": "7.0.923.32018" - }, - "coreclr.dll": { - "fileVersion": "7.0.923.32018" - }, - "createdump.exe": { - "fileVersion": "7.0.923.32018" - }, - "hostfxr.dll": { - "fileVersion": "7.0.923.32018" - }, - "hostpolicy.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscordaccore.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscordaccore_x86_x86_7.0.923.32018.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscordbi.dll": { - "fileVersion": "7.0.923.32018" - }, - "mscorrc.dll": { - "fileVersion": "7.0.923.32018" - }, - "msquic.dll": { - "fileVersion": "2.1.1.0" - } - } - }, - "A2S/1.0.2": { - "runtime": { - "lib/net5.0/A2S.dll": { - "assemblyVersion": "1.0.1.0", - "fileVersion": "1.0.1.0" - } - } - }, - "Aliyun.OSS.SDK.NetCore/2.13.0": { - "runtime": { - "lib/netstandard2.0/Aliyun.OSS.Core.dll": { - "assemblyVersion": "2.13.0.0", - "fileVersion": "2.13.0.0" - } - } - }, - "BouncyCastle.NetCore/1.8.5": { - "runtime": { - "lib/netstandard2.0/BouncyCastle.Crypto.dll": { - "assemblyVersion": "1.8.5.0", - "fileVersion": "1.8.19031.1" - } - } - }, - "CSRedisCore/3.6.6": { - "dependencies": { - "Newtonsoft.Json": "13.0.2", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/netstandard2.0/CSRedisCore.dll": { - "assemblyVersion": "3.6.6.0", - "fileVersion": "3.6.6.0" - } - } - }, - "Discord.Net/3.12.0": { - "dependencies": { - "Discord.Net.Commands": "3.12.0", - "Discord.Net.Core": "3.12.0", - "Discord.Net.Interactions": "3.12.0", - "Discord.Net.Rest": "3.12.0", - "Discord.Net.WebSocket": "3.12.0", - "Discord.Net.Webhook": "3.12.0" - } - }, - "Discord.Net.Commands/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Commands.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Core/3.12.0": { - "dependencies": { - "Newtonsoft.Json": "13.0.2", - "System.Collections.Immutable": "5.0.0", - "System.Interactive.Async": "5.0.0", - "System.ValueTuple": "4.5.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Core.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Interactions/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0", - "Discord.Net.WebSocket": "3.12.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Reactive": "5.0.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Interactions.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Rest/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Rest.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.Webhook/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.Webhook.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Discord.Net.WebSocket/3.12.0": { - "dependencies": { - "Discord.Net.Core": "3.12.0", - "Discord.Net.Rest": "3.12.0" - }, - "runtime": { - "lib/net6.0/Discord.Net.WebSocket.dll": { - "assemblyVersion": "3.12.0.0", - "fileVersion": "3.12.0.0" - } - } - }, - "Google.Protobuf/3.19.4": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.19.4.0", - "fileVersion": "3.19.4.0" - } - } - }, - "K4os.Compression.LZ4/1.2.6": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/K4os.Compression.LZ4.dll": { - "assemblyVersion": "1.2.6.0", - "fileVersion": "1.2.6.0" - } - } - }, - "K4os.Compression.LZ4.Streams/1.2.6": { - "dependencies": { - "K4os.Compression.LZ4": "1.2.6", - "K4os.Hash.xxHash": "1.0.6" - }, - "runtime": { - "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": { - "assemblyVersion": "1.2.6.0", - "fileVersion": "1.2.6.0" - } - } - }, - "K4os.Hash.xxHash/1.0.6": { - "dependencies": { - "System.Memory": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/K4os.Hash.xxHash.dll": { - "assemblyVersion": "1.0.6.0", - "fileVersion": "1.0.6.0" - } - } - }, - "LightDB/2.0.3": { - "dependencies": { - "Aliyun.OSS.SDK.NetCore": "2.13.0", - "CSRedisCore": "3.6.6", - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Json": "5.0.0", - "MySql.Data": "8.0.29", - "MySqlConnector": "2.1.9", - "System.Data.SqlClient": "4.8.2" - }, - "runtime": { - "lib/netcoreapp3.1/LightDB.dll": { - "assemblyVersion": "1.0.12.0", - "fileVersion": "1.0.12.0" - } - } - }, - "LiteDB/5.0.17": { - "runtime": { - "lib/netstandard2.0/LiteDB.dll": { - "assemblyVersion": "5.0.17.0", - "fileVersion": "5.0.17.0" - } - } - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileProviders.Physical": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "5.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0" - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "runtime": { - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "Microsoft.NETCore.Platforms/3.1.0": {}, - "Microsoft.Win32.Registry/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "MySql.Data/8.0.29": { - "dependencies": { - "BouncyCastle.NetCore": "1.8.5", - "Google.Protobuf": "3.19.4", - "K4os.Compression.LZ4.Streams": "1.2.6", - "System.Buffers": "4.5.1", - "System.Configuration.ConfigurationManager": "4.4.1", - "System.Runtime.CompilerServices.Unsafe": "5.0.0", - "System.Security.Permissions": "4.7.0", - "System.Text.Encoding.CodePages": "4.4.0" - }, - "runtime": { - "lib/net6.0/MySql.Data.dll": { - "assemblyVersion": "8.0.29.0", - "fileVersion": "8.0.29.0" - }, - "lib/net6.0/Ubiety.Dns.Core.dll": { - "assemblyVersion": "2.2.1.0", - "fileVersion": "2.2.1.0" - }, - "lib/net6.0/ZstdNet.dll": { - "assemblyVersion": "1.4.5.0", - "fileVersion": "1.4.5.0" - } - } - }, - "MySqlConnector/2.1.9": { - "runtime": { - "lib/net6.0/MySqlConnector.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.9.0" - } - } - }, - "Newtonsoft.Json/13.0.2": { - "runtime": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "fileVersion": "13.0.2.27524" - } - } - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "native": { - "runtimes/win-x86/native/sni.dll": { - "fileVersion": "4.6.25512.1" - } - } - }, - "SteamStorefrontAPI/2.0.1.171": { - "dependencies": { - "Newtonsoft.Json": "13.0.2" - }, - "runtime": { - "lib/net6.0/SteamStorefrontAPI.dll": { - "assemblyVersion": "2.0.1.171", - "fileVersion": "2.0.1.171" - } - } - }, - "System.Buffers/4.5.1": {}, - "System.Collections.Immutable/5.0.0": {}, - "System.Configuration.ConfigurationManager/4.4.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25921.2" - } - } - }, - "System.Data.SqlClient/4.8.2": { - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.2", - "fileVersion": "4.700.20.37001" - } - } - }, - "System.Drawing.Common/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Interactive.Async/5.0.0": { - "dependencies": { - "System.Linq.Async": "5.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/System.Interactive.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Linq.Async/5.0.0": { - "runtime": { - "lib/netcoreapp3.1/System.Linq.Async.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": {}, - "System.Security.AccessControl/4.7.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "runtime": { - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Security.Permissions/4.7.0": { - "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Windows.Extensions": "4.7.0" - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Permissions.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "4.700.19.56404" - } - } - }, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Text.Encoding.CodePages/4.4.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" - } - }, - "System.ValueTuple/4.5.0": {}, - "System.Windows.Extensions/4.7.0": { - "dependencies": { - "System.Drawing.Common": "4.7.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { - "assemblyVersion": "4.0.1.0", - "fileVersion": "4.700.19.56404" - } - } - } - } - }, - "libraries": { - "DiscordQueryBot/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/7.0.9": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "A2S/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h6Iwe5aekW+QZjAiemeF4PXGqUznLsK13URwqEpCgCR6SZ+vK18xlzGFOBTRwYt7NGO5LdEdHgyL1IIXLpordA==", - "path": "a2s/1.0.2", - "hashPath": "a2s.1.0.2.nupkg.sha512" - }, - "Aliyun.OSS.SDK.NetCore/2.13.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ElvJwTAdBqFmgb7K4PdxDXPFbOBCIUI5OvCOMfCoUoDL21aivtWMFUtU1v4Dxc2wcrN8XQdY1EKeGFhJK/zVyQ==", - "path": "aliyun.oss.sdk.netcore/2.13.0", - "hashPath": "aliyun.oss.sdk.netcore.2.13.0.nupkg.sha512" - }, - "BouncyCastle.NetCore/1.8.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==", - "path": "bouncycastle.netcore/1.8.5", - "hashPath": "bouncycastle.netcore.1.8.5.nupkg.sha512" - }, - "CSRedisCore/3.6.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fxP+ZuW3wj1425iILLyF+L1oTjWRM5odFn0p/LFYkUWzEfYznjBB7xzn716kVH3SxD0cSv7fj9Jaf1kKaPduRA==", - "path": "csrediscore/3.6.6", - "hashPath": "csrediscore.3.6.6.nupkg.sha512" - }, - "Discord.Net/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ACCXwn/D27Lktg2X8Z43G8lofgwNcHkAnS64ZJ4Z+SuK9j5NVTFBo2jV2fi2OROivx21ZkVSKXLXs9Wrt8V5tw==", - "path": "discord.net/3.12.0", - "hashPath": "discord.net.3.12.0.nupkg.sha512" - }, - "Discord.Net.Commands/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xsX/cL3jDJKBDQjSk3lk1mT6nWAPOJFQHYYmoCExGvKBKsAYc7YxxPIY1zlXCEkJ0OiU62swuuEZdGevTNK01Q==", - "path": "discord.net.commands/3.12.0", - "hashPath": "discord.net.commands.3.12.0.nupkg.sha512" - }, - "Discord.Net.Core/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9MU124jnJYqfOt5nIGtpUZhQCFR6Ag2pB5KNDZRqZNMsKE2L3OkHuzDeD+iLSbOYYRPrbk+dfKOdnJZl+K1itA==", - "path": "discord.net.core/3.12.0", - "hashPath": "discord.net.core.3.12.0.nupkg.sha512" - }, - "Discord.Net.Interactions/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FlfWqw3O56AAXbR5sc67E1vuRT0WScFlwE7+BdIAW5m/ziiQVTFuZLmUPnE5rnWSf4lcqeLx7UXFJknBGMr6uw==", - "path": "discord.net.interactions/3.12.0", - "hashPath": "discord.net.interactions.3.12.0.nupkg.sha512" - }, - "Discord.Net.Rest/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lyp+1bVd4RnOmEMgM//yJ3zD7PZmT9tr6ljl/SPH66/kzlxex6kvlV7TyH7K93S0joKHzvGWm+lL0rEbkiFXPQ==", - "path": "discord.net.rest/3.12.0", - "hashPath": "discord.net.rest.3.12.0.nupkg.sha512" - }, - "Discord.Net.Webhook/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0n8dh/WbuEvR4jptPsGXyCMLbhgRzEh1/pZpCcNcQSnDLYNB3EYH9KtMzjH4ykDBBsL2LNcwWWBKpXC77AG6nA==", - "path": "discord.net.webhook/3.12.0", - "hashPath": "discord.net.webhook.3.12.0.nupkg.sha512" - }, - "Discord.Net.WebSocket/3.12.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bipottjJzE/yEc4CZmCURRboROuMqHQRGma7L+qYfv3VwNgb0+j2rxvawcY7Tr77EuX0EjnnNBGoKcdJClGYEQ==", - "path": "discord.net.websocket/3.12.0", - "hashPath": "discord.net.websocket.3.12.0.nupkg.sha512" - }, - "Google.Protobuf/3.19.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==", - "path": "google.protobuf/3.19.4", - "hashPath": "google.protobuf.3.19.4.nupkg.sha512" - }, - "K4os.Compression.LZ4/1.2.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==", - "path": "k4os.compression.lz4/1.2.6", - "hashPath": "k4os.compression.lz4.1.2.6.nupkg.sha512" - }, - "K4os.Compression.LZ4.Streams/1.2.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==", - "path": "k4os.compression.lz4.streams/1.2.6", - "hashPath": "k4os.compression.lz4.streams.1.2.6.nupkg.sha512" - }, - "K4os.Hash.xxHash/1.0.6": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==", - "path": "k4os.hash.xxhash/1.0.6", - "hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512" - }, - "LightDB/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mQJmmk5qw+YDC1SAYVljgYRzoR4YEvbC5yEfE0AsQrV2ilgIa5HgrQyhiWnl4hQjPkaEjoxzJx1IuqYiOHD6eA==", - "path": "lightdb/2.0.3", - "hashPath": "lightdb.2.0.3.nupkg.sha512" - }, - "LiteDB/5.0.17": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cKPvkdlzIts3ZKu/BzoIc/Y71e4VFKlij4LyioPFATZMot+wB7EAm1FFbZSJez6coJmQUoIg/3yHE1MMU+zOdg==", - "path": "litedb/5.0.17", - "hashPath": "litedb.5.0.17.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==", - "path": "microsoft.extensions.configuration/5.0.0", - "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==", - "path": "microsoft.extensions.configuration.abstractions/5.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==", - "path": "microsoft.extensions.configuration.fileextensions/5.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==", - "path": "microsoft.extensions.configuration.json/5.0.0", - "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==", - "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==", - "path": "microsoft.extensions.fileproviders.abstractions/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==", - "path": "microsoft.extensions.fileproviders.physical/5.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==", - "path": "microsoft.extensions.filesystemglobbing/5.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", - "path": "microsoft.extensions.primitives/5.0.0", - "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/3.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" - }, - "MySql.Data/8.0.29": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3I+QUbSDTknNVAWUEr8JEtXU5sk83kofwy79TROew9YMhVQAq39jZwpHQfFNG757JZFGWJ5oa5VA3tZBxJa1jw==", - "path": "mysql.data/8.0.29", - "hashPath": "mysql.data.8.0.29.nupkg.sha512" - }, - "MySqlConnector/2.1.9": { - "type": "package", - "serviceable": true, - "sha512": "sha512-72fgNLG3qVRaVkvjQOnY4jfbs7mukrMSWfu9b4l9LRwy5EKnPybRcDuaKtNI775c8FaeWgy/wEtV408opinAGQ==", - "path": "mysqlconnector/2.1.9", - "hashPath": "mysqlconnector.2.1.9.nupkg.sha512" - }, - "Newtonsoft.Json/13.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==", - "path": "newtonsoft.json/13.0.2", - "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512" - }, - "runtime.native.System.Data.SqlClient.sni/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "path": "runtime.native.system.data.sqlclient.sni/4.7.0", - "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", - "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", - "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", - "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", - "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" - }, - "SteamStorefrontAPI/2.0.1.171": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JIjpKZBFxyExaABCcdMBDxq4m6iDzpFTsG3K8l6KGy6nt7vIiDSfSl+fztA2aDXHepujarQETAkDFFOCMdKYhQ==", - "path": "steamstorefrontapi/2.0.1.171", - "hashPath": "steamstorefrontapi.2.0.1.171.nupkg.sha512" - }, - "System.Buffers/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" - }, - "System.Collections.Immutable/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/4.4.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", - "path": "system.configuration.configurationmanager/4.4.1", - "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512" - }, - "System.Data.SqlClient/4.8.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-80vGtW6uLB4AkyrdVuKTXYUyuXDPAsSKbTVfvjndZaRAYxzFzWhJbvUfeAKrN+128ycWZjLIAl61dFUwWHOOTw==", - "path": "system.data.sqlclient/4.8.2", - "hashPath": "system.data.sqlclient.4.8.2.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Interactive.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QaqhQVDiULcu4vm6o89+iP329HcK44cETHOYgy/jfEjtzeFy0ZxmuM7nel9ocjnKxEM4yh1mli7hgh8Q9o+/Iw==", - "path": "system.interactive.async/5.0.0", - "hashPath": "system.interactive.async.5.0.0.nupkg.sha512" - }, - "System.Linq.Async/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==", - "path": "system.linq.async/5.0.0", - "hashPath": "system.linq.async.5.0.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", - "path": "system.runtime.compilerservices.unsafe/5.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512" - }, - "System.Security.AccessControl/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", - "path": "system.security.accesscontrol/4.7.0", - "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", - "path": "system.security.cryptography.protecteddata/4.4.0", - "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512" - }, - "System.Security.Permissions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", - "path": "system.security.permissions/4.7.0", - "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", - "path": "system.text.encoding.codepages/4.4.0", - "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512" - }, - "System.ValueTuple/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", - "path": "system.valuetuple/4.5.0", - "hashPath": "system.valuetuple.4.5.0.nupkg.sha512" - }, - "System.Windows.Extensions/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", - "path": "system.windows.extensions/4.7.0", - "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" - } - }, - "runtimes": { - "win-x86": [ - "win", - "any", - "base" - ], - "win-x86-aot": [ - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win10-x86": [ - "win10", - "win81-x86", - "win81", - "win8-x86", - "win8", - "win7-x86", - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win10-x86-aot": [ - "win10-aot", - "win10-x86", - "win10", - "win81-x86-aot", - "win81-aot", - "win81-x86", - "win81", - "win8-x86-aot", - "win8-aot", - "win8-x86", - "win8", - "win7-x86-aot", - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win7-x86": [ - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win7-x86-aot": [ - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win8-x86": [ - "win8", - "win7-x86", - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win8-x86-aot": [ - "win8-aot", - "win8-x86", - "win8", - "win7-x86-aot", - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ], - "win81-x86": [ - "win81", - "win8-x86", - "win8", - "win7-x86", - "win7", - "win-x86", - "win", - "any", - "base" - ], - "win81-x86-aot": [ - "win81-aot", - "win81-x86", - "win81", - "win8-x86-aot", - "win8-aot", - "win8-x86", - "win8", - "win7-x86-aot", - "win7-aot", - "win7-x86", - "win7", - "win-x86-aot", - "win-aot", - "win-x86", - "win", - "aot", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.dll deleted file mode 100644 index dab3efe..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.exe b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.exe deleted file mode 100644 index d8d6337..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.exe and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.pdb b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.pdb deleted file mode 100644 index c12740b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.pdb and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.runtimeconfig.json b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.runtimeconfig.json deleted file mode 100644 index 247bf33..0000000 --- a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/DiscordQueryBot.runtimeconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net7.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "7.0.9" - } - ] - } -} \ No newline at end of file diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Google.Protobuf.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Google.Protobuf.dll deleted file mode 100644 index cf2e030..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Google.Protobuf.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Compression.LZ4.Streams.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Compression.LZ4.Streams.dll deleted file mode 100644 index 42f55d6..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Compression.LZ4.Streams.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Compression.LZ4.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Compression.LZ4.dll deleted file mode 100644 index 718ebb3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Compression.LZ4.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Hash.xxHash.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Hash.xxHash.dll deleted file mode 100644 index 4179a29..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/K4os.Hash.xxHash.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/LightDB.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/LightDB.dll deleted file mode 100644 index ffc47b1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/LightDB.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/LiteDB.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/LiteDB.dll deleted file mode 100644 index c1968ec..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/LiteDB.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.CSharp.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.CSharp.dll deleted file mode 100644 index a0f0e24..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.CSharp.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.DiaSymReader.Native.x86.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.DiaSymReader.Native.x86.dll deleted file mode 100644 index 3d7cae9..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.DiaSymReader.Native.x86.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.Abstractions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100644 index dd5ebe2..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.FileExtensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.FileExtensions.dll deleted file mode 100644 index c0bc056..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.Json.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.Json.dll deleted file mode 100644 index 77875f3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.dll deleted file mode 100644 index 4e5c5d8..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Configuration.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted file mode 100644 index 84aaf39..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileProviders.Abstractions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileProviders.Abstractions.dll deleted file mode 100644 index 2ab3e58..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileProviders.Physical.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileProviders.Physical.dll deleted file mode 100644 index 826974b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileSystemGlobbing.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileSystemGlobbing.dll deleted file mode 100644 index 7ca25d5..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Primitives.dll deleted file mode 100644 index 884f9dc..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.VisualBasic.Core.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.VisualBasic.Core.dll deleted file mode 100644 index b98d189..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.VisualBasic.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.VisualBasic.dll deleted file mode 100644 index 8307d2e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.Primitives.dll deleted file mode 100644 index cdbfdbc..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.Registry.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.Registry.dll deleted file mode 100644 index a3799ee..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.SystemEvents.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.SystemEvents.dll deleted file mode 100644 index c49c358..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/MySql.Data.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/MySql.Data.dll deleted file mode 100644 index c4eb61b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/MySql.Data.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/MySqlConnector.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/MySqlConnector.dll deleted file mode 100644 index 7d579d7..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/MySqlConnector.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Newtonsoft.Json.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Newtonsoft.Json.dll deleted file mode 100644 index 8ba89bf..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Newtonsoft.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Settings.json b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Settings.json deleted file mode 100644 index be2dcfb..0000000 --- a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "BotToken": "MTE2MTYxMzAyMzYxMDQwNDk2MA.G8dFQa.jfsVrYpK9aOCZ42PNO1fwWGiKV4gchBNTYe1CQ", - "ServerDescriptions": { - "127.0.0.1": "This is a cool description" - } -} diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/SteamStorefrontAPI.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/SteamStorefrontAPI.dll deleted file mode 100644 index 07f390e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/SteamStorefrontAPI.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.AppContext.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.AppContext.dll deleted file mode 100644 index d63bc15..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.AppContext.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Buffers.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Buffers.dll deleted file mode 100644 index fc88726..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Buffers.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Concurrent.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Concurrent.dll deleted file mode 100644 index cdb4099..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Concurrent.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Immutable.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Immutable.dll deleted file mode 100644 index 62db7e0..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Immutable.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.NonGeneric.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.NonGeneric.dll deleted file mode 100644 index 7495aa8..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Specialized.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Specialized.dll deleted file mode 100644 index 73068a1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.Specialized.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.dll deleted file mode 100644 index d3b08ee..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Collections.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.Annotations.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.Annotations.dll deleted file mode 100644 index a82ddba..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.DataAnnotations.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.DataAnnotations.dll deleted file mode 100644 index f3140a3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.EventBasedAsync.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.EventBasedAsync.dll deleted file mode 100644 index 5c291e9..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.Primitives.dll deleted file mode 100644 index dd93dc3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.TypeConverter.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 0125534..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.dll deleted file mode 100644 index 18baead..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ComponentModel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Configuration.ConfigurationManager.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Configuration.ConfigurationManager.dll deleted file mode 100644 index 8f9fd3c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Configuration.ConfigurationManager.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Configuration.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Configuration.dll deleted file mode 100644 index 60f563c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Configuration.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Console.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Console.dll deleted file mode 100644 index de73e70..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Console.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Core.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Core.dll deleted file mode 100644 index e6b22c5..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.Common.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.Common.dll deleted file mode 100644 index cbe5c4e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.Common.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.DataSetExtensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.DataSetExtensions.dll deleted file mode 100644 index 827c34e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.SqlClient.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.SqlClient.dll deleted file mode 100644 index 009a9de..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.SqlClient.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.dll deleted file mode 100644 index 26a5823..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Data.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Contracts.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Contracts.dll deleted file mode 100644 index 84f36d2..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Debug.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Debug.dll deleted file mode 100644 index bb267f0..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.DiagnosticSource.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.DiagnosticSource.dll deleted file mode 100644 index 083134f..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.FileVersionInfo.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.FileVersionInfo.dll deleted file mode 100644 index 3ff827c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Process.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Process.dll deleted file mode 100644 index de21035..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Process.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.StackTrace.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 716f7b6..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.TextWriterTraceListener.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100644 index ec01a6c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Tools.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Tools.dll deleted file mode 100644 index 7104992..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.TraceSource.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 0d13443..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Tracing.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Tracing.dll deleted file mode 100644 index 1d61dcf..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.Common.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.Common.dll deleted file mode 100644 index 9a04b68..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.Common.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.Primitives.dll deleted file mode 100644 index a3bcb5c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.dll deleted file mode 100644 index 2732f03..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Drawing.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Dynamic.Runtime.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Dynamic.Runtime.dll deleted file mode 100644 index fd670c0..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Formats.Asn1.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Formats.Asn1.dll deleted file mode 100644 index 8442946..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Formats.Asn1.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Formats.Tar.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Formats.Tar.dll deleted file mode 100644 index bcccf71..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Formats.Tar.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.Calendars.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.Calendars.dll deleted file mode 100644 index 395495e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.Calendars.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.Extensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.Extensions.dll deleted file mode 100644 index b390762..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.dll deleted file mode 100644 index 4354b71..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Globalization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.Brotli.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.Brotli.dll deleted file mode 100644 index b1a9f19..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.FileSystem.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.FileSystem.dll deleted file mode 100644 index 19786cf..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.Native.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.Native.dll deleted file mode 100644 index 4a4d7be..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.Native.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.ZipFile.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.ZipFile.dll deleted file mode 100644 index ff0bee9..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.dll deleted file mode 100644 index e0f0449..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Compression.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.AccessControl.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.AccessControl.dll deleted file mode 100644 index a2c6043..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.DriveInfo.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.DriveInfo.dll deleted file mode 100644 index 149ad9e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.Primitives.dll deleted file mode 100644 index 7ab5db0..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.Watcher.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.Watcher.dll deleted file mode 100644 index aae671e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.dll deleted file mode 100644 index a4103a7..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.FileSystem.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.IsolatedStorage.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.IsolatedStorage.dll deleted file mode 100644 index 9635578..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.MemoryMappedFiles.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index e47b872..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Pipes.AccessControl.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Pipes.AccessControl.dll deleted file mode 100644 index 5048384..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Pipes.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Pipes.dll deleted file mode 100644 index 7654bd9..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.Pipes.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.UnmanagedMemoryStream.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.UnmanagedMemoryStream.dll deleted file mode 100644 index 7fab3a8..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.dll deleted file mode 100644 index 7a882e7..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.IO.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Interactive.Async.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Interactive.Async.dll deleted file mode 100644 index bff7bd3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Interactive.Async.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Async.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Async.dll deleted file mode 100644 index c1d063b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Async.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Expressions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Expressions.dll deleted file mode 100644 index c49f2ec..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Expressions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Parallel.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Parallel.dll deleted file mode 100644 index 359ba18..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Parallel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Queryable.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Queryable.dll deleted file mode 100644 index a22af8e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.Queryable.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.dll deleted file mode 100644 index de36f9c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Linq.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Memory.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Memory.dll deleted file mode 100644 index bdd2d91..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Memory.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Http.Json.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Http.Json.dll deleted file mode 100644 index c509dac..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Http.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Http.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Http.dll deleted file mode 100644 index b88e0d6..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Http.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.HttpListener.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.HttpListener.dll deleted file mode 100644 index 74ca77d..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.HttpListener.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Mail.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Mail.dll deleted file mode 100644 index 05df599..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Mail.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.NameResolution.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.NameResolution.dll deleted file mode 100644 index 1e5ebee..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.NameResolution.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.NetworkInformation.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.NetworkInformation.dll deleted file mode 100644 index 23c29d7..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Ping.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Ping.dll deleted file mode 100644 index 6afd737..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Ping.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Primitives.dll deleted file mode 100644 index 4900018..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Quic.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Quic.dll deleted file mode 100644 index 84d533e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Quic.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Requests.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Requests.dll deleted file mode 100644 index 855fccc..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Requests.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Security.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Security.dll deleted file mode 100644 index 2e9a119..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Security.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.ServicePoint.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.ServicePoint.dll deleted file mode 100644 index 72f0876..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.ServicePoint.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Sockets.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Sockets.dll deleted file mode 100644 index f7e1556..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.Sockets.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebClient.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebClient.dll deleted file mode 100644 index 6d297dd..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebClient.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebHeaderCollection.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebHeaderCollection.dll deleted file mode 100644 index c125c89..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebProxy.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebProxy.dll deleted file mode 100644 index 5fd3189..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebProxy.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebSockets.Client.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebSockets.Client.dll deleted file mode 100644 index f3b8de1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebSockets.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebSockets.dll deleted file mode 100644 index 51398c4..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.WebSockets.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.dll deleted file mode 100644 index 4fc987b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Net.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Numerics.Vectors.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Numerics.Vectors.dll deleted file mode 100644 index 79a7b2a..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Numerics.Vectors.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Numerics.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Numerics.dll deleted file mode 100644 index b1700af..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Numerics.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ObjectModel.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ObjectModel.dll deleted file mode 100644 index 2cb55f5..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ObjectModel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.CoreLib.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.CoreLib.dll deleted file mode 100644 index 36e1d19..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.CoreLib.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.DataContractSerialization.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.DataContractSerialization.dll deleted file mode 100644 index 65d7281..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Uri.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Uri.dll deleted file mode 100644 index b1d4eef..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Uri.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Xml.Linq.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Xml.Linq.dll deleted file mode 100644 index 2906c5b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Xml.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Xml.dll deleted file mode 100644 index bbf2f54..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Private.Xml.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reactive.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reactive.dll deleted file mode 100644 index eb364ec..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reactive.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.DispatchProxy.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.DispatchProxy.dll deleted file mode 100644 index cf3ab73..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.ILGeneration.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.ILGeneration.dll deleted file mode 100644 index d034afa..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.Lightweight.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.Lightweight.dll deleted file mode 100644 index c6dc224..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.dll deleted file mode 100644 index f4fc668..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Emit.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Extensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Extensions.dll deleted file mode 100644 index b0a8b03..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Metadata.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Metadata.dll deleted file mode 100644 index b3998ca..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Metadata.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Primitives.dll deleted file mode 100644 index 94d42f0..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.TypeExtensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.TypeExtensions.dll deleted file mode 100644 index 8300a92..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.dll deleted file mode 100644 index 4d06eae..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Reflection.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.Reader.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.Reader.dll deleted file mode 100644 index c71aa1a..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.Reader.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.ResourceManager.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.ResourceManager.dll deleted file mode 100644 index a909ff8..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.Writer.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.Writer.dll deleted file mode 100644 index 7d20711..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Resources.Writer.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.CompilerServices.Unsafe.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 7b8f248..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.CompilerServices.VisualC.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100644 index 1c72c6f..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Extensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Extensions.dll deleted file mode 100644 index 5501265..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Handles.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Handles.dll deleted file mode 100644 index 32c5df1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Handles.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.JavaScript.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.JavaScript.dll deleted file mode 100644 index 000255d..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.JavaScript.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.RuntimeInformation.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index a92aeb4..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.dll deleted file mode 100644 index d1f9bf1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Intrinsics.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Intrinsics.dll deleted file mode 100644 index 58da509..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Loader.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Loader.dll deleted file mode 100644 index f98fa84..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Loader.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Numerics.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Numerics.dll deleted file mode 100644 index 420874b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Numerics.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Formatters.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Formatters.dll deleted file mode 100644 index 11dcd36..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Json.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Json.dll deleted file mode 100644 index 0fbbd2c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Primitives.dll deleted file mode 100644 index 9cb8094..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Xml.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Xml.dll deleted file mode 100644 index c4cb09e..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.dll deleted file mode 100644 index 273ad36..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.Serialization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.dll deleted file mode 100644 index 33bf43f..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Runtime.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.AccessControl.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.AccessControl.dll deleted file mode 100644 index df7af96..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.AccessControl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Claims.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Claims.dll deleted file mode 100644 index 0b49bb3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Claims.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Algorithms.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Algorithms.dll deleted file mode 100644 index 2780c5c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Cng.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Cng.dll deleted file mode 100644 index c122463..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Csp.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Csp.dll deleted file mode 100644 index 5a619e4..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Encoding.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Encoding.dll deleted file mode 100644 index 3dae8df..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.OpenSsl.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.OpenSsl.dll deleted file mode 100644 index 936d813..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Primitives.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Primitives.dll deleted file mode 100644 index 91d7b32..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.ProtectedData.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.ProtectedData.dll deleted file mode 100644 index df95234..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.ProtectedData.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.X509Certificates.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.X509Certificates.dll deleted file mode 100644 index ea54765..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.dll deleted file mode 100644 index d7b6087..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Cryptography.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Permissions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Permissions.dll deleted file mode 100644 index 76faf41..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Permissions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Principal.Windows.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Principal.Windows.dll deleted file mode 100644 index 83754bc..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Principal.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Principal.dll deleted file mode 100644 index a1b2c07..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.Principal.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.SecureString.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.SecureString.dll deleted file mode 100644 index 08d1451..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.SecureString.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.dll deleted file mode 100644 index 7b4e43c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Security.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ServiceModel.Web.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ServiceModel.Web.dll deleted file mode 100644 index 1c36ed5..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ServiceModel.Web.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ServiceProcess.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ServiceProcess.dll deleted file mode 100644 index 05226db..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ServiceProcess.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.CodePages.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.CodePages.dll deleted file mode 100644 index 6817fb0..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.Extensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.Extensions.dll deleted file mode 100644 index 59628c5..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.dll deleted file mode 100644 index 1f842c7..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encoding.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encodings.Web.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encodings.Web.dll deleted file mode 100644 index 1e7a3bf..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Json.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Json.dll deleted file mode 100644 index 5350e12..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.Json.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.RegularExpressions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.RegularExpressions.dll deleted file mode 100644 index c352b82..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Channels.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Channels.dll deleted file mode 100644 index 736a155..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Channels.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Overlapped.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Overlapped.dll deleted file mode 100644 index 7cbdad0..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Overlapped.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Dataflow.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Dataflow.dll deleted file mode 100644 index d309c09..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Extensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Extensions.dll deleted file mode 100644 index c3c8226..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Parallel.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Parallel.dll deleted file mode 100644 index f6af74a..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.dll deleted file mode 100644 index 88228d1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Tasks.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Thread.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Thread.dll deleted file mode 100644 index 694cf85..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Thread.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.ThreadPool.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.ThreadPool.dll deleted file mode 100644 index 875420c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Timer.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Timer.dll deleted file mode 100644 index fc0e934..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.Timer.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.dll deleted file mode 100644 index 4581037..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Threading.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Transactions.Local.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Transactions.Local.dll deleted file mode 100644 index 0c6cf86..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Transactions.Local.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Transactions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Transactions.dll deleted file mode 100644 index a4de504..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Transactions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ValueTuple.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ValueTuple.dll deleted file mode 100644 index b5b4202..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.ValueTuple.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Web.HttpUtility.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Web.HttpUtility.dll deleted file mode 100644 index 7fec08c..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Web.HttpUtility.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Web.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Web.dll deleted file mode 100644 index b2d5c4b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Web.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Windows.Extensions.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Windows.Extensions.dll deleted file mode 100644 index 3fb4939..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Windows.Extensions.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Windows.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Windows.dll deleted file mode 100644 index 5d895dd..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Windows.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.Linq.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.Linq.dll deleted file mode 100644 index da547c9..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.Linq.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.ReaderWriter.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.ReaderWriter.dll deleted file mode 100644 index 65b4317..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.Serialization.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.Serialization.dll deleted file mode 100644 index 1f5593b..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.Serialization.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XDocument.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XDocument.dll deleted file mode 100644 index 105953f..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XDocument.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XPath.XDocument.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XPath.XDocument.dll deleted file mode 100644 index 6da9739..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XPath.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XPath.dll deleted file mode 100644 index 5af0aa5..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XPath.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XmlDocument.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XmlDocument.dll deleted file mode 100644 index f9db0eb..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XmlSerializer.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XmlSerializer.dll deleted file mode 100644 index d1c9f0a..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.dll deleted file mode 100644 index 765e1c3..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.Xml.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.dll deleted file mode 100644 index cd2a8b2..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/System.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Ubiety.Dns.Core.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Ubiety.Dns.Core.dll deleted file mode 100644 index b10ecf2..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/Ubiety.Dns.Core.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/WindowsBase.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/WindowsBase.dll deleted file mode 100644 index 272abaf..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/WindowsBase.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/ZstdNet.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/ZstdNet.dll deleted file mode 100644 index bc60788..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/ZstdNet.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clretwrc.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clretwrc.dll deleted file mode 100644 index 28a9954..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clretwrc.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clrgc.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clrgc.dll deleted file mode 100644 index eef7bf2..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clrgc.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clrjit.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clrjit.dll deleted file mode 100644 index e3e2084..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/clrjit.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/coreclr.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/coreclr.dll deleted file mode 100644 index 594859d..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/coreclr.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/createdump.exe b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/createdump.exe deleted file mode 100644 index 6c4b8e1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/createdump.exe and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/hostfxr.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/hostfxr.dll deleted file mode 100644 index abb2af1..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/hostfxr.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/hostpolicy.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/hostpolicy.dll deleted file mode 100644 index 1ea0bcb..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/hostpolicy.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordaccore.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordaccore.dll deleted file mode 100644 index 62e8b65..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordaccore.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordaccore_x86_x86_7.0.923.32018.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordaccore_x86_x86_7.0.923.32018.dll deleted file mode 100644 index 62e8b65..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordaccore_x86_x86_7.0.923.32018.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordbi.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordbi.dll deleted file mode 100644 index 7cd4c1d..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscordbi.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscorlib.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscorlib.dll deleted file mode 100644 index 1932d24..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscorlib.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscorrc.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscorrc.dll deleted file mode 100644 index 76d7d55..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/mscorrc.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/msquic.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/msquic.dll deleted file mode 100644 index 7ccd843..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/msquic.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/netstandard.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/netstandard.dll deleted file mode 100644 index b825bfb..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/netstandard.dll and /dev/null differ diff --git a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/sni.dll b/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/sni.dll deleted file mode 100644 index 5fc21ac..0000000 Binary files a/DiscordQueryBot/bin/x86/Debug/net7.0/win-x86/sni.dll and /dev/null differ