{ "runtimeTarget": { "name": ".NETCoreApp,Version=v8.0", "signature": "" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v8.0": { "Rec_Rewild_Live_Rewrite/1.0.0": { "dependencies": { "Discord.Net": "3.18.0", "Discord.Net.Commands": "3.18.0", "Discord.Net.Core": "3.18.0", "Discord.Net.Interactions": "3.18.0", "JWT": "11.0.0", "LiteDB": "5.0.21", "Newtonsoft.Json": "13.0.4", "SixLabors.ImageSharp": "3.1.12", "System.IdentityModel.Tokens.Jwt": "8.15.0" }, "runtime": { "Rec_Rewild_Live_Rewrite.dll": {} } }, "Discord.Net/3.18.0": { "dependencies": { "Discord.Net.Commands": "3.18.0", "Discord.Net.Core": "3.18.0", "Discord.Net.Interactions": "3.18.0", "Discord.Net.Rest": "3.18.0", "Discord.Net.WebSocket": "3.18.0", "Discord.Net.Webhook": "3.18.0" } }, "Discord.Net.Commands/3.18.0": { "dependencies": { "Discord.Net.Core": "3.18.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "runtime": { "lib/net8.0/Discord.Net.Commands.dll": { "assemblyVersion": "3.18.0.0", "fileVersion": "3.18.0.0" } } }, "Discord.Net.Core/3.18.0": { "dependencies": { "Newtonsoft.Json": "13.0.4", "System.Collections.Immutable": "8.0.0", "System.Interactive.Async": "6.0.1", "System.ValueTuple": "4.5.0" }, "runtime": { "lib/net8.0/Discord.Net.Core.dll": { "assemblyVersion": "3.18.0.0", "fileVersion": "3.18.0.0" } } }, "Discord.Net.Interactions/3.18.0": { "dependencies": { "Discord.Net.Core": "3.18.0", "Discord.Net.Rest": "3.18.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", "System.Collections.Immutable": "8.0.0", "System.Reactive": "6.0.1" }, "runtime": { "lib/net8.0/Discord.Net.Interactions.dll": { "assemblyVersion": "3.18.0.0", "fileVersion": "3.18.0.0" } } }, "Discord.Net.Rest/3.18.0": { "dependencies": { "Discord.Net.Core": "3.18.0" }, "runtime": { "lib/net8.0/Discord.Net.Rest.dll": { "assemblyVersion": "3.18.0.0", "fileVersion": "3.18.0.0" } } }, "Discord.Net.Webhook/3.18.0": { "dependencies": { "Discord.Net.Core": "3.18.0", "Discord.Net.Rest": "3.18.0" }, "runtime": { "lib/net8.0/Discord.Net.Webhook.dll": { "assemblyVersion": "3.18.0.0", "fileVersion": "3.18.0.0" } } }, "Discord.Net.WebSocket/3.18.0": { "dependencies": { "Discord.Net.Core": "3.18.0", "Discord.Net.Rest": "3.18.0" }, "runtime": { "lib/net8.0/Discord.Net.WebSocket.dll": { "assemblyVersion": "3.18.0.0", "fileVersion": "3.18.0.0" } } }, "JWT/11.0.0": { "dependencies": { "Newtonsoft.Json": "13.0.4" }, "runtime": { "lib/net8.0/JWT.dll": { "assemblyVersion": "11.0.0.0", "fileVersion": "11.0.0.0" } } }, "LiteDB/5.0.21": { "dependencies": { "System.Buffers": "4.5.1" }, "runtime": { "lib/netstandard2.0/LiteDB.dll": { "assemblyVersion": "5.0.21.0", "fileVersion": "5.0.21.0" } } }, "Microsoft.Bcl.AsyncInterfaces/6.0.0": { "runtime": { "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.21.52210" } } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {}, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" } }, "Microsoft.IdentityModel.Abstractions/8.15.0": { "runtime": { "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { "assemblyVersion": "8.15.0.0", "fileVersion": "8.15.0.61118" } } }, "Microsoft.IdentityModel.JsonWebTokens/8.15.0": { "dependencies": { "Microsoft.IdentityModel.Tokens": "8.15.0" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "assemblyVersion": "8.15.0.0", "fileVersion": "8.15.0.61118" } } }, "Microsoft.IdentityModel.Logging/8.15.0": { "dependencies": { "Microsoft.IdentityModel.Abstractions": "8.15.0" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { "assemblyVersion": "8.15.0.0", "fileVersion": "8.15.0.61118" } } }, "Microsoft.IdentityModel.Tokens/8.15.0": { "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "8.0.0", "Microsoft.IdentityModel.Logging": "8.15.0" }, "runtime": { "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { "assemblyVersion": "8.15.0.0", "fileVersion": "8.15.0.61118" } } }, "Newtonsoft.Json/13.0.4": { "runtime": { "lib/net6.0/Newtonsoft.Json.dll": { "assemblyVersion": "13.0.0.0", "fileVersion": "13.0.4.30916" } } }, "SixLabors.ImageSharp/3.1.12": { "runtime": { "lib/net6.0/SixLabors.ImageSharp.dll": { "assemblyVersion": "3.0.0.0", "fileVersion": "3.1.12.0" } } }, "System.Buffers/4.5.1": {}, "System.Collections.Immutable/8.0.0": {}, "System.IdentityModel.Tokens.Jwt/8.15.0": { "dependencies": { "Microsoft.IdentityModel.JsonWebTokens": "8.15.0", "Microsoft.IdentityModel.Tokens": "8.15.0" }, "runtime": { "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { "assemblyVersion": "8.15.0.0", "fileVersion": "8.15.0.61118" } } }, "System.Interactive.Async/6.0.1": { "dependencies": { "System.Linq.Async": "6.0.1" }, "runtime": { "lib/net6.0/System.Interactive.Async.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.1.35981" } } }, "System.Linq.Async/6.0.1": { "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "6.0.0" }, "runtime": { "lib/net6.0/System.Linq.Async.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.1.35981" } } }, "System.Reactive/6.0.1": { "runtime": { "lib/net6.0/System.Reactive.dll": { "assemblyVersion": "6.0.0.0", "fileVersion": "6.0.1.7420" } } }, "System.ValueTuple/4.5.0": {} } }, "libraries": { "Rec_Rewild_Live_Rewrite/1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, "Discord.Net/3.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-cvLvdgHNJrqbyCxIxY3GBmE8i9dTdyqFwlsqECDAOcNHIZ7J1ep7N0+wRvoQm9JQ23LcjIZOSZf1xxHcCA7lzg==", "path": "discord.net/3.18.0", "hashPath": "discord.net.3.18.0.nupkg.sha512" }, "Discord.Net.Commands/3.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-FHJ5y6nvUeO2ik51akaaVdkXfYbW5sMm7fQRcu7oQ28e5bvIbDascjtQNI8jeDrwcZ3b1R21raVpr/iWB+rAXg==", "path": "discord.net.commands/3.18.0", "hashPath": "discord.net.commands.3.18.0.nupkg.sha512" }, "Discord.Net.Core/3.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-iu/KzWHMmCiilAs1EZXc+fAMsMTwZht5BxmYcMMzyE3oNknHfc1n2e4wIQQXCYVrIOBnH3e70qEEfFcAOCMr7Q==", "path": "discord.net.core/3.18.0", "hashPath": "discord.net.core.3.18.0.nupkg.sha512" }, "Discord.Net.Interactions/3.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-znyLG+MffuhjVKWjY/2YJXzRdBEb6aATTsfx13x8feEJDKnqh2aGY7dY+D1ricyZAxOtIt983Bd93ZnFef7Nrg==", "path": "discord.net.interactions/3.18.0", "hashPath": "discord.net.interactions.3.18.0.nupkg.sha512" }, "Discord.Net.Rest/3.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-TSg7cvYOuu6amdyW9yTt7KSLXRXOu/F2WV2lvQHCYw8HI/QAhCx7T0s8H8DVvDdv6AB5SboKB1+JTf/lQgsMqw==", "path": "discord.net.rest/3.18.0", "hashPath": "discord.net.rest.3.18.0.nupkg.sha512" }, "Discord.Net.Webhook/3.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-ZMsF5i3CaFbRzHwPwMd6d3GGJJwjBPKRJXswe/iSFv3ZgDo3j9lLXui8WwX8XqPna9ZC3I0aT8hVB5lbWKRI+g==", "path": "discord.net.webhook/3.18.0", "hashPath": "discord.net.webhook.3.18.0.nupkg.sha512" }, "Discord.Net.WebSocket/3.18.0": { "type": "package", "serviceable": true, "sha512": "sha512-ZAAb/qw+P7Yql1YaP6RzNV7zZRFjAbEdO7RLrKpwCVSc35iGSoYgwAr358AjQ4wAz+GQxDxnbrJM/zcqjWJ1Uw==", "path": "discord.net.websocket/3.18.0", "hashPath": "discord.net.websocket.3.18.0.nupkg.sha512" }, "JWT/11.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-jOT1PA95jgf78CqWsKt8hz9Uzv4J39vukzf5nYtfky9N6wl1W4vIXT1CdkQI7zG20HnApEMtmpC/pMtCKr4rvw==", "path": "jwt/11.0.0", "hashPath": "jwt.11.0.0.nupkg.sha512" }, "LiteDB/5.0.21": { "type": "package", "serviceable": true, "sha512": "sha512-ykJ7ffFl7P9YQKR/PLci6zupiLrsSCNkOTiw6OtzntH7d2kCYp5L1+3a/pksKgTEHcJBoPXFtg7VZSGVBseN9w==", "path": "litedb/5.0.21", "hashPath": "litedb.5.0.21.nupkg.sha512" }, "Microsoft.Bcl.AsyncInterfaces/6.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", "path": "microsoft.bcl.asyncinterfaces/6.0.0", "hashPath": "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512" }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "path": "microsoft.extensions.logging.abstractions/8.0.0", "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512" }, "Microsoft.IdentityModel.Abstractions/8.15.0": { "type": "package", "serviceable": true, "sha512": "sha512-e/DApa1GfxUqHSBHcpiQg8yaghKAvFVBQFcWh25jNoRobDZbduTUACY8bZ54eeGWXvimGmEDdF0zkS5Dq16XPQ==", "path": "microsoft.identitymodel.abstractions/8.15.0", "hashPath": "microsoft.identitymodel.abstractions.8.15.0.nupkg.sha512" }, "Microsoft.IdentityModel.JsonWebTokens/8.15.0": { "type": "package", "serviceable": true, "sha512": "sha512-3513f5VzvOZy3ELd42wGnh1Q3e83tlGAuXFSNbENpgWYoAhLLzgFtd5PiaOPGAU0gqKhYGVzKavghLUGfX3HQg==", "path": "microsoft.identitymodel.jsonwebtokens/8.15.0", "hashPath": "microsoft.identitymodel.jsonwebtokens.8.15.0.nupkg.sha512" }, "Microsoft.IdentityModel.Logging/8.15.0": { "type": "package", "serviceable": true, "sha512": "sha512-1gJLjhy0LV2RQMJ9NGzi5Tnb2l+c37o8D8Lrk2mrvmb6OQHZ7XJstd/XxvncXgBpad4x9CGXdipbZzJJCXKyAg==", "path": "microsoft.identitymodel.logging/8.15.0", "hashPath": "microsoft.identitymodel.logging.8.15.0.nupkg.sha512" }, "Microsoft.IdentityModel.Tokens/8.15.0": { "type": "package", "serviceable": true, "sha512": "sha512-zUE9ysJXBtXlHHRtcRK3Sp8NzdCI1z/BRDTXJQ2TvBoI0ENRtnufYIep0O5TSCJRJGDwwuLTUx+l/bEYZUxpCA==", "path": "microsoft.identitymodel.tokens/8.15.0", "hashPath": "microsoft.identitymodel.tokens.8.15.0.nupkg.sha512" }, "Newtonsoft.Json/13.0.4": { "type": "package", "serviceable": true, "sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==", "path": "newtonsoft.json/13.0.4", "hashPath": "newtonsoft.json.13.0.4.nupkg.sha512" }, "SixLabors.ImageSharp/3.1.12": { "type": "package", "serviceable": true, "sha512": "sha512-iAg6zifihXEFS/t7fiHhZBGAdCp3FavsF4i2ZIDp0JfeYeDVzvmlbY1CNhhIKimaIzrzSi5M/NBFcWvZT2rB/A==", "path": "sixlabors.imagesharp/3.1.12", "hashPath": "sixlabors.imagesharp.3.1.12.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/8.0.0": { "type": "package", "serviceable": true, "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==", "path": "system.collections.immutable/8.0.0", "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512" }, "System.IdentityModel.Tokens.Jwt/8.15.0": { "type": "package", "serviceable": true, "sha512": "sha512-dpodi7ixz6hxK8YCBYAWzm0IA8JYXoKcz0hbCbNifo519//rjUI0fBD8rfNr+IGqq+2gm4oQoXwHk09LX5SqqQ==", "path": "system.identitymodel.tokens.jwt/8.15.0", "hashPath": "system.identitymodel.tokens.jwt.8.15.0.nupkg.sha512" }, "System.Interactive.Async/6.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-f8H1O4ZWDQo344y5NQU76G4SIjWMuKDVXL9OM1dg6K5YZnLkc8iCdQDybBvMcC6ufk61jzXGVAX6UCDu0qDSjA==", "path": "system.interactive.async/6.0.1", "hashPath": "system.interactive.async.6.0.1.nupkg.sha512" }, "System.Linq.Async/6.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==", "path": "system.linq.async/6.0.1", "hashPath": "system.linq.async.6.0.1.nupkg.sha512" }, "System.Reactive/6.0.1": { "type": "package", "serviceable": true, "sha512": "sha512-rHaWtKDwCi9qJ3ObKo8LHPMuuwv33YbmQi7TcUK1C264V3MFnOr5Im7QgCTdLniztP3GJyeiSg5x8NqYJFqRmg==", "path": "system.reactive/6.0.1", "hashPath": "system.reactive.6.0.1.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" } } }