diff --git a/BlueWest.Api/xoxo/babe/BlueWest.Api.deps.json b/BlueWest.Api/xoxo/babe/BlueWest.Api.deps.json deleted file mode 100644 index 55c520a..0000000 --- a/BlueWest.Api/xoxo/babe/BlueWest.Api.deps.json +++ /dev/null @@ -1,589 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "BlueWest.Api/1.0.0": { - "dependencies": { - "BlueWest": "1.0.0", - "BlueWest.Data": "1.0.0", - "Grpc.AspNetCore": "2.41.0", - "Grpc.AspNetCore.Server": "2.41.0", - "Grpc.AspNetCore.Web": "2.41.0", - "Pomelo.EntityFrameworkCore.MySql": "6.0.2", - "Swashbuckle.AspNetCore": "5.6.3", - "Swashbuckle.AspNetCore.Swagger": "6.2.3" - }, - "runtime": { - "BlueWest.Api.dll": {} - } - }, - "Google.Protobuf/3.18.0": { - "runtime": { - "lib/net5.0/Google.Protobuf.dll": { - "assemblyVersion": "3.18.0.0", - "fileVersion": "3.18.0.0" - } - } - }, - "Grpc.AspNetCore/2.41.0": { - "dependencies": { - "Google.Protobuf": "3.18.0", - "Grpc.AspNetCore.Server.ClientFactory": "2.41.0", - "Grpc.Tools": "2.41.0" - } - }, - "Grpc.AspNetCore.Server/2.41.0": { - "dependencies": { - "Grpc.Net.Common": "2.41.0" - }, - "runtime": { - "lib/net6.0/Grpc.AspNetCore.Server.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.41.0.0" - } - } - }, - "Grpc.AspNetCore.Server.ClientFactory/2.41.0": { - "dependencies": { - "Grpc.AspNetCore.Server": "2.41.0", - "Grpc.Net.ClientFactory": "2.41.0" - }, - "runtime": { - "lib/net6.0/Grpc.AspNetCore.Server.ClientFactory.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.41.0.0" - } - } - }, - "Grpc.AspNetCore.Web/2.41.0": { - "runtime": { - "lib/net6.0/Grpc.AspNetCore.Web.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.41.0.0" - } - } - }, - "Grpc.Core.Api/2.41.0": { - "dependencies": { - "System.Memory": "4.5.3" - }, - "runtime": { - "lib/netstandard2.0/Grpc.Core.Api.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.41.0.0" - } - } - }, - "Grpc.Net.Client/2.41.0": { - "dependencies": { - "Grpc.Net.Common": "2.41.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net6.0/Grpc.Net.Client.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.41.0.0" - } - } - }, - "Grpc.Net.ClientFactory/2.41.0": { - "dependencies": { - "Grpc.Net.Client": "2.41.0", - "Microsoft.Extensions.Http": "3.0.3" - }, - "runtime": { - "lib/net6.0/Grpc.Net.ClientFactory.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.41.0.0" - } - } - }, - "Grpc.Net.Common/2.41.0": { - "dependencies": { - "Grpc.Core.Api": "2.41.0" - }, - "runtime": { - "lib/net6.0/Grpc.Net.Common.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.41.0.0" - } - } - }, - "Grpc.Tools/2.41.0": {}, - "Microsoft.EntityFrameworkCore/6.0.7": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "6.0.7", - "Microsoft.EntityFrameworkCore.Analyzers": "6.0.7", - "Microsoft.Extensions.Caching.Memory": "6.0.1", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "System.Collections.Immutable": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "6.0.7.0", - "fileVersion": "6.0.722.31501" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.7": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "6.0.7.0", - "fileVersion": "6.0.722.31501" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.7": {}, - "Microsoft.EntityFrameworkCore.Relational/6.0.7": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "6.0.7", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "6.0.7.0", - "fileVersion": "6.0.722.31501" - } - } - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - }, - "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6406" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, - "Microsoft.Extensions.Http/3.0.3": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Logging/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": {}, - "Microsoft.Extensions.Options/6.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.OpenApi/1.2.3": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.2.3.0", - "fileVersion": "1.2.3.0" - } - } - }, - "MySqlConnector/2.1.2": { - "runtime": { - "lib/net6.0/MySqlConnector.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.2.0" - } - } - }, - "Pomelo.EntityFrameworkCore.MySql/6.0.2": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "6.0.7", - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "MySqlConnector": "2.1.2" - }, - "runtime": { - "lib/net6.0/Pomelo.EntityFrameworkCore.MySql.dll": { - "assemblyVersion": "6.0.2.0", - "fileVersion": "6.0.2.0" - } - } - }, - "Swashbuckle.AspNetCore/5.6.3": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "3.0.0", - "Swashbuckle.AspNetCore.Swagger": "6.2.3", - "Swashbuckle.AspNetCore.SwaggerGen": "5.6.3", - "Swashbuckle.AspNetCore.SwaggerUI": "5.6.3" - } - }, - "Swashbuckle.AspNetCore.Swagger/6.2.3": { - "dependencies": { - "Microsoft.OpenApi": "1.2.3" - }, - "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "6.2.3.0", - "fileVersion": "6.2.3.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.2.3" - }, - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "5.6.3.0", - "fileVersion": "5.6.3.0" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": { - "runtime": { - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "5.6.3.0", - "fileVersion": "5.6.3.0" - } - } - }, - "System.Collections.Immutable/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Memory/4.5.3": {}, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "BlueWest/1.0.0": { - "runtime": { - "BlueWest.dll": {} - } - }, - "BlueWest.Data/1.0.0": { - "dependencies": { - "Math-Expression-Evaluator": "1.3.2" - }, - "runtime": { - "BlueWest.Data.dll": {} - } - }, - "Math-Expression-Evaluator/1.3.2": { - "runtime": { - "SimpleExpressionEvaluator.dll": {} - } - } - } - }, - "libraries": { - "BlueWest.Api/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Google.Protobuf/3.18.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Jm6+nppUm9LD+XVsLFkf1YyVlAKsG5gq+Hc/Rn3Zi2pDObBI6PCH/eHBFUJdARl40DpczEdHlV3+WTPOGIXetg==", - "path": "google.protobuf/3.18.0", - "hashPath": "google.protobuf.3.18.0.nupkg.sha512" - }, - "Grpc.AspNetCore/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JMwlIpaI6QnuO/LaHu40Oiq1ssIJTi4Q9z+MsKDeL8rqp9HFBzhepYnoWxXZZiahgLaC2kVDlcxbYuzucImBgQ==", - "path": "grpc.aspnetcore/2.41.0", - "hashPath": "grpc.aspnetcore.2.41.0.nupkg.sha512" - }, - "Grpc.AspNetCore.Server/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Snbmre+4zd7w5SKmaAq49G6l3eXpKwn6d//ph2klloVEradOvvMd1q2bYybG4Ryr6YU6bN2zJRpUQjKZy1JZug==", - "path": "grpc.aspnetcore.server/2.41.0", - "hashPath": "grpc.aspnetcore.server.2.41.0.nupkg.sha512" - }, - "Grpc.AspNetCore.Server.ClientFactory/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-no6+pmtH4PEqRyomEG0eQlPaO4hEY5bBDvEWfn6bVz1eRlE22L2+/XZay7AzIkrILsnm+GZIngEdnK8onfrJkQ==", - "path": "grpc.aspnetcore.server.clientfactory/2.41.0", - "hashPath": "grpc.aspnetcore.server.clientfactory.2.41.0.nupkg.sha512" - }, - "Grpc.AspNetCore.Web/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DdHsgKThh7Df7awF7j5QN3dmn0Ao/PG3A6IXqP/edmkEhGeYiMcWafwzxRLT0St2JJtFiGdvWHGWmQMpXU4mBA==", - "path": "grpc.aspnetcore.web/2.41.0", - "hashPath": "grpc.aspnetcore.web.2.41.0.nupkg.sha512" - }, - "Grpc.Core.Api/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bQ/mLaeACJ16hINQzKZA0ge648acF0OUiHd8JMdvpywJ41UFilDOd+t3yDG0M2XxgbB98z8EUf0HnprHLOO0qg==", - "path": "grpc.core.api/2.41.0", - "hashPath": "grpc.core.api.2.41.0.nupkg.sha512" - }, - "Grpc.Net.Client/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hKuRI7eHxIdrBtricxXuNu+vzjErt7n+zcIr47M56pnajKnzFlG4zwLiPCuxKC22cZTI5S6ef50jCrI/vQrL2w==", - "path": "grpc.net.client/2.41.0", - "hashPath": "grpc.net.client.2.41.0.nupkg.sha512" - }, - "Grpc.Net.ClientFactory/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-8uUxz9Sbpz7dudq3i2hBfmaRbLHImFcGx1Kn9CtpGtBok3WXL7FepUj0SIU4Iv95VQNYbefi41mIGxFylAO6Mg==", - "path": "grpc.net.clientfactory/2.41.0", - "hashPath": "grpc.net.clientfactory.2.41.0.nupkg.sha512" - }, - "Grpc.Net.Common/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Mcb6ybFRZYEqn1UVpfCADL2HSTJSK9+V2BBLyS6vebMNkmGwqa0KQ3x++kC+n28MAP4BlrR+jxW0XGNP6V9amw==", - "path": "grpc.net.common/2.41.0", - "hashPath": "grpc.net.common.2.41.0.nupkg.sha512" - }, - "Grpc.Tools/2.41.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u5jiyjo/ZX9O3WlrxEcM5yrnA45G+CM3ukMhDGZnaeXChqCNJEZDpayBiEAdeD4FZ/pAaGDr4rn1SpaHxLtPrw==", - "path": "grpc.tools/2.41.0", - "hashPath": "grpc.tools.2.41.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9BsvGSpTzxvqnxH19wLBFivK5TzWmsHZQc/1cQ4b2e+k85aIG9R4FYewQLHZdPrAxNQImXjTyW5nRI3s1rpt6A==", - "path": "microsoft.entityframeworkcore/6.0.7", - "hashPath": "microsoft.entityframeworkcore.6.0.7.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bjU0CkTqldgpVPTSj9M+R/3EaTz+u0jMeQMIC91YdGYDbpX/tAN5UYx+Ihzk4AtP8gmhburQUgMTdnmCE9c5sA==", - "path": "microsoft.entityframeworkcore.abstractions/6.0.7", - "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.7.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VAOrGma8mRspUb/9quwIr21UZVqfWOcRQqhcYNkHBUD7woenwFTBvntiC9h2Ebtvj/BrRfezqjaHpWVvPSg4dw==", - "path": "microsoft.entityframeworkcore.analyzers/6.0.7", - "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.7.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/6.0.7": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0uo4fPDHutMbd9AJJEKl2q/2fYuFGA8tEBE2fQeQFaNDd+F/aUjaXc1FUD84J7Wcax8WP40rZo1E0u9A0yPPZw==", - "path": "microsoft.entityframeworkcore.relational/6.0.7", - "hashPath": "microsoft.entityframeworkcore.relational.6.0.7.nupkg.sha512" - }, - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", - "path": "microsoft.extensions.apidescription.server/3.0.0", - "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", - "path": "microsoft.extensions.caching.abstractions/6.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==", - "path": "microsoft.extensions.caching.memory/6.0.1", - "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "path": "microsoft.extensions.configuration.abstractions/6.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "path": "microsoft.extensions.dependencyinjection/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Http/3.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dcyB8szIcSynjVZRuFgqkZpPgTc5zeRSj1HMXSmNqWbHYKiPYJl8ZQgBHz6wmZNSUUNGpCs5uxUg8DZHHDC1Ew==", - "path": "microsoft.extensions.http/3.0.3", - "hashPath": "microsoft.extensions.http.3.0.3.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "path": "microsoft.extensions.logging/6.0.0", - "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", - "path": "microsoft.extensions.logging.abstractions/6.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "path": "microsoft.extensions.options/6.0.0", - "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "path": "microsoft.extensions.primitives/6.0.0", - "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" - }, - "Microsoft.OpenApi/1.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", - "path": "microsoft.openapi/1.2.3", - "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" - }, - "MySqlConnector/2.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JVokQTUNN3WHAu9Vw8ieeq1dXTFokJiig5P0VJ4f439UxRrsPo6SaVWC8Zdm6mkPeQFhZ0/9afdWa02EY/1j/w==", - "path": "mysqlconnector/2.1.2", - "hashPath": "mysqlconnector.2.1.2.nupkg.sha512" - }, - "Pomelo.EntityFrameworkCore.MySql/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KvlZ800CnEuEGnxj5OT1fCKGjQXxW5kpPlCP91JqBYG+2Z3927eqXmlX6LLKUt4swqE8ZsEQ+Zkpab8bqstf4g==", - "path": "pomelo.entityframeworkcore.mysql/6.0.2", - "hashPath": "pomelo.entityframeworkcore.mysql.6.0.2.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/5.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UkL9GU0mfaA+7RwYjEaBFvAzL8qNQhNqAeV5uaWUu/Z+fVgvK9FHkGCpTXBqSQeIHuZaIElzxnLDdIqGzuCnVg==", - "path": "swashbuckle.aspnetcore/5.6.3", - "hashPath": "swashbuckle.aspnetcore.5.6.3.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/6.2.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==", - "path": "swashbuckle.aspnetcore.swagger/6.2.3", - "hashPath": "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/5.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-CkhVeod/iLd3ikVTDOwG5sym8BE5xbqGJ15iF3cC7ZPg2kEwDQL4a88xjkzsvC9oOB2ax6B0rK0EgRK+eOBX+w==", - "path": "swashbuckle.aspnetcore.swaggergen/5.6.3", - "hashPath": "swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/5.6.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BPvcPxQRMsYZ3HnYmGKRWDwX4Wo29WHh14Q6B10BB8Yfbbcza+agOC2UrBFA1EuaZuOsFLbp6E2+mqVNF/Je8A==", - "path": "swashbuckle.aspnetcore.swaggerui/5.6.3", - "hashPath": "swashbuckle.aspnetcore.swaggerui.5.6.3.nupkg.sha512" - }, - "System.Collections.Immutable/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "path": "system.collections.immutable/6.0.0", - "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Memory/4.5.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", - "path": "system.memory/4.5.3", - "hashPath": "system.memory.4.5.3.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "BlueWest/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "BlueWest.Data/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Math-Expression-Evaluator/1.3.2": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/BlueWest.Api/xoxo/babe/BlueWest.Api.dll b/BlueWest.Api/xoxo/babe/BlueWest.Api.dll deleted file mode 100644 index b37e496..0000000 Binary files a/BlueWest.Api/xoxo/babe/BlueWest.Api.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/BlueWest.Data.dll b/BlueWest.Api/xoxo/babe/BlueWest.Data.dll deleted file mode 100644 index 997b399..0000000 Binary files a/BlueWest.Api/xoxo/babe/BlueWest.Data.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/BlueWest.dll b/BlueWest.Api/xoxo/babe/BlueWest.dll deleted file mode 100644 index b7d443a..0000000 Binary files a/BlueWest.Api/xoxo/babe/BlueWest.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Google.Protobuf.dll b/BlueWest.Api/xoxo/babe/Google.Protobuf.dll deleted file mode 100644 index 1a2c191..0000000 Binary files a/BlueWest.Api/xoxo/babe/Google.Protobuf.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Server.ClientFactory.dll b/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Server.ClientFactory.dll deleted file mode 100644 index c5879ac..0000000 Binary files a/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Server.ClientFactory.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Server.dll b/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Server.dll deleted file mode 100644 index 6c46d99..0000000 Binary files a/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Server.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Web.dll b/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Web.dll deleted file mode 100644 index a929717..0000000 Binary files a/BlueWest.Api/xoxo/babe/Grpc.AspNetCore.Web.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Grpc.Core.Api.dll b/BlueWest.Api/xoxo/babe/Grpc.Core.Api.dll deleted file mode 100644 index 5920831..0000000 Binary files a/BlueWest.Api/xoxo/babe/Grpc.Core.Api.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Grpc.Net.Client.dll b/BlueWest.Api/xoxo/babe/Grpc.Net.Client.dll deleted file mode 100644 index 599945b..0000000 Binary files a/BlueWest.Api/xoxo/babe/Grpc.Net.Client.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Grpc.Net.ClientFactory.dll b/BlueWest.Api/xoxo/babe/Grpc.Net.ClientFactory.dll deleted file mode 100644 index 6a61a1b..0000000 Binary files a/BlueWest.Api/xoxo/babe/Grpc.Net.ClientFactory.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Grpc.Net.Common.dll b/BlueWest.Api/xoxo/babe/Grpc.Net.Common.dll deleted file mode 100644 index 52a1bbf..0000000 Binary files a/BlueWest.Api/xoxo/babe/Grpc.Net.Common.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.Abstractions.dll b/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100644 index 2850378..0000000 Binary files a/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.Relational.dll b/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100644 index e66a6a4..0000000 Binary files a/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.dll b/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.dll deleted file mode 100644 index 032e6e0..0000000 Binary files a/BlueWest.Api/xoxo/babe/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Microsoft.Extensions.Caching.Memory.dll b/BlueWest.Api/xoxo/babe/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100644 index 42eb85f..0000000 Binary files a/BlueWest.Api/xoxo/babe/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Microsoft.OpenApi.dll b/BlueWest.Api/xoxo/babe/Microsoft.OpenApi.dll deleted file mode 100644 index 14f3ded..0000000 Binary files a/BlueWest.Api/xoxo/babe/Microsoft.OpenApi.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/MySqlConnector.dll b/BlueWest.Api/xoxo/babe/MySqlConnector.dll deleted file mode 100644 index 3247a94..0000000 Binary files a/BlueWest.Api/xoxo/babe/MySqlConnector.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Pomelo.EntityFrameworkCore.MySql.dll b/BlueWest.Api/xoxo/babe/Pomelo.EntityFrameworkCore.MySql.dll deleted file mode 100644 index 97221ed..0000000 Binary files a/BlueWest.Api/xoxo/babe/Pomelo.EntityFrameworkCore.MySql.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/SimpleExpressionEvaluator.dll b/BlueWest.Api/xoxo/babe/SimpleExpressionEvaluator.dll deleted file mode 100644 index 01180cb..0000000 Binary files a/BlueWest.Api/xoxo/babe/SimpleExpressionEvaluator.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/SimpleExpressionEvaluator.xml b/BlueWest.Api/xoxo/babe/SimpleExpressionEvaluator.xml deleted file mode 100644 index 52b3cf1..0000000 --- a/BlueWest.Api/xoxo/babe/SimpleExpressionEvaluator.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - SimpleExpressionEvaluator - - - - - Class for compiling and evaluating simple mathematical expressions - - - - - Gets the current culture used by when parsing strings into numbers - - - - - Initializes new instance of using - - - - - Initializes new instance of using specified culture info - - Culture to use for parsing decimal numbers - - - - Compiles parameterized mathematical expression into a delegate which can be invoked with different arguments without having to parse the expression again. - - Expression to parse and compile - Delegate compiled from the expression - - - diff --git a/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.Swagger.dll b/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100644 index a30e6cc..0000000 Binary files a/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.SwaggerGen.dll b/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100644 index c73a8c5..0000000 Binary files a/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.SwaggerUI.dll b/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100644 index 67d7f86..0000000 Binary files a/BlueWest.Api/xoxo/babe/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/BlueWest.Api/xoxo/babe/appsettings.Development.json b/BlueWest.Api/xoxo/babe/appsettings.Development.json deleted file mode 100644 index 8983e0f..0000000 --- a/BlueWest.Api/xoxo/babe/appsettings.Development.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -} diff --git a/BlueWest.Api/xoxo/babe/appsettings.json b/BlueWest.Api/xoxo/babe/appsettings.json deleted file mode 100644 index cadbc89..0000000 --- a/BlueWest.Api/xoxo/babe/appsettings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "AllowedHosts": "*", - "ConnectionStrings": { - "LocalMySQL": "server=127.0.0.1;user=blueuser;password=JwuWxhWxhh$X1;database=bluedb;" - } -} diff --git a/BlueWest.Api/xoxo/babe/web.config b/BlueWest.Api/xoxo/babe/web.config deleted file mode 100644 index ef72228..0000000 --- a/BlueWest.Api/xoxo/babe/web.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file