diff --git a/.vs/AlfaPrentice/v16/.suo b/.vs/AlfaPrentice/v16/.suo index 4c86d49..fff6a1d 100644 Binary files a/.vs/AlfaPrentice/v16/.suo and b/.vs/AlfaPrentice/v16/.suo differ diff --git a/AlfaPrentice/AlfaPrentice.csproj b/AlfaPrentice/AlfaPrentice.csproj index 267fce0..7c0dcbd 100644 --- a/AlfaPrentice/AlfaPrentice.csproj +++ b/AlfaPrentice/AlfaPrentice.csproj @@ -7,16 +7,17 @@ - - - - - - + + + + + + + - + + - diff --git a/AlfaPrentice/Startup.cs b/AlfaPrentice/Startup.cs index bcb4650..f80d08d 100644 --- a/AlfaPrentice/Startup.cs +++ b/AlfaPrentice/Startup.cs @@ -22,12 +22,14 @@ namespace AlfaPrentice } public IConfiguration Configuration { get; } + // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServices(IServiceCollection services) { + services.Configure(Configuration); - services.AddDbContext(options => options.UseMySql(Configuration.GetConnectionString("AlfaPrentice"))); + services.AddDbContext(options => options.UseMySQL(Configuration.GetConnectionString("AlfaPrentice"))); services.AddControllers(); services.AddSwaggerGen(c => { diff --git a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.deps.json b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.deps.json index 7892db6..fb1c3ae 100644 --- a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.deps.json +++ b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.deps.json @@ -25,16 +25,17 @@ ".NETCoreApp,Version=v5.0": { "AlfaPrentice/1.0.0": { "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "5.0.1", - "Microsoft.AspNetCore.Authentication.OpenIdConnect": "5.0.1", - "Microsoft.EntityFrameworkCore": "5.0.1", - "Microsoft.Extensions.DependencyInjection": "5.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Debug": "5.0.0", + "Microsoft.AspNetCore.Authentication.JwtBearer": "3.1.10", + "Microsoft.AspNetCore.Authentication.OpenIdConnect": "3.1.10", + "Microsoft.EntityFrameworkCore": "3.1.10", + "Microsoft.EntityFrameworkCore.Relational": "3.1.10", + "Microsoft.Extensions.DependencyInjection": "3.1.10", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10", + "Microsoft.Extensions.Logging.Debug": "3.1.10", "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.10.9", - "Microsoft.VisualStudio.Web.CodeGeneration.Design": "5.0.1", + "Microsoft.VisualStudio.Web.CodeGeneration.Design": "3.1.4", + "MySql.Data.EntityFrameworkCore": "8.0.22", "Newtonsoft.Json": "12.0.3", - "Pomelo.EntityFrameworkCore.MySql": "3.2.4", "Swashbuckle.AspNetCore": "5.6.3", "Microsoft.AspNetCore.Antiforgery": "5.0.0.0", "Microsoft.AspNetCore.Authentication.Abstractions": "5.0.0.0", @@ -116,10 +117,10 @@ "Microsoft.CSharp.Reference": "5.0.0.0", "Microsoft.Extensions.Caching.Abstractions.Reference": "5.0.0.0", "Microsoft.Extensions.Caching.Memory.Reference": "5.0.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "5.0.0.0", - "Microsoft.Extensions.Configuration.Binder": "5.0.0.0", + "Microsoft.Extensions.Configuration.Abstractions.Reference": "5.0.0.0", + "Microsoft.Extensions.Configuration.Binder.Reference": "5.0.0.0", "Microsoft.Extensions.Configuration.CommandLine": "5.0.0.0", - "Microsoft.Extensions.Configuration": "5.0.0.0", + "Microsoft.Extensions.Configuration.Reference": "5.0.0.0", "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0.0", "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0.0", "Microsoft.Extensions.Configuration.Ini": "5.0.0.0", @@ -128,6 +129,7 @@ "Microsoft.Extensions.Configuration.UserSecrets": "5.0.0.0", "Microsoft.Extensions.Configuration.Xml": "5.0.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions.Reference": "5.0.0.0", + "Microsoft.Extensions.DependencyInjection.Reference": "5.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "5.0.0.0", "Microsoft.Extensions.Diagnostics.HealthChecks": "5.0.0.0", "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0.0", @@ -192,12 +194,12 @@ "System.Diagnostics.StackTrace": "5.0.0.0", "System.Diagnostics.TextWriterTraceListener": "5.0.0.0", "System.Diagnostics.Tools.Reference": "5.0.0.0", - "System.Diagnostics.TraceSource": "5.0.0.0", + "System.Diagnostics.TraceSource.Reference": "5.0.0.0", "System.Diagnostics.Tracing.Reference": "5.0.0.0", "System": "4.0.0.0", "System.Drawing": "4.0.0.0", "System.Drawing.Primitives": "5.0.0.0", - "System.Dynamic.Runtime": "5.0.0.0", + "System.Dynamic.Runtime.Reference": "5.0.0.0", "System.Formats.Asn1": "5.0.0.0", "System.Globalization.Calendars.Reference": "5.0.0.0", "System.Globalization.Reference": "5.0.0.0", @@ -226,7 +228,7 @@ "System.Net.Http.Json": "5.0.0.0", "System.Net.HttpListener": "5.0.0.0", "System.Net.Mail": "5.0.0.0", - "System.Net.NameResolution": "5.0.0.0", + "System.Net.NameResolution.Reference": "5.0.0.0", "System.Net.NetworkInformation": "5.0.0.0", "System.Net.Ping": "5.0.0.0", "System.Net.Primitives.Reference": "5.0.0.0", @@ -269,7 +271,7 @@ "System.Runtime.Serialization.Json": "5.0.0.0", "System.Runtime.Serialization.Primitives": "5.0.0.0", "System.Runtime.Serialization.Xml": "5.0.0.0", - "System.Security.AccessControl": "5.0.0.0", + "System.Security.AccessControl.Reference": "5.0.0.0", "System.Security.Claims": "5.0.0.0", "System.Security.Cryptography.Algorithms.Reference": "5.0.0.0", "System.Security.Cryptography.Cng.Reference": "5.0.0.0", @@ -279,9 +281,9 @@ "System.Security.Cryptography.X509Certificates.Reference": "5.0.0.0", "System.Security.Cryptography.Xml": "5.0.0.0", "System.Security": "4.0.0.0", - "System.Security.Permissions": "5.0.0.0", + "System.Security.Permissions.Reference": "5.0.0.0", "System.Security.Principal": "5.0.0.0", - "System.Security.Principal.Windows": "5.0.0.0", + "System.Security.Principal.Windows.Reference": "5.0.0.0", "System.Security.SecureString": "5.0.0.0", "System.ServiceModel.Web": "4.0.0.0", "System.ServiceProcess": "4.0.0.0", @@ -298,8 +300,8 @@ "System.Threading.Tasks.Reference": "5.0.0.0", "System.Threading.Tasks.Extensions.Reference": "5.0.0.0", "System.Threading.Tasks.Parallel": "5.0.0.0", - "System.Threading.Thread": "5.0.0.0", - "System.Threading.ThreadPool": "5.0.0.0", + "System.Threading.Thread.Reference": "5.0.0.0", + "System.Threading.ThreadPool.Reference": "5.0.0.0", "System.Threading.Timer.Reference": "5.0.0.0", "System.Transactions": "4.0.0.0", "System.Transactions.Local": "5.0.0.0", @@ -307,15 +309,15 @@ "System.Web": "4.0.0.0", "System.Web.HttpUtility": "5.0.0.0", "System.Windows": "4.0.0.0", - "System.Windows.Extensions": "5.0.0.0", + "System.Windows.Extensions.Reference": "5.0.0.0", "System.Xml": "4.0.0.0", "System.Xml.Linq": "4.0.0.0", "System.Xml.ReaderWriter.Reference": "5.0.0.0", "System.Xml.Serialization": "4.0.0.0", "System.Xml.XDocument.Reference": "5.0.0.0", - "System.Xml.XmlDocument": "5.0.0.0", + "System.Xml.XmlDocument.Reference": "5.0.0.0", "System.Xml.XmlSerializer": "5.0.0.0", - "System.Xml.XPath": "5.0.0.0", + "System.Xml.XPath.Reference": "5.0.0.0", "System.Xml.XPath.XDocument": "5.0.0.0", "WindowsBase": "4.0.0.0" }, @@ -326,43 +328,105 @@ "AlfaPrentice.dll": {} } }, - "Humanizer.Core/2.2.0": { + "BouncyCastle.NetCore/1.8.3": { "dependencies": { - "NETStandard.Library": "1.6.1" + "NETStandard.Library": "1.6.1", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0" }, "runtime": { - "lib/netstandard1.0/Humanizer.dll": { - "assemblyVersion": "2.2.0.0", - "fileVersion": "2.2.0.0" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/5.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.7.1" - }, - "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60107" + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "assemblyVersion": "1.8.2.0", + "fileVersion": "1.8.18099.1" } }, "compile": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} + "lib/netstandard2.0/BouncyCastle.Crypto.dll": {} } }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/5.0.1": { + "Google.Protobuf/3.11.4": { "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.7.1" + "System.Memory": "4.5.3" }, "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60107" + "lib/netstandard2.0/Google.Protobuf.dll": { + "assemblyVersion": "3.11.4.0", + "fileVersion": "3.11.4.0" } }, "compile": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} + "lib/netstandard2.0/Google.Protobuf.dll": {} + } + }, + "K4os.Compression.LZ4/1.1.11": { + "dependencies": { + "System.Memory": "4.5.3" + }, + "runtime": { + "lib/netstandard2.0/K4os.Compression.LZ4.dll": { + "assemblyVersion": "1.1.11.0", + "fileVersion": "1.1.11.0" + } + }, + "compile": { + "lib/netstandard2.0/K4os.Compression.LZ4.dll": {} + } + }, + "K4os.Compression.LZ4.Streams/1.1.11": { + "dependencies": { + "K4os.Compression.LZ4": "1.1.11", + "K4os.Hash.xxHash": "1.0.6" + }, + "runtime": { + "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll": { + "assemblyVersion": "1.1.11.0", + "fileVersion": "1.1.11.0" + } + }, + "compile": { + "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll": {} + } + }, + "K4os.Hash.xxHash/1.0.6": { + "dependencies": { + "System.Memory": "4.5.3" + }, + "runtime": { + "lib/netstandard2.0/K4os.Hash.xxHash.dll": { + "assemblyVersion": "1.0.6.0", + "fileVersion": "1.0.6.0" + } + }, + "compile": { + "lib/netstandard2.0/K4os.Hash.xxHash.dll": {} + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/3.1.10": { + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.5.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "assemblyVersion": "3.1.10.0", + "fileVersion": "3.100.1020.52004" + } + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} + } + }, + "Microsoft.AspNetCore.Authentication.OpenIdConnect/3.1.10": { + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.5.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": { + "assemblyVersion": "3.1.10.0", + "fileVersion": "3.100.1020.52004" + } + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} } }, "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { @@ -375,11 +439,11 @@ "Microsoft.AspNetCore.Html.Abstractions": "2.2.0" } }, - "Microsoft.AspNetCore.Razor.Language/5.0.0": { + "Microsoft.AspNetCore.Razor.Language/3.1.0": { "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.52605" + "assemblyVersion": "3.1.0.0", + "fileVersion": "3.100.19.56505" } }, "compile": { @@ -403,296 +467,326 @@ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} } }, - "Microsoft.CodeAnalysis.Analyzers/3.0.0": {}, - "Microsoft.CodeAnalysis.Common/3.8.0": { + "Microsoft.Bcl.HashCode/1.1.0": { + "runtime": { + "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "4.700.19.56404" + } + }, + "compile": { + "ref/netcoreapp2.1/Microsoft.Bcl.HashCode.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/2.9.4": {}, + "Microsoft.CodeAnalysis.Common/3.3.1": { "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", + "Microsoft.CodeAnalysis.Analyzers": "2.9.4", + "System.Collections.Immutable": "1.7.1", + "System.Memory": "4.5.3", + "System.Reflection.Metadata": "1.6.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2", "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" + "System.Threading.Tasks.Extensions": "4.5.3" }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "3.8.0.0", - "fileVersion": "3.800.20.56202" + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" } }, "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": {} } }, - "Microsoft.CodeAnalysis.CSharp/3.8.0": { + "Microsoft.CodeAnalysis.CSharp/3.3.1": { "dependencies": { - "Microsoft.CodeAnalysis.Common": "3.8.0" + "Microsoft.CodeAnalysis.Common": "3.3.1" }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "3.8.0.0", - "fileVersion": "3.800.20.56202" + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" } }, "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": {} } }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/3.8.0": { + "Microsoft.CodeAnalysis.CSharp.Workspaces/3.3.1": { "dependencies": { - "Humanizer.Core": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "3.8.0", - "Microsoft.CodeAnalysis.Common": "3.8.0", - "Microsoft.CodeAnalysis.Workspaces.Common": "3.8.0" + "Microsoft.CodeAnalysis.CSharp": "3.3.1", + "Microsoft.CodeAnalysis.Common": "3.3.1", + "Microsoft.CodeAnalysis.Workspaces.Common": "3.3.1" }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { - "assemblyVersion": "3.8.0.0", - "fileVersion": "3.800.20.56202" + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" } }, "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} } }, - "Microsoft.CodeAnalysis.Razor/5.0.0": { + "Microsoft.CodeAnalysis.Razor/3.1.0": { "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.0", - "Microsoft.CodeAnalysis.CSharp": "3.8.0", - "Microsoft.CodeAnalysis.Common": "3.8.0" + "Microsoft.AspNetCore.Razor.Language": "3.1.0", + "Microsoft.CodeAnalysis.CSharp": "3.3.1", + "Microsoft.CodeAnalysis.Common": "3.3.1" }, "runtime": { "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.52605" + "assemblyVersion": "3.1.0.0", + "fileVersion": "3.100.19.56505" } }, "compile": { "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} } }, - "Microsoft.CodeAnalysis.Workspaces.Common/3.8.0": { + "Microsoft.CodeAnalysis.Workspaces.Common/3.3.1": { "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.CodeAnalysis.Common": "3.8.0", + "Microsoft.CodeAnalysis.Common": "3.3.1", "System.Composition": "1.0.31" }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { - "assemblyVersion": "3.8.0.0", - "fileVersion": "3.800.20.56202" + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" } }, "resources": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll": {} } }, - "Microsoft.CSharp/4.5.0": {}, - "Microsoft.EntityFrameworkCore/5.0.1": { + "Microsoft.CSharp/4.0.1": { "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "5.0.1", - "Microsoft.EntityFrameworkCore.Analyzers": "5.0.1", - "Microsoft.Extensions.Caching.Memory": "5.0.0", - "Microsoft.Extensions.DependencyInjection": "5.0.1", - "Microsoft.Extensions.Logging": "5.0.0", - "System.Collections.Immutable": "5.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "Microsoft.EntityFrameworkCore/3.1.10": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "Microsoft.Bcl.HashCode": "1.1.0", + "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10", + "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10", + "Microsoft.Extensions.Caching.Memory": "3.1.10", + "Microsoft.Extensions.DependencyInjection": "3.1.10", + "Microsoft.Extensions.Logging": "3.1.10", + "System.Collections.Immutable": "1.7.1", + "System.ComponentModel.Annotations": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.1" }, "runtime": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.57509" + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": { + "assemblyVersion": "3.1.10.0", + "fileVersion": "3.100.1020.52002" } }, "compile": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {} + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/5.0.1": { + "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": { "runtime": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.57509" + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "assemblyVersion": "3.1.10.0", + "fileVersion": "3.100.1020.52002" } }, "compile": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {} + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {} } }, - "Microsoft.EntityFrameworkCore.Analyzers/5.0.1": {}, - "Microsoft.EntityFrameworkCore.Relational/3.1.8": { + "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": {}, + "Microsoft.EntityFrameworkCore.Relational/3.1.10": { "dependencies": { - "Microsoft.EntityFrameworkCore": "5.0.1" + "Microsoft.EntityFrameworkCore": "3.1.10" }, "runtime": { "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "3.1.8.0", - "fileVersion": "3.100.820.42012" + "assemblyVersion": "3.1.10.0", + "fileVersion": "3.100.1020.52002" } }, "compile": { @@ -700,130 +794,135 @@ } }, "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { + "Microsoft.Extensions.Caching.Abstractions/3.1.10": { "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.Primitives": "3.1.10" } }, - "Microsoft.Extensions.Caching.Memory/5.0.0": { + "Microsoft.Extensions.Caching.Memory/3.1.10": { "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.Caching.Abstractions": "3.1.10", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10", + "Microsoft.Extensions.Logging.Abstractions": "3.1.10", + "Microsoft.Extensions.Options": "3.1.10" } }, - "Microsoft.Extensions.DependencyInjection/5.0.1": { + "Microsoft.Extensions.Configuration/3.1.10": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "5.0.0.1", - "fileVersion": "5.0.120.57516" - } - }, - "compile": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {} + "Microsoft.Extensions.Configuration.Abstractions": "3.1.10" } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {}, - "Microsoft.Extensions.Logging/5.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/3.1.10": { "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "5.0.0" + "Microsoft.Extensions.Primitives": "3.1.10" } }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": {}, - "Microsoft.Extensions.Logging.Debug/5.0.0": { + "Microsoft.Extensions.Configuration.Binder/3.1.10": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0" + "Microsoft.Extensions.Configuration": "3.1.10" } }, - "Microsoft.Extensions.Options/5.0.0": { + "Microsoft.Extensions.DependencyInjection/3.1.10": { "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10" } }, - "Microsoft.Extensions.Primitives/5.0.0": {}, - "Microsoft.IdentityModel.JsonWebTokens/6.7.1": { + "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": {}, + "Microsoft.Extensions.Logging/3.1.10": { "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.7.1" + "Microsoft.Extensions.Configuration.Binder": "3.1.10", + "Microsoft.Extensions.DependencyInjection": "3.1.10", + "Microsoft.Extensions.Logging.Abstractions": "3.1.10", + "Microsoft.Extensions.Options": "3.1.10" + } + }, + "Microsoft.Extensions.Logging.Abstractions/3.1.10": {}, + "Microsoft.Extensions.Logging.Debug/3.1.10": { + "dependencies": { + "Microsoft.Extensions.Logging": "3.1.10" + } + }, + "Microsoft.Extensions.Options/3.1.10": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10", + "Microsoft.Extensions.Primitives": "3.1.10" + } + }, + "Microsoft.Extensions.Primitives/3.1.10": {}, + "Microsoft.IdentityModel.JsonWebTokens/5.5.0": { + "dependencies": { + "Microsoft.IdentityModel.Tokens": "5.5.0", + "Newtonsoft.Json": "12.0.3" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.7.1.0", - "fileVersion": "6.7.1.10630" + "assemblyVersion": "5.5.0.0", + "fileVersion": "5.5.0.60624" } }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} } }, - "Microsoft.IdentityModel.Logging/6.7.1": { + "Microsoft.IdentityModel.Logging/5.5.0": { "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.7.1.0", - "fileVersion": "6.7.1.10630" + "assemblyVersion": "5.5.0.0", + "fileVersion": "5.5.0.60624" } }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {} } }, - "Microsoft.IdentityModel.Protocols/6.7.1": { + "Microsoft.IdentityModel.Protocols/5.5.0": { "dependencies": { - "Microsoft.IdentityModel.Logging": "6.7.1", - "Microsoft.IdentityModel.Tokens": "6.7.1" + "Microsoft.IdentityModel.Logging": "5.5.0", + "Microsoft.IdentityModel.Tokens": "5.5.0" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.7.1.0", - "fileVersion": "6.7.1.10630" + "assemblyVersion": "5.5.0.0", + "fileVersion": "5.5.0.60624" } }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.7.1": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.5.0": { "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.7.1", - "System.IdentityModel.Tokens.Jwt": "6.7.1" + "Microsoft.IdentityModel.Protocols": "5.5.0", + "Newtonsoft.Json": "12.0.3", + "System.IdentityModel.Tokens.Jwt": "5.5.0" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.7.1.0", - "fileVersion": "6.7.1.10630" + "assemblyVersion": "5.5.0.0", + "fileVersion": "5.5.0.60624" } }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} } }, - "Microsoft.IdentityModel.Tokens/6.7.1": { + "Microsoft.IdentityModel.Tokens/5.5.0": { "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.7.1", + "Microsoft.IdentityModel.Logging": "5.5.0", + "Newtonsoft.Json": "12.0.3", "System.Security.Cryptography.Cng": "4.5.0" }, "runtime": { "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.7.1.0", - "fileVersion": "6.7.1.10630" + "assemblyVersion": "5.5.0.0", + "fileVersion": "5.5.0.60624" } }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {} } }, - "Microsoft.NETCore.Platforms/2.1.2": {}, + "Microsoft.NETCore.Platforms/3.1.0": {}, "Microsoft.NETCore.Targets/1.1.0": {}, "Microsoft.OpenApi/1.2.3": { "runtime": { @@ -837,161 +936,191 @@ } }, "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.10.9": {}, - "Microsoft.VisualStudio.Web.CodeGeneration/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration/3.1.4": { "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.1", - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "5.0.1" + "Microsoft.Extensions.DependencyInjection": "3.1.10", + "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "3.1.4" }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" } }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/3.1.4": { "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Collections.Immutable": "5.0.0" - }, - "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" - } - }, - "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Core/5.0.1": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.1", - "Microsoft.VisualStudio.Web.CodeGeneration.Templating": "5.0.1", "Newtonsoft.Json": "12.0.3" }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" } }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Design/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Core/3.1.4": { "dependencies": { - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "5.0.1" + "Microsoft.Extensions.DependencyInjection": "3.1.10", + "Microsoft.VisualStudio.Web.CodeGeneration.Templating": "3.1.4", + "Newtonsoft.Json": "12.0.3" }, "runtime": { - "lib/net5.0/dotnet-aspnet-codegenerator-design.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" - } - }, - "runtimeTargets": { - "runtimes/win-arm/lib/net5.0/dotnet-aspnet-codegenerator-design.exe": { - "rid": "win-arm", - "assetType": "runtime", - "fileVersion": "5.0.120.60303" - }, - "runtimes/win-arm64/lib/net5.0/dotnet-aspnet-codegenerator-design.exe": { - "rid": "win-arm64", - "assetType": "runtime", - "fileVersion": "5.0.120.60303" + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" } }, "compile": { - "lib/net5.0/dotnet-aspnet-codegenerator-design.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Design/3.1.4": { "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration.Core": "5.0.1" + "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "3.1.4" }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" + "lib/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" } }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} + "lib/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Templating/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/3.1.4": { "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.0", + "Microsoft.VisualStudio.Web.CodeGeneration.Core": "3.1.4" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} + } + }, + "Microsoft.VisualStudio.Web.CodeGeneration.Templating/3.1.4": { + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "3.1.0", "Microsoft.AspNetCore.Razor.Runtime": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "3.8.0", - "Microsoft.CodeAnalysis.Razor": "5.0.0", - "Microsoft.VisualStudio.Web.CodeGeneration.Utils": "5.0.1" + "Microsoft.CodeAnalysis.CSharp": "3.3.1", + "Microsoft.CodeAnalysis.Razor": "3.1.0", + "Microsoft.VisualStudio.Web.CodeGeneration.Utils": "3.1.4" }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" } }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Utils/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Utils/3.1.4": { "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "3.8.0", - "Microsoft.VisualStudio.Web.CodeGeneration.Contracts": "5.0.1", - "Newtonsoft.Json": "12.0.3" + "Microsoft.CodeAnalysis.CSharp.Workspaces": "3.3.1", + "Microsoft.VisualStudio.Web.CodeGeneration.Contracts": "3.1.4", + "Newtonsoft.Json": "12.0.3", + "NuGet.Frameworks": "4.7.0" }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" } }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/3.1.4": { "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration": "5.0.1" + "Microsoft.VisualStudio.Web.CodeGeneration": "3.1.4" }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": { - "assemblyVersion": "5.0.1.0", - "fileVersion": "5.0.120.60303" + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.100.420.40301" } }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} } }, "Microsoft.Win32.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, - "MySqlConnector/0.69.9": { + "Microsoft.Win32.SystemEvents/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0" + } + }, + "MySql.Data/8.0.22": { + "dependencies": { + "BouncyCastle.NetCore": "1.8.3", + "Google.Protobuf": "3.11.4", + "K4os.Compression.LZ4": "1.1.11", + "K4os.Compression.LZ4.Streams": "1.1.11", + "K4os.Hash.xxHash": "1.0.6", + "SSH.NET": "2016.1.0", + "System.Buffers": "4.5.1", + "System.Configuration.ConfigurationManager": "4.4.1", + "System.Security.Permissions": "4.7.0", + "System.Text.Encoding.CodePages": "4.5.1" + }, "runtime": { - "lib/netcoreapp3.0/MySqlConnector.dll": { - "assemblyVersion": "0.69.9.0", - "fileVersion": "0.69.9.0" + "lib/net5.0/MySql.Data.dll": { + "assemblyVersion": "8.0.22.0", + "fileVersion": "8.0.22.0" + }, + "lib/net5.0/Ubiety.Dns.Core.dll": { + "assemblyVersion": "2.2.1.0", + "fileVersion": "2.2.1.0" + }, + "lib/net5.0/Zstandard.Net.dll": { + "assemblyVersion": "1.1.7.0", + "fileVersion": "1.1.7.0" } }, "compile": { - "lib/netcoreapp3.0/MySqlConnector.dll": {} + "lib/net5.0/MySql.Data.dll": {}, + "lib/net5.0/Ubiety.Dns.Core.dll": {}, + "lib/net5.0/Zstandard.Net.dll": {} + } + }, + "MySql.Data.EntityFrameworkCore/8.0.22": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Relational": "3.1.10", + "MySql.Data": "8.0.22" + }, + "runtime": { + "lib/netstandard2.1/MySql.Data.EntityFrameworkCore.dll": { + "assemblyVersion": "8.0.22.0", + "fileVersion": "8.0.22.0" + } + }, + "compile": { + "lib/netstandard2.1/MySql.Data.EntityFrameworkCore.dll": {} } }, "NETStandard.Library/1.6.1": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.Win32.Primitives": "4.3.0", "System.AppContext": "4.3.0", "System.Collections": "4.3.0", @@ -1048,35 +1177,18 @@ "lib/netstandard2.0/Newtonsoft.Json.dll": {} } }, - "Pomelo.EntityFrameworkCore.MySql/3.2.4": { + "NuGet.Frameworks/4.7.0": { "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "3.1.8", - "MySqlConnector": "0.69.9", - "Pomelo.JsonObject": "2.2.1" + "NETStandard.Library": "1.6.1" }, "runtime": { - "lib/netstandard2.0/Pomelo.EntityFrameworkCore.MySql.dll": { - "assemblyVersion": "3.2.4.0", - "fileVersion": "3.2.4.0" + "lib/netstandard1.6/NuGet.Frameworks.dll": { + "assemblyVersion": "4.7.0.5", + "fileVersion": "4.7.0.5148" } }, "compile": { - "lib/netstandard2.0/Pomelo.EntityFrameworkCore.MySql.dll": {} - } - }, - "Pomelo.JsonObject/2.2.1": { - "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Newtonsoft.Json": "12.0.3" - }, - "runtime": { - "lib/netstandard2.0/Pomelo.JsonObject.dll": { - "assemblyVersion": "2.2.1.0", - "fileVersion": "2.2.1.0" - } - }, - "compile": { - "lib/netstandard2.0/Pomelo.JsonObject.dll": {} + "lib/netstandard1.6/NuGet.Frameworks.dll": {} } }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, @@ -1084,19 +1196,19 @@ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.native.System/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.IO.Compression/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.Net.Http/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0" } }, @@ -1127,6 +1239,56 @@ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "SSH.NET/2016.1.0": { + "dependencies": { + "Microsoft.CSharp": "4.0.1", + "SshNet.Security.Cryptography": "1.2.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.TraceSource": "4.0.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.NameResolution": "4.0.0", + "System.Net.Sockets": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Thread": "4.0.0", + "System.Threading.ThreadPool": "4.0.10", + "System.Threading.Timer": "4.3.0", + "System.Xml.XPath.XmlDocument": "4.0.1", + "System.Xml.XmlDocument": "4.0.1" + }, + "runtime": { + "lib/netstandard1.3/Renci.SshNet.dll": { + "assemblyVersion": "2016.1.0.0", + "fileVersion": "2016.1.0.0" + } + }, + "compile": { + "lib/netstandard1.3/Renci.SshNet.dll": {} + } + }, + "SshNet.Security.Cryptography/1.2.0": { + "dependencies": { + "System.IO": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/SshNet.Security.Cryptography.dll": { + "assemblyVersion": "1.2.0.0", + "fileVersion": "1.2.0.0" + } + }, + "compile": { + "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {} + } + }, "Swashbuckle.AspNetCore/5.6.3": { "dependencies": { "Microsoft.Extensions.ApiDescription.Server": "3.0.0", @@ -1179,18 +1341,10 @@ "System.Runtime": "4.3.0" } }, - "System.Buffers/4.3.0": { - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, + "System.Buffers/4.5.1": {}, "System.Collections/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } @@ -1209,16 +1363,8 @@ "System.Threading.Tasks": "4.3.0" } }, - "System.Collections.Immutable/5.0.0": { - "compile": { - "lib/netstandard2.0/System.Collections.Immutable.dll": {} - } - }, - "System.ComponentModel.Annotations/5.0.0": { - "compile": { - "ref/netstandard2.1/System.ComponentModel.Annotations.dll": {} - } - }, + "System.Collections.Immutable/1.7.1": {}, + "System.ComponentModel.Annotations/4.7.0": {}, "System.Composition/1.0.31": { "dependencies": { "System.Composition.AttributedModel": "1.0.31", @@ -1342,9 +1488,23 @@ "lib/netstandard1.0/System.Composition.TypedParts.dll": {} } }, + "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" + } + }, + "compile": { + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + } + }, "System.Console/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Runtime": "4.3.0", @@ -1353,40 +1513,74 @@ }, "System.Diagnostics.Debug/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, - "System.Diagnostics.DiagnosticSource/5.0.0": { - "compile": { - "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {} - } - }, + "System.Diagnostics.DiagnosticSource/4.7.1": {}, "System.Diagnostics.Tools/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, + "System.Diagnostics.TraceSource/4.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, "System.Diagnostics.Tracing/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, + "System.Drawing.Common/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.Win32.SystemEvents": "4.7.0" + } + }, + "System.Dynamic.Runtime/4.0.11": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, "System.Globalization/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Globalization.Calendars/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Runtime": "4.3.0" @@ -1394,7 +1588,7 @@ }, "System.Globalization.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "System.Globalization": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", @@ -1402,15 +1596,16 @@ "System.Runtime.InteropServices": "4.3.0" } }, - "System.IdentityModel.Tokens.Jwt/6.7.1": { + "System.IdentityModel.Tokens.Jwt/5.5.0": { "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.7.1", - "Microsoft.IdentityModel.Tokens": "6.7.1" + "Microsoft.IdentityModel.JsonWebTokens": "5.5.0", + "Microsoft.IdentityModel.Tokens": "5.5.0", + "Newtonsoft.Json": "12.0.3" }, "runtime": { "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.7.1.0", - "fileVersion": "6.7.1.10630" + "assemblyVersion": "5.5.0.0", + "fileVersion": "5.5.0.60624" } }, "compile": { @@ -1419,7 +1614,7 @@ }, "System.IO/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", @@ -1428,8 +1623,8 @@ }, "System.IO.Compression/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Buffers": "4.3.0", + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Buffers": "4.5.1", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.IO": "4.3.0", @@ -1447,7 +1642,7 @@ }, "System.IO.Compression.ZipFile/4.3.0": { "dependencies": { - "System.Buffers": "4.3.0", + "System.Buffers": "4.5.1", "System.IO": "4.3.0", "System.IO.Compression": "4.3.0", "System.IO.FileSystem": "4.3.0", @@ -1460,7 +1655,7 @@ }, "System.IO.FileSystem/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.IO.FileSystem.Primitives": "4.3.0", @@ -1505,13 +1700,13 @@ "System.Threading": "4.3.0" } }, - "System.Memory/4.5.4": {}, + "System.Memory/4.5.3": {}, "System.Net.Http/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "5.0.0", + "System.Diagnostics.DiagnosticSource": "4.7.1", "System.Diagnostics.Tracing": "4.3.0", "System.Globalization": "4.3.0", "System.Globalization.Extensions": "4.3.0", @@ -1536,9 +1731,27 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" } }, + "System.Net.NameResolution/4.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, "System.Net.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0" @@ -1546,7 +1759,7 @@ }, "System.Net.Sockets/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Net.Primitives": "4.3.0", @@ -1565,7 +1778,7 @@ }, "System.Reflection/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", @@ -1598,20 +1811,16 @@ }, "System.Reflection.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", "System.Runtime": "4.3.0" } }, - "System.Reflection.Metadata/5.0.0": { - "compile": { - "lib/netstandard2.0/System.Reflection.Metadata.dll": {} - } - }, + "System.Reflection.Metadata/1.6.0": {}, "System.Reflection.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } @@ -1624,7 +1833,7 @@ }, "System.Resources.ResourceManager/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", @@ -1633,28 +1842,28 @@ }, "System.Runtime/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0" } }, - "System.Runtime.CompilerServices.Unsafe/4.7.1": {}, + "System.Runtime.CompilerServices.Unsafe/4.5.2": {}, "System.Runtime.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Runtime.Handles/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Runtime.InteropServices/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", "System.Reflection.Primitives": "4.3.0", @@ -1681,9 +1890,15 @@ "System.Runtime.Extensions": "4.3.0" } }, + "System.Security.AccessControl/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + } + }, "System.Security.Cryptography.Algorithms/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "System.Collections": "4.3.0", "System.IO": "4.3.0", "System.Resources.ResourceManager": "4.3.0", @@ -1702,7 +1917,7 @@ "System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Csp/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "System.IO": "4.3.0", "System.Reflection": "4.3.0", "System.Resources.ResourceManager": "4.3.0", @@ -1719,7 +1934,7 @@ }, "System.Security.Cryptography.Encoding/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "System.Collections": "4.3.0", "System.Collections.Concurrent": "4.3.0", "System.Linq": "4.3.0", @@ -1761,9 +1976,25 @@ "System.Threading.Tasks": "4.3.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.Cryptography.X509Certificates/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Globalization": "4.3.0", @@ -1790,22 +2021,29 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" } }, + "System.Security.Permissions/4.7.0": { + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Windows.Extensions": "4.7.0" + } + }, + "System.Security.Principal.Windows/4.7.0": {}, "System.Text.Encoding/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, "System.Text.Encoding.CodePages/4.5.1": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.7.1" + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" } }, "System.Text.Encoding.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0" @@ -1825,19 +2063,35 @@ }, "System.Threading.Tasks/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, - "System.Threading.Tasks.Extensions/4.5.4": {}, + "System.Threading.Tasks.Extensions/4.5.3": {}, + "System.Threading.Thread/4.0.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Threading.ThreadPool/4.0.10": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, "System.Threading.Timer/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", + "Microsoft.NETCore.Platforms": "3.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0" } }, + "System.Windows.Extensions/4.7.0": { + "dependencies": { + "System.Drawing.Common": "4.7.0" + } + }, "System.Xml.ReaderWriter/4.3.0": { "dependencies": { "System.Collections": "4.3.0", @@ -1854,7 +2108,7 @@ "System.Text.Encoding.Extensions": "4.3.0", "System.Text.RegularExpressions": "4.3.0", "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.5.4" + "System.Threading.Tasks.Extensions": "4.5.3" } }, "System.Xml.XDocument/4.3.0": { @@ -1873,6 +2127,56 @@ "System.Xml.ReaderWriter": "4.3.0" } }, + "System.Xml.XmlDocument/4.0.1": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + } + }, + "System.Xml.XPath/4.0.1": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + } + }, + "System.Xml.XPath.XmlDocument/4.0.1": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XPath": "4.0.1", + "System.Xml.XmlDocument": "4.0.1" + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "1.0.24212.1" + } + }, + "compile": { + "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} + } + }, "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { "compile": { "Microsoft.AspNetCore.Antiforgery.dll": {} @@ -2353,13 +2657,13 @@ }, "compileOnly": true }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0.0": { + "Microsoft.Extensions.Configuration.Abstractions.Reference/5.0.0.0": { "compile": { "Microsoft.Extensions.Configuration.Abstractions.dll": {} }, "compileOnly": true }, - "Microsoft.Extensions.Configuration.Binder/5.0.0.0": { + "Microsoft.Extensions.Configuration.Binder.Reference/5.0.0.0": { "compile": { "Microsoft.Extensions.Configuration.Binder.dll": {} }, @@ -2371,7 +2675,7 @@ }, "compileOnly": true }, - "Microsoft.Extensions.Configuration/5.0.0.0": { + "Microsoft.Extensions.Configuration.Reference/5.0.0.0": { "compile": { "Microsoft.Extensions.Configuration.dll": {} }, @@ -2425,6 +2729,12 @@ }, "compileOnly": true }, + "Microsoft.Extensions.DependencyInjection.Reference/5.0.0.0": { + "compile": { + "Microsoft.Extensions.DependencyInjection.dll": {} + }, + "compileOnly": true + }, "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { "compile": { "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} @@ -2809,7 +3119,7 @@ }, "compileOnly": true }, - "System.Diagnostics.TraceSource/5.0.0.0": { + "System.Diagnostics.TraceSource.Reference/5.0.0.0": { "compile": { "System.Diagnostics.TraceSource.dll": {} }, @@ -2839,7 +3149,7 @@ }, "compileOnly": true }, - "System.Dynamic.Runtime/5.0.0.0": { + "System.Dynamic.Runtime.Reference/5.0.0.0": { "compile": { "System.Dynamic.Runtime.dll": {} }, @@ -3013,7 +3323,7 @@ }, "compileOnly": true }, - "System.Net.NameResolution/5.0.0.0": { + "System.Net.NameResolution.Reference/5.0.0.0": { "compile": { "System.Net.NameResolution.dll": {} }, @@ -3271,7 +3581,7 @@ }, "compileOnly": true }, - "System.Security.AccessControl/5.0.0.0": { + "System.Security.AccessControl.Reference/5.0.0.0": { "compile": { "System.Security.AccessControl.dll": {} }, @@ -3331,7 +3641,7 @@ }, "compileOnly": true }, - "System.Security.Permissions/5.0.0.0": { + "System.Security.Permissions.Reference/5.0.0.0": { "compile": { "System.Security.Permissions.dll": {} }, @@ -3343,7 +3653,7 @@ }, "compileOnly": true }, - "System.Security.Principal.Windows/5.0.0.0": { + "System.Security.Principal.Windows.Reference/5.0.0.0": { "compile": { "System.Security.Principal.Windows.dll": {} }, @@ -3445,13 +3755,13 @@ }, "compileOnly": true }, - "System.Threading.Thread/5.0.0.0": { + "System.Threading.Thread.Reference/5.0.0.0": { "compile": { "System.Threading.Thread.dll": {} }, "compileOnly": true }, - "System.Threading.ThreadPool/5.0.0.0": { + "System.Threading.ThreadPool.Reference/5.0.0.0": { "compile": { "System.Threading.ThreadPool.dll": {} }, @@ -3499,7 +3809,7 @@ }, "compileOnly": true }, - "System.Windows.Extensions/5.0.0.0": { + "System.Windows.Extensions.Reference/5.0.0.0": { "compile": { "System.Windows.Extensions.dll": {} }, @@ -3535,7 +3845,7 @@ }, "compileOnly": true }, - "System.Xml.XmlDocument/5.0.0.0": { + "System.Xml.XmlDocument.Reference/5.0.0.0": { "compile": { "System.Xml.XmlDocument.dll": {} }, @@ -3547,7 +3857,7 @@ }, "compileOnly": true }, - "System.Xml.XPath/5.0.0.0": { + "System.Xml.XPath.Reference/5.0.0.0": { "compile": { "System.Xml.XPath.dll": {} }, @@ -3573,26 +3883,54 @@ "serviceable": false, "sha512": "" }, - "Humanizer.Core/2.2.0": { + "BouncyCastle.NetCore/1.8.3": { "type": "package", "serviceable": true, - "sha512": "sha512-rsYXB7+iUPP8AHgQ8JP2UZI2xK2KhjcdGr9E6zX3CsZaTLCaw8M35vaAJRo1rfxeaZEVMuXeaquLVCkZ7JcZ5Q==", - "path": "humanizer.core/2.2.0", - "hashPath": "humanizer.core.2.2.0.nupkg.sha512" + "sha512": "sha512-jAy3uHN1U9DpoT/TgLqDTEhlccn/4doOVxhSmmNsnoSsGfHT9Lwr634ac9D0YFujAhNw61nWF4UIpHyzv0aQww==", + "path": "bouncycastle.netcore/1.8.3", + "hashPath": "bouncycastle.netcore.1.8.3.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.JwtBearer/5.0.1": { + "Google.Protobuf/3.11.4": { "type": "package", "serviceable": true, - "sha512": "sha512-BGCA7V2+x6gjzZcOLfn1UYTicTBbK1kMVsoV56qiVc2+zpdEc62YPbLCC7jBUpjCeS9w/5FkGMkjvtwCarH7hg==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/5.0.1", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.5.0.1.nupkg.sha512" + "sha512": "sha512-dajCxjDCiPyZuqwZCkFJTwhn/0TJ5VesIs4fXvs56ez1VUi68JjhYMMsPjnJ9gcPqJwTMtXMU1WqUdXYiG1x4w==", + "path": "google.protobuf/3.11.4", + "hashPath": "google.protobuf.3.11.4.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/5.0.1": { + "K4os.Compression.LZ4/1.1.11": { "type": "package", "serviceable": true, - "sha512": "sha512-bZZrUvT54W3lKQiP7e/11e2h76Qk81bG5TlqLB7tOTg02Uc02dYpbm6488NwmeKfSfO8Pto8rPwy5aq2rFRSgA==", - "path": "microsoft.aspnetcore.authentication.openidconnect/5.0.1", - "hashPath": "microsoft.aspnetcore.authentication.openidconnect.5.0.1.nupkg.sha512" + "sha512": "sha512-RNvJw0UGkedPhCqVBNIogtfQebY+bQt0PN7xDbVe5LWLra0ZEqPfjPSl7iStj3rgDnkqkkTTpm+vCX3hU1qKmA==", + "path": "k4os.compression.lz4/1.1.11", + "hashPath": "k4os.compression.lz4.1.1.11.nupkg.sha512" + }, + "K4os.Compression.LZ4.Streams/1.1.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-x+BidXriYsNP4HNTHKx+5cVQguHHwbfs6nM79fDHOCOrcNwnaBms4dwzAV/ZALmKsNKcHmY74PeUZiCC4qLKwQ==", + "path": "k4os.compression.lz4.streams/1.1.11", + "hashPath": "k4os.compression.lz4.streams.1.1.11.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" + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/3.1.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0FwXX6sTTXBq+ZajtT9VSNNFfmzsFL7Jiy4Qj4qT5qBbUPry26V2rh8QMWn52J2+81q9u7Bm0YKfsClu22VTMA==", + "path": "microsoft.aspnetcore.authentication.jwtbearer/3.1.10", + "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.3.1.10.nupkg.sha512" + }, + "Microsoft.AspNetCore.Authentication.OpenIdConnect/3.1.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ojc6eLyIAuXGpX9DlOUMuuodTefEVsLh3O8SNVgkTMyM6lA7beES2qTBCbsvG3/42Xjcojsiq840g05bsHXocQ==", + "path": "microsoft.aspnetcore.authentication.openidconnect/3.1.10", + "hashPath": "microsoft.aspnetcore.authentication.openidconnect.3.1.10.nupkg.sha512" }, "Microsoft.AspNetCore.Html.Abstractions/2.2.0": { "type": "package", @@ -3608,12 +3946,12 @@ "path": "microsoft.aspnetcore.razor/2.2.0", "hashPath": "microsoft.aspnetcore.razor.2.2.0.nupkg.sha512" }, - "Microsoft.AspNetCore.Razor.Language/5.0.0": { + "Microsoft.AspNetCore.Razor.Language/3.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-6yOBBASGfXMx1fY6hyjvG+oM3eR8vovIehDdEZW7jAV4gKlY4xuAvTm7Iw1fEq7KPunh2VrJwo7oRK1XxUn1OQ==", - "path": "microsoft.aspnetcore.razor.language/5.0.0", - "hashPath": "microsoft.aspnetcore.razor.language.5.0.0.nupkg.sha512" + "sha512": "sha512-e/atqZ5CzmJWuG/yaYOzbWNON+oqNKfk1M/xTYW+hje/RoiUUjVP88wrX1s9rEHzaAU4UljIOSvMxLABc2X2gg==", + "path": "microsoft.aspnetcore.razor.language/3.1.0", + "hashPath": "microsoft.aspnetcore.razor.language.3.1.0.nupkg.sha512" }, "Microsoft.AspNetCore.Razor.Runtime/2.2.0": { "type": "package", @@ -3629,82 +3967,89 @@ "path": "microsoft.bcl.asyncinterfaces/1.1.1", "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" }, - "Microsoft.CodeAnalysis.Analyzers/3.0.0": { + "Microsoft.Bcl.HashCode/1.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-ojG5pGAhTPmjxRGTNvuszO3H8XPZqksDwr9xLd4Ae/JBjZZdl6GuoLk7uLMf+o7yl5wO0TAqoWcEKkEWqrZE5g==", - "path": "microsoft.codeanalysis.analyzers/3.0.0", - "hashPath": "microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512" + "sha512": "sha512-J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg==", + "path": "microsoft.bcl.hashcode/1.1.0", + "hashPath": "microsoft.bcl.hashcode.1.1.0.nupkg.sha512" }, - "Microsoft.CodeAnalysis.Common/3.8.0": { + "Microsoft.CodeAnalysis.Analyzers/2.9.4": { "type": "package", "serviceable": true, - "sha512": "sha512-8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "path": "microsoft.codeanalysis.common/3.8.0", - "hashPath": "microsoft.codeanalysis.common.3.8.0.nupkg.sha512" + "sha512": "sha512-alIJhS0VUg/7x5AsHEoovh/wRZ0RfCSS7k5pDSqpRLTyuMTtRgj6OJJPRApRhJHOGYYsLakf1hKeXFoDwKwNkg==", + "path": "microsoft.codeanalysis.analyzers/2.9.4", + "hashPath": "microsoft.codeanalysis.analyzers.2.9.4.nupkg.sha512" }, - "Microsoft.CodeAnalysis.CSharp/3.8.0": { + "Microsoft.CodeAnalysis.Common/3.3.1": { "type": "package", "serviceable": true, - "sha512": "sha512-hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "path": "microsoft.codeanalysis.csharp/3.8.0", - "hashPath": "microsoft.codeanalysis.csharp.3.8.0.nupkg.sha512" + "sha512": "sha512-N5yQdGy+M4kimVG7hwCeGTCfgYjK2o5b/Shumkb/rCC+/SAkvP1HUAYK+vxPFS7dLJNtXLRsmPHKj3fnyNWnrw==", + "path": "microsoft.codeanalysis.common/3.3.1", + "hashPath": "microsoft.codeanalysis.common.3.3.1.nupkg.sha512" }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/3.8.0": { + "Microsoft.CodeAnalysis.CSharp/3.3.1": { "type": "package", "serviceable": true, - "sha512": "sha512-rdEBvPWqe/IIscsnp7OkZ4tQin8khxBcSLyV9tU+sHdw9uW9U0GKL+Dv2rD4voC1bZBaO18Hp+m4Vkyfmaz0OA==", - "path": "microsoft.codeanalysis.csharp.workspaces/3.8.0", - "hashPath": "microsoft.codeanalysis.csharp.workspaces.3.8.0.nupkg.sha512" + "sha512": "sha512-WDUIhTHem38H6VJ98x2Ssq0fweakJHnHYl7vbG8ARnsAwLoJKCQCy78EeY1oRrCKG42j0v6JVljKkeqSDA28UA==", + "path": "microsoft.codeanalysis.csharp/3.3.1", + "hashPath": "microsoft.codeanalysis.csharp.3.3.1.nupkg.sha512" }, - "Microsoft.CodeAnalysis.Razor/5.0.0": { + "Microsoft.CodeAnalysis.CSharp.Workspaces/3.3.1": { "type": "package", "serviceable": true, - "sha512": "sha512-s4u/6z/MQ35y/egrXf4WgJlUZf5GGvuba9mZ700dH4XxLBrA9Fw9kFZ8uymoATry7hwz5owvFhBVo+2VnoiGRg==", - "path": "microsoft.codeanalysis.razor/5.0.0", - "hashPath": "microsoft.codeanalysis.razor.5.0.0.nupkg.sha512" + "sha512": "sha512-dHs/UyfLgzsVC4FjTi/x+H+yQifgOnpe3rSN8GwkHWjnidePZ3kSqr1JHmFDf5HTQEydYwrwCAfQ0JSzhsEqDA==", + "path": "microsoft.codeanalysis.csharp.workspaces/3.3.1", + "hashPath": "microsoft.codeanalysis.csharp.workspaces.3.3.1.nupkg.sha512" }, - "Microsoft.CodeAnalysis.Workspaces.Common/3.8.0": { + "Microsoft.CodeAnalysis.Razor/3.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-GPYVydsmOmScOWDJA1LFky7/MkoXpx1JI3lZJShxC+bvVUvL9zVKE8WDZMLsYJ5MAbry2xkZftdfeMpZ+kvLDQ==", - "path": "microsoft.codeanalysis.workspaces.common/3.8.0", - "hashPath": "microsoft.codeanalysis.workspaces.common.3.8.0.nupkg.sha512" + "sha512": "sha512-EI/9iVMneil8nZn7mqEujJvV63VRaz01Czc69NTrCQAh5CRfBvoeqBVsDx6oC9CIYla/AJYss+U4B/6Usecx7A==", + "path": "microsoft.codeanalysis.razor/3.1.0", + "hashPath": "microsoft.codeanalysis.razor.3.1.0.nupkg.sha512" }, - "Microsoft.CSharp/4.5.0": { + "Microsoft.CodeAnalysis.Workspaces.Common/3.3.1": { "type": "package", "serviceable": true, - "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", - "path": "microsoft.csharp/4.5.0", - "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" + "sha512": "sha512-NfBz3b5hFSbO+7xsCNryD+p8axsIJFTG7qM3jvMTC/MqYrU6b8E1b6JoRj5rJSOBB+pSunk+CMqyGQTOWHeDUg==", + "path": "microsoft.codeanalysis.workspaces.common/3.3.1", + "hashPath": "microsoft.codeanalysis.workspaces.common.3.3.1.nupkg.sha512" }, - "Microsoft.EntityFrameworkCore/5.0.1": { + "Microsoft.CSharp/4.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-bz4WSbLqNw9gGeHw8VAzCcX6TVDLAD/SZRii9G7XSsqAdLL2J8pVINemXfRUt5IHlC1yWC5To4PzAUWJJZCbYw==", - "path": "microsoft.entityframeworkcore/5.0.1", - "hashPath": "microsoft.entityframeworkcore.5.0.1.nupkg.sha512" + "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", + "path": "microsoft.csharp/4.0.1", + "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" }, - "Microsoft.EntityFrameworkCore.Abstractions/5.0.1": { + "Microsoft.EntityFrameworkCore/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-BUc5mbxnraD5mfpOUHaluHYV1Umqpv7VzsXwnVEvmDBtoLZ2jo+y1ldv5Xq6nab0STJQEX8YaZdbJmTIZUHwtQ==", - "path": "microsoft.entityframeworkcore.abstractions/5.0.1", - "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.1.nupkg.sha512" + "sha512": "sha512-0IhJl9mVJ4IhHobKvOo2iLB0xfxX2eYaSz4VZX+bMSm8IyZA1tOmyaOtg7oSzeUAe6eqpKVQLTgMFzk2AqCcaA==", + "path": "microsoft.entityframeworkcore/3.1.10", + "hashPath": "microsoft.entityframeworkcore.3.1.10.nupkg.sha512" }, - "Microsoft.EntityFrameworkCore.Analyzers/5.0.1": { + "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-3WjoY8JlB7m/VApD5A4JlntFLGV2C1qOV9fiPZQNBwlNnNAVZemDVZAksN1yBVMoPqw87VaogbP5sxgptCwTFA==", - "path": "microsoft.entityframeworkcore.analyzers/5.0.1", - "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.1.nupkg.sha512" + "sha512": "sha512-B1kUQ7o6+4Ly2neo86RJCpTYzTPpW1xzpHyRaTmGQS/p7umZOGoBJay+i/YDLmZkUPI4XULGnu5KJKipA0awUw==", + "path": "microsoft.entityframeworkcore.abstractions/3.1.10", + "hashPath": "microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512" }, - "Microsoft.EntityFrameworkCore.Relational/3.1.8": { + "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-n8c2Nyfyl0AKXdM++tiKZmX/jeiu1Uv+uxZAHGgKuiQJbpOCPAhjRB4tHLdo1jOvfkhJT9K6wekf9VaXjtL1tw==", - "path": "microsoft.entityframeworkcore.relational/3.1.8", - "hashPath": "microsoft.entityframeworkcore.relational.3.1.8.nupkg.sha512" + "sha512": "sha512-reHrrF8i/Wao7l2PVXJ+JeZzEC4OkbcbfnQs8vtiT+SQ5P4MdQj3WzMkupjebaJWhIJZRc6qPT4BD9BUWQU4wQ==", + "path": "microsoft.entityframeworkcore.analyzers/3.1.10", + "hashPath": "microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Relational/3.1.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JpDMpGDx+wPvFSbw9vu13nfZESdu2SPFhLI1bPZwqDU0ZV40TmUOUN91hHjWhgh5qRX1jQTWMuvK3EmlpywgAw==", + "path": "microsoft.entityframeworkcore.relational/3.1.10", + "hashPath": "microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512" }, "Microsoft.Extensions.ApiDescription.Server/3.0.0": { "type": "package", @@ -3713,110 +4058,131 @@ "path": "microsoft.extensions.apidescription.server/3.0.0", "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" }, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { + "Microsoft.Extensions.Caching.Abstractions/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==", - "path": "microsoft.extensions.caching.abstractions/5.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512" + "sha512": "sha512-xdl25cxDgwVxF9ckD9vJ5AdjzRE1vTGLYj9kZf6aL317ZneUijkxd/nSuzN1gEuO74dwG/Yfr1zfs636D6YZsA==", + "path": "microsoft.extensions.caching.abstractions/3.1.10", + "hashPath": "microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.Caching.Memory/5.0.0": { + "Microsoft.Extensions.Caching.Memory/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==", - "path": "microsoft.extensions.caching.memory/5.0.0", - "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512" + "sha512": "sha512-pR6mRkJx67/itEnEpnBiiATeH/P6RnhqvriD6RdQsXepO+uisfUrd149CTGPc1G5J0Qf9bwSCJkb/MYkuQ6mqw==", + "path": "microsoft.extensions.caching.memory/3.1.10", + "hashPath": "microsoft.extensions.caching.memory.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection/5.0.1": { + "Microsoft.Extensions.Configuration/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-//mDNrYeiJ0eh/awFhDFJQzkRVra/njU5Y4fyK7X29g5HScrzbUkKOKlyTtygthcGFt4zNC8G5CFCjb/oizomA==", - "path": "microsoft.extensions.dependencyinjection/5.0.1", - "hashPath": "microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512" + "sha512": "sha512-HHBhCP3wAJe7UIXjim0wFXty0WG/rZAP3aZyy03uuaxiOOPHJjbUdY6K9qkfQuP+hsRzfiT+np5k4rFmcSo3og==", + "path": "microsoft.extensions.configuration/3.1.10", + "hashPath": "microsoft.extensions.configuration.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/3.1.10": { "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" + "sha512": "sha512-UEfngyXt8XYhmekUza9JsWlA37pNOtZAjcK5EEKQrHo2LDKJmZVmcyAUFlkzCcf97OSr+w/MiDLifDDNQk9agw==", + "path": "microsoft.extensions.configuration.abstractions/3.1.10", + "hashPath": "microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.Logging/5.0.0": { + "Microsoft.Extensions.Configuration.Binder/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==", - "path": "microsoft.extensions.logging/5.0.0", - "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512" + "sha512": "sha512-B9nQBk0GZVkOgSB1oB9V/7kvxhBvLCqm2x4m8MIoSxrd9yga8MVq2HWqnai8zZdH1WL6OlOG5mCVrwgAVwNNJg==", + "path": "microsoft.extensions.configuration.binder/3.1.10", + "hashPath": "microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": { + "Microsoft.Extensions.DependencyInjection/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==", - "path": "microsoft.extensions.logging.abstractions/5.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512" + "sha512": "sha512-fla8hKhQmld2s/7arhUxlu3dzZLBFJLg4BQiQZdqKND4MlmnMU9jhoxY4MMlSYl6MtxumtwASHMJnuV9f96IQQ==", + "path": "microsoft.extensions.dependencyinjection/3.1.10", + "hashPath": "microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.Logging.Debug/5.0.0": { + "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-9dvt0xqRrClvhaPNpfyS39WxnW9G55l5lrV5ZX7IrEgwo4VwtmJKtoPiKVYKbhAuOBGUI5WY3hWLvF+PSbJp5A==", - "path": "microsoft.extensions.logging.debug/5.0.0", - "hashPath": "microsoft.extensions.logging.debug.5.0.0.nupkg.sha512" + "sha512": "sha512-bhjtAN7Ix5WOAr47RK16Lr1l2eizSBMCYQSavkooZyf6Xdf8XWAYGWsGsPqUFOeeRxzhpRho051rXaLn5wskVw==", + "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.10", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.Options/5.0.0": { + "Microsoft.Extensions.Logging/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==", - "path": "microsoft.extensions.options/5.0.0", - "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512" + "sha512": "sha512-GjP+4cUFdsNk/Px6BlJ7p7x7ibpawcaAV4tfrRJTv2s6Nb7yz5OEKA0kbNl1ZXKa6uMQzbNqc5+B/tJsqzgIXg==", + "path": "microsoft.extensions.logging/3.1.10", + "hashPath": "microsoft.extensions.logging.3.1.10.nupkg.sha512" }, - "Microsoft.Extensions.Primitives/5.0.0": { + "Microsoft.Extensions.Logging.Abstractions/3.1.10": { "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" + "sha512": "sha512-bKHbgzbGsPZbEaExRaJqBz3WQ1GfhMttM23e1nivLJ8HbA3Ad526mW2G2K350q3Dc3HG83I5W8uSZWG4Rv4IpA==", + "path": "microsoft.extensions.logging.abstractions/3.1.10", + "hashPath": "microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512" }, - "Microsoft.IdentityModel.JsonWebTokens/6.7.1": { + "Microsoft.Extensions.Logging.Debug/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-q/Ii8ILV8cM1X49gnl12cJK+0KWiI1xUeiLYiE9+uRonJLaHWB0l8t89rGnZTEGthGKItyikKSB38LQpfy/zBw==", - "path": "microsoft.identitymodel.jsonwebtokens/6.7.1", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.7.1.nupkg.sha512" + "sha512": "sha512-AEkIYC9Br6AA7/w/LlKzH1yjp7G07jXQC1hRPWsbrs8Ej/Fz33Z3m/UWhCHZ21fNAdHeNXXRQHMHgxWBpUqCIg==", + "path": "microsoft.extensions.logging.debug/3.1.10", + "hashPath": "microsoft.extensions.logging.debug.3.1.10.nupkg.sha512" }, - "Microsoft.IdentityModel.Logging/6.7.1": { + "Microsoft.Extensions.Options/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-WGtTiTy2ZikOz/I5GxCGbNPLOpyI9fPyuyG4Q5rfkhACK+Q0Ad6U8XajYZ2cJ2cFKse0IvHwm15HVrfwrX/89g==", - "path": "microsoft.identitymodel.logging/6.7.1", - "hashPath": "microsoft.identitymodel.logging.6.7.1.nupkg.sha512" + "sha512": "sha512-CusdV4eIv+CGb9Fy6a+JcRqpcVJREmvFI8eHk3nQ76VLtEAIJpKQY5r5sRSs5w6NevNi2ukdnKleH0YCPudFZQ==", + "path": "microsoft.extensions.options/3.1.10", + "hashPath": "microsoft.extensions.options.3.1.10.nupkg.sha512" }, - "Microsoft.IdentityModel.Protocols/6.7.1": { + "Microsoft.Extensions.Primitives/3.1.10": { "type": "package", "serviceable": true, - "sha512": "sha512-DVGYIRUK3TkCTmz0IgBzWUE55CDNfLtXil1FgSbgHI7hi2fP2pz4tiTAno/5O/hdVwAzV+HtCQtFi7xW8smaHw==", - "path": "microsoft.identitymodel.protocols/6.7.1", - "hashPath": "microsoft.identitymodel.protocols.6.7.1.nupkg.sha512" + "sha512": "sha512-YDuQS3BeaVY6PCWUm5f6qFTYsxhwntQrcfwUzbohU/0rZBL5XI+UsD5SgggHKHX+rFY4laaT428q608Sw/mDsw==", + "path": "microsoft.extensions.primitives/3.1.10", + "hashPath": "microsoft.extensions.primitives.3.1.10.nupkg.sha512" }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.7.1": { + "Microsoft.IdentityModel.JsonWebTokens/5.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-99gA+E6ZOCqySrT80Yh6wrfjJfeMxDisdAcA5Q66zHxMPY5Gzc8aT2Ldzu0GP1sADv/o3yI1Gc3P1GHXlXAVVQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.7.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.7.1.nupkg.sha512" + "sha512": "sha512-cT9SCW/dN+ulrvAtbh37c36DR6aArENH3S4UtFmvXRx+VGC0ArDgzRaEbEh+ChS4koxdl2oS691250iZhgKvwg==", + "path": "microsoft.identitymodel.jsonwebtokens/5.5.0", + "hashPath": "microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg.sha512" }, - "Microsoft.IdentityModel.Tokens/6.7.1": { + "Microsoft.IdentityModel.Logging/5.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-Td9Vn9d/0eM1zlUUvaVQzjqdBkBLJ2oGtGL/LYPuiCUAALMeAHVDtpXGk8eYI8Gbduz5n+o7ifldsCIca4MWew==", - "path": "microsoft.identitymodel.tokens/6.7.1", - "hashPath": "microsoft.identitymodel.tokens.6.7.1.nupkg.sha512" + "sha512": "sha512-1w/Hz/7+al+ugQn+6y0tAPmpN8U0u1aBtl1QXYCVkiJfbCC4tgyroFOuhdztOq48rgeM+3JW9bGqOtkfVurW8w==", + "path": "microsoft.identitymodel.logging/5.5.0", + "hashPath": "microsoft.identitymodel.logging.5.5.0.nupkg.sha512" }, - "Microsoft.NETCore.Platforms/2.1.2": { + "Microsoft.IdentityModel.Protocols/5.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", - "path": "microsoft.netcore.platforms/2.1.2", - "hashPath": "microsoft.netcore.platforms.2.1.2.nupkg.sha512" + "sha512": "sha512-m1gwAQwZjUxzRBC+4H40vYSo9Cms9yUbMdW492rQoXHU77G/ItiKxpk2+W9bWYcdsKUDKudye7im3T3MlVxEkg==", + "path": "microsoft.identitymodel.protocols/5.5.0", + "hashPath": "microsoft.identitymodel.protocols.5.5.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-21F4QlbaD5CXNs2urNRCO6vljbbrhv3gmGT8P18SKGKZ9IYBCn29extoJriHiPfhABd5b8S7RcdKU50XhERkYg==", + "path": "microsoft.identitymodel.protocols.openidconnect/5.5.0", + "hashPath": "microsoft.identitymodel.protocols.openidconnect.5.5.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Tokens/5.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cu1klZiuCwVYbXHs0QdnseuoRGG1/85VX9d1Sk0vbJlKp+HJUN/4pAS/fe2m9bTOYyIPdeCHeksMiVHgo1EfAA==", + "path": "microsoft.identitymodel.tokens/5.5.0", + "hashPath": "microsoft.identitymodel.tokens.5.5.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.NETCore.Targets/1.1.0": { "type": "package", @@ -3839,61 +4205,61 @@ "path": "microsoft.visualstudio.azure.containers.tools.targets/1.10.9", "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.10.9.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGeneration/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-+UbVWKosEMf9AW/6H7GrlU20wXwZ+/8o4yHk4QiZzODzgVzrkLaPkV7ioj58/06KvhetyPJ2wNR4eXQNZ53tgw==", - "path": "microsoft.visualstudio.web.codegeneration/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegeneration.5.0.1.nupkg.sha512" + "sha512": "sha512-fZjXps4+YILDLMha17katCu/DRuaRoFR4YUvCmMRBhj9cPnM5VIISn/W3ZfCu0LTESTc2shiKHMuc9ObEYmEDw==", + "path": "microsoft.visualstudio.web.codegeneration/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegeneration.3.1.4.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-so0+F5gW7kVQd0aCH86zc+KduHax1GGt7u8gdiypJsCL0NFIX96rejOefpJN+qhpWFUisjWTPGUMcSYuUvIIJg==", - "path": "microsoft.visualstudio.web.codegeneration.contracts/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegeneration.contracts.5.0.1.nupkg.sha512" + "sha512": "sha512-81MO4s4Ztxz1x76fpZaWZucx1pZnJN/CyLSPnOwsThgQoZy3F5mlknWvpXE5SxYrbfBQNPI73KVTiqXYbt9wgA==", + "path": "microsoft.visualstudio.web.codegeneration.contracts/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegeneration.contracts.3.1.4.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGeneration.Core/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Core/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-MOuDz7SX4ODoQqd9+TGhIO6qdBTBCjZ/7M98Y0nrj5fLrk4M6P7CWffI89m686acfmWSb0+7KC6TIKX9fODV0w==", - "path": "microsoft.visualstudio.web.codegeneration.core/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegeneration.core.5.0.1.nupkg.sha512" + "sha512": "sha512-LKkea7U0F+hjKW7X6usUMPZtRNQQ9/6rlst3ATWLuWFV3dwlMEh2Spu2ptLi1JYQAUrpBs3uGLz0yypPUkicLQ==", + "path": "microsoft.visualstudio.web.codegeneration.core/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegeneration.core.3.1.4.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGeneration.Design/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Design/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-vOyq0iocfEVA2lR5RkKzZLJbszmBgwk4Qz0TDghzLdAaL1+lPkFWnFlJ1wbR4mVVmurMSmnXFlYbbjcKmzOGWA==", - "path": "microsoft.visualstudio.web.codegeneration.design/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegeneration.design.5.0.1.nupkg.sha512" + "sha512": "sha512-V0P0dAn1/cAFs4/ioIS3/oLiGrhyb1YzgtjPiwh/TXNuFzv7zqwT/gMcQjmlKLDpzDsuq8L3VI7G41GxIC4jNw==", + "path": "microsoft.visualstudio.web.codegeneration.design/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegeneration.design.3.1.4.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-v8i6qz0N5p7Tankyi1MHwjZl5/pmKeKkXcao+8hkCrcaX5yv4P7vGkgcl8arQNfmtGGenmqVGFHZOWIkwNElYA==", - "path": "microsoft.visualstudio.web.codegeneration.entityframeworkcore/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegeneration.entityframeworkcore.5.0.1.nupkg.sha512" + "sha512": "sha512-/SxCjG9Oy1Is3TTSBYr+b+/CTIyKX+9cTETZJeSn7Xy41eDvmJRfbt6JONY9/gumPeJ9ONRS+rjokRkZtQhT1A==", + "path": "microsoft.visualstudio.web.codegeneration.entityframeworkcore/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegeneration.entityframeworkcore.3.1.4.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGeneration.Templating/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Templating/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-+lKKgzWYUtKjlEkIfPkO+4uYl74idZKx1y2T29bpUv14X4hASYB+P0a55zC8anlIbwDCD5ShPX6txd5+5BES2A==", - "path": "microsoft.visualstudio.web.codegeneration.templating/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegeneration.templating.5.0.1.nupkg.sha512" + "sha512": "sha512-MvYDCioBdKgDqN4cNLbxnsJuMfJy4B9WTi6GycETcETLAVvZQwnYa5WejS7olWpYuov4DYGZEvzEvIBgZHN46Q==", + "path": "microsoft.visualstudio.web.codegeneration.templating/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegeneration.templating.3.1.4.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGeneration.Utils/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Utils/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-fXQY9chx9mIErQGpshoYhjgCv10UeG14Gzeh1oyvwUDW7Mtxx3Xtmz8IBmT8x9hw62uLTRbFFQ2ry2sZpGLRCg==", - "path": "microsoft.visualstudio.web.codegeneration.utils/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegeneration.utils.5.0.1.nupkg.sha512" + "sha512": "sha512-rVhjGM5qoiTniacHqYdPq/ZHQURlknybUkUdIgh3JUN9SRjnZpsfoPOD/Z7ZWl+GdruV3OUmlpVyW+Xyc3KoYg==", + "path": "microsoft.visualstudio.web.codegeneration.utils/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegeneration.utils.3.1.4.nupkg.sha512" }, - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/3.1.4": { "type": "package", "serviceable": true, - "sha512": "sha512-u5piiR8X8WAmcQ1vbthd9jqxKeESCEC7AH+zZKFwrMI870J4++FvYaOf/zIJaesVIm1q7L7yH85AMkP3i1S6fg==", - "path": "microsoft.visualstudio.web.codegenerators.mvc/5.0.1", - "hashPath": "microsoft.visualstudio.web.codegenerators.mvc.5.0.1.nupkg.sha512" + "sha512": "sha512-W+F07AWMXek8Ed5pwNfTE6cpHMLSqlTV+5g3LUJVk2QyA7MvY+bRV5gbpgsxtQtX8MYCECOseKg8fUOXXpXPAg==", + "path": "microsoft.visualstudio.web.codegenerators.mvc/3.1.4", + "hashPath": "microsoft.visualstudio.web.codegenerators.mvc.3.1.4.nupkg.sha512" }, "Microsoft.Win32.Primitives/4.3.0": { "type": "package", @@ -3902,12 +4268,26 @@ "path": "microsoft.win32.primitives/4.3.0", "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" }, - "MySqlConnector/0.69.9": { + "Microsoft.Win32.SystemEvents/4.7.0": { "type": "package", "serviceable": true, - "sha512": "sha512-WpY4jWc5ee5kgKy3XAK9JMjRmn7+jLYCgDlYvFK+GTrzaiWDWoYLbtJge6l1tqo2teUAP3kzzsJpP8QwJM1W4Q==", - "path": "mysqlconnector/0.69.9", - "hashPath": "mysqlconnector.0.69.9.nupkg.sha512" + "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.22": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DTKXORgTwQLbAjl8g5+YhvrAB+peQLfAZQ7gbm5Ejma37f/vBtZqP5aTnqZoJUzaQQgj4Psgdcnlo6IwYedyCg==", + "path": "mysql.data/8.0.22", + "hashPath": "mysql.data.8.0.22.nupkg.sha512" + }, + "MySql.Data.EntityFrameworkCore/8.0.22": { + "type": "package", + "serviceable": true, + "sha512": "sha512-o/+OMqQ0fw4f6COfRrbwqP0CKcqoFkCfb1Rl3mfgUcae3XqAkiA6t8rsjA1wnkxUvwfNYX+YM2w2Xa6u4QEUkA==", + "path": "mysql.data.entityframeworkcore/8.0.22", + "hashPath": "mysql.data.entityframeworkcore.8.0.22.nupkg.sha512" }, "NETStandard.Library/1.6.1": { "type": "package", @@ -3923,19 +4303,12 @@ "path": "newtonsoft.json/12.0.3", "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512" }, - "Pomelo.EntityFrameworkCore.MySql/3.2.4": { + "NuGet.Frameworks/4.7.0": { "type": "package", "serviceable": true, - "sha512": "sha512-6UOPWyL2qIsRCnN880YXA6rACpqVV6GE+H3vR4KJytjigWKFp+aiRDwJRSorwZ9ntHu+RDBcXGjmaShj0mBmYA==", - "path": "pomelo.entityframeworkcore.mysql/3.2.4", - "hashPath": "pomelo.entityframeworkcore.mysql.3.2.4.nupkg.sha512" - }, - "Pomelo.JsonObject/2.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VHPk3Yf7nDt+tZMC1M4oAoc3bgTYsOrap3VTjn//vd91b/nfquAbAeq1k0Lf7mPt8J7imLd9Pbzm50uB5euuZA==", - "path": "pomelo.jsonobject/2.2.1", - "hashPath": "pomelo.jsonobject.2.2.1.nupkg.sha512" + "sha512": "sha512-qbXaB76XYUVLocLBs8Z9TS/ERGK2wm797feO+0JEPFvT7o7MRadOR77mqaSD4J1k8G+DlZQyq+MlkCuxrkr3ag==", + "path": "nuget.frameworks/4.7.0", + "hashPath": "nuget.frameworks.4.7.0.nupkg.sha512" }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "type": "package", @@ -4049,6 +4422,20 @@ "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" }, + "SSH.NET/2016.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-b0fcFFOE044KNRhq1uGujmK04ab+OzA9xARdeVCoZrY6I4D1IIaR6dn6qBIa+er4bJapGBhznDitwcRQpSRC0w==", + "path": "ssh.net/2016.1.0", + "hashPath": "ssh.net.2016.1.0.nupkg.sha512" + }, + "SshNet.Security.Cryptography/1.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EeFsirrrkIK+cdlYsxukNjBN98cbU7eHfTYZEwxsbOa3dvgR/OhOD06C0sTxvNPhe4UQ6yM0p1sKcT69jqgjTw==", + "path": "sshnet.security.cryptography/1.2.0", + "hashPath": "sshnet.security.cryptography.1.2.0.nupkg.sha512" + }, "Swashbuckle.AspNetCore/5.6.3": { "type": "package", "serviceable": true, @@ -4084,12 +4471,12 @@ "path": "system.appcontext/4.3.0", "hashPath": "system.appcontext.4.3.0.nupkg.sha512" }, - "System.Buffers/4.3.0": { + "System.Buffers/4.5.1": { "type": "package", "serviceable": true, - "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "path": "system.buffers/4.3.0", - "hashPath": "system.buffers.4.3.0.nupkg.sha512" + "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", + "path": "system.buffers/4.5.1", + "hashPath": "system.buffers.4.5.1.nupkg.sha512" }, "System.Collections/4.3.0": { "type": "package", @@ -4105,19 +4492,19 @@ "path": "system.collections.concurrent/4.3.0", "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" }, - "System.Collections.Immutable/5.0.0": { + "System.Collections.Immutable/1.7.1": { "type": "package", "serviceable": true, - "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", - "path": "system.collections.immutable/5.0.0", - "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512" + "sha512": "sha512-B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==", + "path": "system.collections.immutable/1.7.1", + "hashPath": "system.collections.immutable.1.7.1.nupkg.sha512" }, - "System.ComponentModel.Annotations/5.0.0": { + "System.ComponentModel.Annotations/4.7.0": { "type": "package", "serviceable": true, - "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", - "path": "system.componentmodel.annotations/5.0.0", - "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" + "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==", + "path": "system.componentmodel.annotations/4.7.0", + "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512" }, "System.Composition/1.0.31": { "type": "package", @@ -4161,6 +4548,13 @@ "path": "system.composition.typedparts/1.0.31", "hashPath": "system.composition.typedparts.1.0.31.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.Console/4.3.0": { "type": "package", "serviceable": true, @@ -4175,12 +4569,12 @@ "path": "system.diagnostics.debug/4.3.0", "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" }, - "System.Diagnostics.DiagnosticSource/5.0.0": { + "System.Diagnostics.DiagnosticSource/4.7.1": { "type": "package", "serviceable": true, - "sha512": "sha512-tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==", - "path": "system.diagnostics.diagnosticsource/5.0.0", - "hashPath": "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512" + "sha512": "sha512-j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==", + "path": "system.diagnostics.diagnosticsource/4.7.1", + "hashPath": "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512" }, "System.Diagnostics.Tools/4.3.0": { "type": "package", @@ -4189,6 +4583,13 @@ "path": "system.diagnostics.tools/4.3.0", "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" }, + "System.Diagnostics.TraceSource/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", + "path": "system.diagnostics.tracesource/4.0.0", + "hashPath": "system.diagnostics.tracesource.4.0.0.nupkg.sha512" + }, "System.Diagnostics.Tracing/4.3.0": { "type": "package", "serviceable": true, @@ -4196,6 +4597,20 @@ "path": "system.diagnostics.tracing/4.3.0", "hashPath": "system.diagnostics.tracing.4.3.0.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.Dynamic.Runtime/4.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", + "path": "system.dynamic.runtime/4.0.11", + "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" + }, "System.Globalization/4.3.0": { "type": "package", "serviceable": true, @@ -4217,12 +4632,12 @@ "path": "system.globalization.extensions/4.3.0", "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" }, - "System.IdentityModel.Tokens.Jwt/6.7.1": { + "System.IdentityModel.Tokens.Jwt/5.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-sPnRn9dUMYARQC3mAKWpig/7rlrruqJvopKXmGoYAQ1A+xQsT3q5LiwsArkV8Oz/hfiRCLkV9vgi3FQg/mYfrw==", - "path": "system.identitymodel.tokens.jwt/6.7.1", - "hashPath": "system.identitymodel.tokens.jwt.6.7.1.nupkg.sha512" + "sha512": "sha512-xa8kptJ+uf9hzj366f3pLcs5HFZ6dQMDKzEGq/yZNF0s3mVfyIhuQwgDcTJlAU4AROne/6Z5+vITwrW3gVNKIA==", + "path": "system.identitymodel.tokens.jwt/5.5.0", + "hashPath": "system.identitymodel.tokens.jwt.5.5.0.nupkg.sha512" }, "System.IO/4.3.0": { "type": "package", @@ -4273,12 +4688,12 @@ "path": "system.linq.expressions/4.3.0", "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" }, - "System.Memory/4.5.4": { + "System.Memory/4.5.3": { "type": "package", "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" + "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "path": "system.memory/4.5.3", + "hashPath": "system.memory.4.5.3.nupkg.sha512" }, "System.Net.Http/4.3.0": { "type": "package", @@ -4287,6 +4702,13 @@ "path": "system.net.http/4.3.0", "hashPath": "system.net.http.4.3.0.nupkg.sha512" }, + "System.Net.NameResolution/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", + "path": "system.net.nameresolution/4.0.0", + "hashPath": "system.net.nameresolution.4.0.0.nupkg.sha512" + }, "System.Net.Primitives/4.3.0": { "type": "package", "serviceable": true, @@ -4343,12 +4765,12 @@ "path": "system.reflection.extensions/4.3.0", "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" }, - "System.Reflection.Metadata/5.0.0": { + "System.Reflection.Metadata/1.6.0": { "type": "package", "serviceable": true, - "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", - "path": "system.reflection.metadata/5.0.0", - "hashPath": "system.reflection.metadata.5.0.0.nupkg.sha512" + "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "path": "system.reflection.metadata/1.6.0", + "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" }, "System.Reflection.Primitives/4.3.0": { "type": "package", @@ -4378,12 +4800,12 @@ "path": "system.runtime/4.3.0", "hashPath": "system.runtime.4.3.0.nupkg.sha512" }, - "System.Runtime.CompilerServices.Unsafe/4.7.1": { + "System.Runtime.CompilerServices.Unsafe/4.5.2": { "type": "package", "serviceable": true, - "sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==", - "path": "system.runtime.compilerservices.unsafe/4.7.1", - "hashPath": "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512" + "sha512": "sha512-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==", + "path": "system.runtime.compilerservices.unsafe/4.5.2", + "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512" }, "System.Runtime.Extensions/4.3.0": { "type": "package", @@ -4420,6 +4842,13 @@ "path": "system.runtime.numerics/4.3.0", "hashPath": "system.runtime.numerics.4.3.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.Algorithms/4.3.0": { "type": "package", "serviceable": true, @@ -4462,6 +4891,13 @@ "path": "system.security.cryptography.primitives/4.3.0", "hashPath": "system.security.cryptography.primitives.4.3.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.Cryptography.X509Certificates/4.3.0": { "type": "package", "serviceable": true, @@ -4469,6 +4905,20 @@ "path": "system.security.cryptography.x509certificates/4.3.0", "hashPath": "system.security.cryptography.x509certificates.4.3.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/4.3.0": { "type": "package", "serviceable": true, @@ -4518,12 +4968,26 @@ "path": "system.threading.tasks/4.3.0", "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" }, - "System.Threading.Tasks.Extensions/4.5.4": { + "System.Threading.Tasks.Extensions/4.5.3": { "type": "package", "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" + "sha512": "sha512-+MvhNtcvIbqmhANyKu91jQnvIRVSTiaOiFNfKWwXGHG48YAb4I/TyH8spsySiPYla7gKal5ZnF3teJqZAximyQ==", + "path": "system.threading.tasks.extensions/4.5.3", + "hashPath": "system.threading.tasks.extensions.4.5.3.nupkg.sha512" + }, + "System.Threading.Thread/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==", + "path": "system.threading.thread/4.0.0", + "hashPath": "system.threading.thread.4.0.0.nupkg.sha512" + }, + "System.Threading.ThreadPool/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==", + "path": "system.threading.threadpool/4.0.10", + "hashPath": "system.threading.threadpool.4.0.10.nupkg.sha512" }, "System.Threading.Timer/4.3.0": { "type": "package", @@ -4532,6 +4996,13 @@ "path": "system.threading.timer/4.3.0", "hashPath": "system.threading.timer.4.3.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" + }, "System.Xml.ReaderWriter/4.3.0": { "type": "package", "serviceable": true, @@ -4546,6 +5017,27 @@ "path": "system.xml.xdocument/4.3.0", "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" }, + "System.Xml.XmlDocument/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==", + "path": "system.xml.xmldocument/4.0.1", + "hashPath": "system.xml.xmldocument.4.0.1.nupkg.sha512" + }, + "System.Xml.XPath/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==", + "path": "system.xml.xpath/4.0.1", + "hashPath": "system.xml.xpath.4.0.1.nupkg.sha512" + }, + "System.Xml.XPath.XmlDocument/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", + "path": "system.xml.xpath.xmldocument/4.0.1", + "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" + }, "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { "type": "referenceassembly", "serviceable": false, @@ -4946,12 +5438,12 @@ "serviceable": false, "sha512": "" }, - "Microsoft.Extensions.Configuration.Abstractions/5.0.0.0": { + "Microsoft.Extensions.Configuration.Abstractions.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" }, - "Microsoft.Extensions.Configuration.Binder/5.0.0.0": { + "Microsoft.Extensions.Configuration.Binder.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -4961,7 +5453,7 @@ "serviceable": false, "sha512": "" }, - "Microsoft.Extensions.Configuration/5.0.0.0": { + "Microsoft.Extensions.Configuration.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5006,6 +5498,11 @@ "serviceable": false, "sha512": "" }, + "Microsoft.Extensions.DependencyInjection.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { "type": "referenceassembly", "serviceable": false, @@ -5326,7 +5823,7 @@ "serviceable": false, "sha512": "" }, - "System.Diagnostics.TraceSource/5.0.0.0": { + "System.Diagnostics.TraceSource.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5351,7 +5848,7 @@ "serviceable": false, "sha512": "" }, - "System.Dynamic.Runtime/5.0.0.0": { + "System.Dynamic.Runtime.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5496,7 +5993,7 @@ "serviceable": false, "sha512": "" }, - "System.Net.NameResolution/5.0.0.0": { + "System.Net.NameResolution.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5711,7 +6208,7 @@ "serviceable": false, "sha512": "" }, - "System.Security.AccessControl/5.0.0.0": { + "System.Security.AccessControl.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5761,7 +6258,7 @@ "serviceable": false, "sha512": "" }, - "System.Security.Permissions/5.0.0.0": { + "System.Security.Permissions.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5771,7 +6268,7 @@ "serviceable": false, "sha512": "" }, - "System.Security.Principal.Windows/5.0.0.0": { + "System.Security.Principal.Windows.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5856,12 +6353,12 @@ "serviceable": false, "sha512": "" }, - "System.Threading.Thread/5.0.0.0": { + "System.Threading.Thread.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" }, - "System.Threading.ThreadPool/5.0.0.0": { + "System.Threading.ThreadPool.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5901,7 +6398,7 @@ "serviceable": false, "sha512": "" }, - "System.Windows.Extensions/5.0.0.0": { + "System.Windows.Extensions.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5931,7 +6428,7 @@ "serviceable": false, "sha512": "" }, - "System.Xml.XmlDocument/5.0.0.0": { + "System.Xml.XmlDocument.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" @@ -5941,7 +6438,7 @@ "serviceable": false, "sha512": "" }, - "System.Xml.XPath/5.0.0.0": { + "System.Xml.XPath.Reference/5.0.0.0": { "type": "referenceassembly", "serviceable": false, "sha512": "" diff --git a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.dll b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.dll index c451add..f171b93 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.dll and b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.pdb b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.pdb index 3d7901b..5a85be1 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.pdb and b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.pdb differ diff --git a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.runtimeconfig.dev.json b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.runtimeconfig.dev.json index 549960d..7623312 100644 --- a/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.runtimeconfig.dev.json +++ b/AlfaPrentice/bin/Debug/net5.0/AlfaPrentice.runtimeconfig.dev.json @@ -1,8 +1,9 @@ { "runtimeOptions": { "additionalProbingPaths": [ - "C:\\Users\\mathieu\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\mathieu\\.nuget\\packages" + "C:\\Users\\Xandra Mentink\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Xandra Mentink\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" ] } } \ No newline at end of file diff --git a/AlfaPrentice/bin/Debug/net5.0/BouncyCastle.Crypto.dll b/AlfaPrentice/bin/Debug/net5.0/BouncyCastle.Crypto.dll new file mode 100644 index 0000000..3d120ce Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/BouncyCastle.Crypto.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Google.Protobuf.dll b/AlfaPrentice/bin/Debug/net5.0/Google.Protobuf.dll new file mode 100644 index 0000000..5df1594 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/Google.Protobuf.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Humanizer.dll b/AlfaPrentice/bin/Debug/net5.0/Humanizer.dll deleted file mode 100644 index adb2aa4..0000000 Binary files a/AlfaPrentice/bin/Debug/net5.0/Humanizer.dll and /dev/null differ diff --git a/AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.Streams.dll b/AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.Streams.dll new file mode 100644 index 0000000..7b9b44a Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.Streams.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.dll b/AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.dll new file mode 100644 index 0000000..7703f3d Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/K4os.Compression.LZ4.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/K4os.Hash.xxHash.dll b/AlfaPrentice/bin/Debug/net5.0/K4os.Hash.xxHash.dll new file mode 100644 index 0000000..4179a29 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/K4os.Hash.xxHash.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll index 02c11cc..cedc222 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll index 490efac..e765faa 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Razor.Language.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Razor.Language.dll index b9ee8bd..ee37a9f 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Razor.Language.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.AspNetCore.Razor.Language.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll index 712454b..6097c01 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.dll index f8c3571..f106543 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Razor.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Razor.dll index 3161485..11c596a 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Razor.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Razor.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Workspaces.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Workspaces.dll index 2b832c2..9510312 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Workspaces.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.Workspaces.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.dll index 100c075..32289bf 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.CodeAnalysis.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Abstractions.dll index 6cdf325..afbb264 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Abstractions.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Abstractions.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Relational.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Relational.dll index 732d79f..2bb15b2 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Relational.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.Relational.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.dll index 2447693..a2dec38 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.EntityFrameworkCore.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.Extensions.DependencyInjection.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.Extensions.DependencyInjection.dll deleted file mode 100644 index e4d213d..0000000 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.JsonWebTokens.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.JsonWebTokens.dll index cc68975..c186c36 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.JsonWebTokens.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.JsonWebTokens.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Logging.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Logging.dll index fadc550..21f647c 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Logging.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Logging.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll index aa8d36e..f75d40e 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.dll index 736a9aa..eb821e7 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Protocols.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Tokens.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Tokens.dll index 515cf67..0bf9050 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Tokens.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.IdentityModel.Tokens.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll index 5006f82..96a5a2b 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll index 22731a2..41768c7 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll index 3652986..1544278 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll index cc1d8e9..ea64b92 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll index 51a2917..fa77545 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll index d510083..8dd14e0 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll index 6c7a251..47db4d0 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll and b/AlfaPrentice/bin/Debug/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/MySql.Data.EntityFrameworkCore.dll b/AlfaPrentice/bin/Debug/net5.0/MySql.Data.EntityFrameworkCore.dll new file mode 100644 index 0000000..fec1122 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/MySql.Data.EntityFrameworkCore.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/MySql.Data.dll b/AlfaPrentice/bin/Debug/net5.0/MySql.Data.dll new file mode 100644 index 0000000..814ebee Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/MySql.Data.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/MySqlConnector.dll b/AlfaPrentice/bin/Debug/net5.0/MySqlConnector.dll deleted file mode 100644 index 4c2a759..0000000 Binary files a/AlfaPrentice/bin/Debug/net5.0/MySqlConnector.dll and /dev/null differ diff --git a/AlfaPrentice/bin/Debug/net5.0/NuGet.Frameworks.dll b/AlfaPrentice/bin/Debug/net5.0/NuGet.Frameworks.dll new file mode 100644 index 0000000..44e897e Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/NuGet.Frameworks.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Pomelo.EntityFrameworkCore.MySql.dll b/AlfaPrentice/bin/Debug/net5.0/Pomelo.EntityFrameworkCore.MySql.dll deleted file mode 100644 index 7f1ca3b..0000000 Binary files a/AlfaPrentice/bin/Debug/net5.0/Pomelo.EntityFrameworkCore.MySql.dll and /dev/null differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Pomelo.JsonObject.dll b/AlfaPrentice/bin/Debug/net5.0/Pomelo.JsonObject.dll deleted file mode 100644 index b3db68d..0000000 Binary files a/AlfaPrentice/bin/Debug/net5.0/Pomelo.JsonObject.dll and /dev/null differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Renci.SshNet.dll b/AlfaPrentice/bin/Debug/net5.0/Renci.SshNet.dll new file mode 100644 index 0000000..a7912f7 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/Renci.SshNet.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/SshNet.Security.Cryptography.dll b/AlfaPrentice/bin/Debug/net5.0/SshNet.Security.Cryptography.dll new file mode 100644 index 0000000..a3f7fdd Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/SshNet.Security.Cryptography.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/System.Configuration.ConfigurationManager.dll b/AlfaPrentice/bin/Debug/net5.0/System.Configuration.ConfigurationManager.dll new file mode 100644 index 0000000..8f9fd3c Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/System.Configuration.ConfigurationManager.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/System.IdentityModel.Tokens.Jwt.dll b/AlfaPrentice/bin/Debug/net5.0/System.IdentityModel.Tokens.Jwt.dll index ccd58b4..eecfb30 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/System.IdentityModel.Tokens.Jwt.dll and b/AlfaPrentice/bin/Debug/net5.0/System.IdentityModel.Tokens.Jwt.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/System.Security.Cryptography.ProtectedData.dll b/AlfaPrentice/bin/Debug/net5.0/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 0000000..2c177d4 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/System.Security.Cryptography.ProtectedData.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/System.Xml.XPath.XmlDocument.dll b/AlfaPrentice/bin/Debug/net5.0/System.Xml.XPath.XmlDocument.dll new file mode 100644 index 0000000..a8f3e5a Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/System.Xml.XPath.XmlDocument.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Ubiety.Dns.Core.dll b/AlfaPrentice/bin/Debug/net5.0/Ubiety.Dns.Core.dll new file mode 100644 index 0000000..b10ecf2 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/Ubiety.Dns.Core.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/Zstandard.Net.dll b/AlfaPrentice/bin/Debug/net5.0/Zstandard.Net.dll new file mode 100644 index 0000000..b38d200 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/Zstandard.Net.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index 953d845..74dcf89 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll index 5a0f170..6feae63 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll index 04c1be3..00b0754 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.resources.dll index 68773e2..a930324 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index 5dfadf2..b547652 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll index d1e20eb..87c1a22 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll index e7d23ff..1c60a5e 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.resources.dll index 75a21b2..acf4590 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/dotnet-aspnet-codegenerator-design.dll b/AlfaPrentice/bin/Debug/net5.0/dotnet-aspnet-codegenerator-design.dll index 1ea5b7f..60db496 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/dotnet-aspnet-codegenerator-design.dll and b/AlfaPrentice/bin/Debug/net5.0/dotnet-aspnet-codegenerator-design.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index 7290da3..50dbbfa 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll index 992d598..46343e3 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll index 744b7ff..a24359a 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.resources.dll index 4e8fb46..e84fd44 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index 1818c3b..cd3eb87 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll index 82065be..ec62275 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll index 26be191..f3f2f89 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.resources.dll index d7c9296..682fd66 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index 3bf9372..f6cc6b1 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll index 31be39a..cd20b46 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll index dcc8e4a..209abb2 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.resources.dll index 81a7359..e644c6c 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index c9ce230..a4802d0 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll index c32eea7..60af7fe 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll index 14ab244..0aac6be 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.resources.dll index 48c0690..927b4fc 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index a2d2921..587c1b1 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll index 86283a8..0ad23cf 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll index b2f3c49..bcfd937 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.resources.dll index da54c73..b70ac18 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index ab424d9..a43051c 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll index 2975c06..d3da60b 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll index b20d090..037c90b 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.resources.dll index 1143bbb..df5eafc 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index adea63f..85a07e8 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll index ea85069..51e3741 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll index 4f796b2..39b1d9a 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.resources.dll index bd8c65b..741a778 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ref/AlfaPrentice.dll b/AlfaPrentice/bin/Debug/net5.0/ref/AlfaPrentice.dll index 422ecb1..6aa9374 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ref/AlfaPrentice.dll and b/AlfaPrentice/bin/Debug/net5.0/ref/AlfaPrentice.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index 9515998..d2f68e5 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll index ee28c62..a73e027 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll index b87ccbd..67ca046 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.resources.dll index c94e3b3..518e243 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/runtimes/win-arm/lib/net5.0/dotnet-aspnet-codegenerator-design.exe b/AlfaPrentice/bin/Debug/net5.0/runtimes/win-arm/lib/net5.0/dotnet-aspnet-codegenerator-design.exe deleted file mode 100644 index 508fbdc..0000000 Binary files a/AlfaPrentice/bin/Debug/net5.0/runtimes/win-arm/lib/net5.0/dotnet-aspnet-codegenerator-design.exe and /dev/null differ diff --git a/AlfaPrentice/bin/Debug/net5.0/runtimes/win-arm64/lib/net5.0/dotnet-aspnet-codegenerator-design.exe b/AlfaPrentice/bin/Debug/net5.0/runtimes/win-arm64/lib/net5.0/dotnet-aspnet-codegenerator-design.exe deleted file mode 100644 index 428ec2f..0000000 Binary files a/AlfaPrentice/bin/Debug/net5.0/runtimes/win-arm64/lib/net5.0/dotnet-aspnet-codegenerator-design.exe and /dev/null differ diff --git a/AlfaPrentice/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/AlfaPrentice/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 0000000..df95234 Binary files /dev/null and b/AlfaPrentice/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index cbabd69..e32659e 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll index 622709a..e3b5dcf 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll index 408b6af..980e54c 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.resources.dll index 2bc270d..d4dcb3c 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index 9e9025b..85d557c 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll index a4cbbfc..d08bddf 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll index c0200a5..24a57c7 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll index 8bac9f0..3969304 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll index b024b90..66b0ab7 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll index 8bb283f..0899da8 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll index 8957d8c..508353f 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll index fd9dff3..94f9ac0 100644 Binary files a/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll and b/AlfaPrentice/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll differ diff --git a/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.dgspec.json b/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.dgspec.json index 8a01721..53a7dd9 100644 --- a/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.dgspec.json +++ b/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.dgspec.json @@ -1,20 +1,23 @@ { "format": 1, "restore": { - "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj": {} + "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj": {} }, "projects": { - "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj": { + "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", + "projectUniqueName": "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", "projectName": "AlfaPrentice", - "projectPath": "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", - "packagesPath": "C:\\Users\\mathieu\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\obj\\", + "projectPath": "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", + "packagesPath": "C:\\Users\\Xandra Mentink\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\obj\\", "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], "configFilePaths": [ - "C:\\Users\\mathieu\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Xandra Mentink\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -42,33 +45,37 @@ "dependencies": { "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", - "version": "[5.0.1, )", + "version": "[3.1.10, )", "noWarn": [ "NU1605" ] }, "Microsoft.AspNetCore.Authentication.OpenIdConnect": { "target": "Package", - "version": "[5.0.1, )", + "version": "[3.1.10, )", "noWarn": [ "NU1605" ] }, "Microsoft.EntityFrameworkCore": { "target": "Package", - "version": "[5.0.1, )" + "version": "[3.1.10, )" + }, + "Microsoft.EntityFrameworkCore.Relational": { + "target": "Package", + "version": "[3.1.10, )" }, "Microsoft.Extensions.DependencyInjection": { "target": "Package", - "version": "[5.0.1, )" + "version": "[3.1.10, )" }, "Microsoft.Extensions.DependencyInjection.Abstractions": { "target": "Package", - "version": "[5.0.0, )" + "version": "[3.1.10, )" }, "Microsoft.Extensions.Logging.Debug": { "target": "Package", - "version": "[5.0.0, )" + "version": "[3.1.10, )" }, "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": { "target": "Package", @@ -76,16 +83,16 @@ }, "Microsoft.VisualStudio.Web.CodeGeneration.Design": { "target": "Package", - "version": "[5.0.1, )" + "version": "[3.1.4, )" + }, + "MySql.Data.EntityFrameworkCore": { + "target": "Package", + "version": "[8.0.22, )" }, "Newtonsoft.Json": { "target": "Package", "version": "[12.0.3, )" }, - "Pomelo.EntityFrameworkCore.MySql": { - "target": "Package", - "version": "[3.2.4, )" - }, "Swashbuckle.AspNetCore": { "target": "Package", "version": "[5.6.3, )" diff --git a/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.g.props b/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.g.props index 1a6e64d..ef818f6 100644 --- a/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.g.props +++ b/AlfaPrentice/obj/AlfaPrentice.csproj.nuget.g.props @@ -5,7 +5,7 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\mathieu\.nuget\packages\ + C:\Users\Xandra Mentink\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder PackageReference 5.8.0 @@ -21,8 +21,8 @@ - C:\Users\mathieu\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0 - C:\Users\mathieu\.nuget\packages\microsoft.codeanalysis.analyzers\3.0.0 - C:\Users\mathieu\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.10.9 + C:\Users\Xandra Mentink\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0 + C:\Users\Xandra Mentink\.nuget\packages\microsoft.codeanalysis.analyzers\2.9.4 + C:\Users\Xandra Mentink\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.10.9 \ No newline at end of file diff --git a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.assets.cache b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.assets.cache index a7cc722..961513e 100644 Binary files a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.assets.cache and b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.assets.cache differ diff --git a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.CoreCompileInputs.cache b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.CoreCompileInputs.cache index 9ed9508..42291fd 100644 --- a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.CoreCompileInputs.cache +++ b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -45d85c66a128c1451f9ad184b1ab1e86bb5d3567 +f6bf1aef781889d20896c4b06804db54de2c2fa1 diff --git a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.FileListAbsolute.txt b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.FileListAbsolute.txt index e95691d..5cba6c9 100644 --- a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.FileListAbsolute.txt +++ b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csproj.FileListAbsolute.txt @@ -155,3 +155,133 @@ C:\Users\mathieu\Documents\GitHub\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\Alf C:\Users\mathieu\Documents\GitHub\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.csproj.CopyComplete C:\Users\mathieu\Documents\GitHub\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.genruntimeconfig.cache C:\Users\mathieu\Documents\GitHub\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.csprojAssemblyReference.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\appsettings.Development.json +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\appsettings.json +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\AlfaPrentice.exe +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\AlfaPrentice.deps.json +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\AlfaPrentice.runtimeconfig.json +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\AlfaPrentice.runtimeconfig.dev.json +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\AlfaPrentice.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ref\AlfaPrentice.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\AlfaPrentice.pdb +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.AspNetCore.Authentication.OpenIdConnect.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.AspNetCore.Razor.Language.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.Bcl.AsyncInterfaces.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.CodeAnalysis.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.CodeAnalysis.CSharp.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.CodeAnalysis.Razor.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.CodeAnalysis.Workspaces.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.EntityFrameworkCore.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.EntityFrameworkCore.Abstractions.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.EntityFrameworkCore.Relational.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.IdentityModel.JsonWebTokens.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.IdentityModel.Logging.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.IdentityModel.Protocols.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.IdentityModel.Tokens.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.OpenApi.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\dotnet-aspnet-codegenerator-design.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Newtonsoft.Json.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Swashbuckle.AspNetCore.Swagger.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Swashbuckle.AspNetCore.SwaggerGen.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Swashbuckle.AspNetCore.SwaggerUI.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Composition.AttributedModel.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Composition.Convention.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Composition.Hosting.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Composition.Runtime.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Composition.TypedParts.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.IdentityModel.Tokens.Jwt.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.AssemblyInfoInputs.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.AssemblyInfo.cs +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.csproj.CoreCompileInputs.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.MvcApplicationPartsAssemblyInfo.cs +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.MvcApplicationPartsAssemblyInfo.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\staticwebassets\AlfaPrentice.StaticWebAssets.Manifest.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\staticwebassets\AlfaPrentice.StaticWebAssets.xml +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\scopedcss\bundle\AlfaPrentice.styles.css +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.RazorTargetAssemblyInfo.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.csproj.CopyComplete +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\ref\AlfaPrentice.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.pdb +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.genruntimeconfig.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\obj\Debug\net5.0\AlfaPrentice.csprojAssemblyReference.cache +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\BouncyCastle.Crypto.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Google.Protobuf.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\K4os.Compression.LZ4.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\K4os.Compression.LZ4.Streams.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\K4os.Hash.xxHash.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\MySql.Data.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Ubiety.Dns.Core.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Zstandard.Net.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\MySql.Data.EntityFrameworkCore.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Renci.SshNet.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\SshNet.Security.Cryptography.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Configuration.ConfigurationManager.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Security.Cryptography.ProtectedData.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\System.Xml.XPath.XmlDocument.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\Microsoft.Bcl.HashCode.dll +C:\Users\Xandra Mentink\Documents\AlfaPrentice\AlfaPrentice\AlfaPrentice\bin\Debug\net5.0\NuGet.Frameworks.dll diff --git a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csprojAssemblyReference.cache b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csprojAssemblyReference.cache index 23190e9..f797be1 100644 Binary files a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csprojAssemblyReference.cache and b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.csprojAssemblyReference.cache differ diff --git a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.dll b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.dll index c451add..f171b93 100644 Binary files a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.dll and b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.dll differ diff --git a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.genruntimeconfig.cache b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.genruntimeconfig.cache index bd1feb6..affae18 100644 --- a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.genruntimeconfig.cache +++ b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.genruntimeconfig.cache @@ -1 +1 @@ -8975032b6d462f77f04f602fc3ebb72de5c83470 +7add53b34cdfde8031b655cd77aa42d986179093 diff --git a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.pdb b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.pdb index 3d7901b..5a85be1 100644 Binary files a/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.pdb and b/AlfaPrentice/obj/Debug/net5.0/AlfaPrentice.pdb differ diff --git a/AlfaPrentice/obj/Debug/net5.0/ref/AlfaPrentice.dll b/AlfaPrentice/obj/Debug/net5.0/ref/AlfaPrentice.dll index 422ecb1..6aa9374 100644 Binary files a/AlfaPrentice/obj/Debug/net5.0/ref/AlfaPrentice.dll and b/AlfaPrentice/obj/Debug/net5.0/ref/AlfaPrentice.dll differ diff --git a/AlfaPrentice/obj/project.assets.json b/AlfaPrentice/obj/project.assets.json index 4f3f32c..64496eb 100644 --- a/AlfaPrentice/obj/project.assets.json +++ b/AlfaPrentice/obj/project.assets.json @@ -2,43 +2,94 @@ "version": 3, "targets": { "net5.0": { - "Humanizer.Core/2.2.0": { + "BouncyCastle.NetCore/1.8.3": { "type": "package", "dependencies": { - "NETStandard.Library": "1.6.1" + "NETStandard.Library": "1.6.0", + "System.Reflection": "4.3.0", + "System.Reflection.TypeExtensions": "4.1.0" }, "compile": { - "lib/netstandard1.0/_._": {} + "lib/netstandard2.0/BouncyCastle.Crypto.dll": {} }, "runtime": { - "lib/netstandard1.0/Humanizer.dll": {} + "lib/netstandard2.0/BouncyCastle.Crypto.dll": {} } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/5.0.1": { + "Google.Protobuf/3.11.4": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.7.1" + "System.Memory": "4.5.2" }, "compile": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} + "lib/netstandard2.0/Google.Protobuf.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} + "lib/netstandard2.0/Google.Protobuf.dll": {} + } + }, + "K4os.Compression.LZ4/1.1.11": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/K4os.Compression.LZ4.dll": {} + }, + "runtime": { + "lib/netstandard2.0/K4os.Compression.LZ4.dll": {} + } + }, + "K4os.Compression.LZ4.Streams/1.1.11": { + "type": "package", + "dependencies": { + "K4os.Compression.LZ4": "1.1.11", + "K4os.Hash.xxHash": "1.0.6" + }, + "compile": { + "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll": {} + }, + "runtime": { + "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll": {} + } + }, + "K4os.Hash.xxHash/1.0.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/K4os.Hash.xxHash.dll": {} + }, + "runtime": { + "lib/netstandard2.0/K4os.Hash.xxHash.dll": {} + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/3.1.10": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.5.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} }, "frameworkReferences": [ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/5.0.1": { + "Microsoft.AspNetCore.Authentication.OpenIdConnect/3.1.10": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.7.1" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.5.0" }, "compile": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} }, "frameworkReferences": [ "Microsoft.AspNetCore.App" @@ -68,7 +119,7 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Razor.dll": {} } }, - "Microsoft.AspNetCore.Razor.Language/5.0.0": { + "Microsoft.AspNetCore.Razor.Language/3.1.0": { "type": "package", "compile": { "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} @@ -99,186 +150,194 @@ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} } }, - "Microsoft.CodeAnalysis.Analyzers/3.0.0": { + "Microsoft.Bcl.HashCode/1.1.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/Microsoft.Bcl.HashCode.dll": {} + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/2.9.4": { "type": "package", "build": { "build/_._": {} } }, - "Microsoft.CodeAnalysis.Common/3.8.0": { + "Microsoft.CodeAnalysis.Common/3.3.1": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", + "Microsoft.CodeAnalysis.Analyzers": "2.9.4", + "System.Collections.Immutable": "1.5.0", + "System.Memory": "4.5.3", + "System.Reflection.Metadata": "1.6.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2", "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" + "System.Threading.Tasks.Extensions": "4.5.3" }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": {} }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": {} }, "resource": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } } }, - "Microsoft.CodeAnalysis.CSharp/3.8.0": { + "Microsoft.CodeAnalysis.CSharp/3.3.1": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" + "Microsoft.CodeAnalysis.Common": "[3.3.1]" }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": {} }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": {} }, "resource": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } } }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/3.8.0": { + "Microsoft.CodeAnalysis.CSharp.Workspaces/3.3.1": { "type": "package", "dependencies": { - "Humanizer.Core": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[3.8.0]" + "Microsoft.CodeAnalysis.CSharp": "[3.3.1]", + "Microsoft.CodeAnalysis.Common": "[3.3.1]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[3.3.1]" }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {} }, "resource": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } } }, - "Microsoft.CodeAnalysis.Razor/5.0.0": { + "Microsoft.CodeAnalysis.Razor/3.1.0": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.0", - "Microsoft.CodeAnalysis.CSharp": "3.7.0", - "Microsoft.CodeAnalysis.Common": "3.7.0" + "Microsoft.AspNetCore.Razor.Language": "3.1.0", + "Microsoft.CodeAnalysis.CSharp": "3.3.0", + "Microsoft.CodeAnalysis.Common": "3.3.0" }, "compile": { "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} @@ -287,99 +346,118 @@ "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll": {} } }, - "Microsoft.CodeAnalysis.Workspaces.Common/3.8.0": { + "Microsoft.CodeAnalysis.Workspaces.Common/3.3.1": { "type": "package", "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", + "Microsoft.CodeAnalysis.Common": "[3.3.1]", "System.Composition": "1.0.31" }, "compile": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll": {} }, "runtime": { - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": {} + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll": {} }, "resource": { - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } } }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "Microsoft.EntityFrameworkCore/5.0.1": { + "Microsoft.CSharp/4.0.1": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "5.0.1", - "Microsoft.EntityFrameworkCore.Analyzers": "5.0.1", - "Microsoft.Extensions.Caching.Memory": "5.0.0", - "Microsoft.Extensions.DependencyInjection": "5.0.1", - "Microsoft.Extensions.Logging": "5.0.0", - "System.Collections.Immutable": "5.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Diagnostics.DiagnosticSource": "5.0.0" + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Dynamic.Runtime": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.InteropServices": "4.1.0", + "System.Threading": "4.0.11" }, "compile": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {} + "ref/netstandard1.0/Microsoft.CSharp.dll": {} }, "runtime": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {} + "lib/netstandard1.3/Microsoft.CSharp.dll": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/5.0.1": { + "Microsoft.EntityFrameworkCore/3.1.10": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "Microsoft.Bcl.HashCode": "1.1.0", + "Microsoft.EntityFrameworkCore.Abstractions": "3.1.10", + "Microsoft.EntityFrameworkCore.Analyzers": "3.1.10", + "Microsoft.Extensions.Caching.Memory": "3.1.10", + "Microsoft.Extensions.DependencyInjection": "3.1.10", + "Microsoft.Extensions.Logging": "3.1.10", + "System.Collections.Immutable": "1.7.1", + "System.ComponentModel.Annotations": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": { "type": "package", "compile": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {} + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {} }, "runtime": { - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {} + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {} } }, - "Microsoft.EntityFrameworkCore.Analyzers/5.0.1": { + "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -388,10 +466,10 @@ "lib/netstandard2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore.Relational/3.1.8": { + "Microsoft.EntityFrameworkCore.Relational/3.1.10": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore": "3.1.8" + "Microsoft.EntityFrameworkCore": "3.1.10" }, "compile": { "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll": {} @@ -411,47 +489,82 @@ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} } }, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { + "Microsoft.Extensions.Caching.Abstractions/3.1.10": { "type": "package", "dependencies": { - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.Primitives": "3.1.10" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll": {} }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll": {} } }, - "Microsoft.Extensions.Caching.Memory/5.0.0": { + "Microsoft.Extensions.Caching.Memory/3.1.10": { "type": "package", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.Caching.Abstractions": "3.1.10", + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10", + "Microsoft.Extensions.Logging.Abstractions": "3.1.10", + "Microsoft.Extensions.Options": "3.1.10" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll": {} }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/5.0.1": { + "Microsoft.Extensions.Configuration/3.1.10": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0" + "Microsoft.Extensions.Configuration.Abstractions": "3.1.10" }, "compile": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { + "Microsoft.Extensions.Configuration.Abstractions/3.1.10": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "3.1.10" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/3.1.10": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "3.1.10" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/3.1.10": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": { "type": "package", "compile": { "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -460,22 +573,22 @@ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Extensions.Logging/5.0.0": { + "Microsoft.Extensions.Logging/3.1.10": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0", - "Microsoft.Extensions.Options": "5.0.0" + "Microsoft.Extensions.Configuration.Binder": "3.1.10", + "Microsoft.Extensions.DependencyInjection": "3.1.10", + "Microsoft.Extensions.Logging.Abstractions": "3.1.10", + "Microsoft.Extensions.Options": "3.1.10" }, "compile": { - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {} }, "runtime": { - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll": {} } }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": { + "Microsoft.Extensions.Logging.Abstractions/3.1.10": { "type": "package", "compile": { "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} @@ -484,46 +597,45 @@ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, - "Microsoft.Extensions.Logging.Debug/5.0.0": { + "Microsoft.Extensions.Logging.Debug/3.1.10": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Logging": "5.0.0", - "Microsoft.Extensions.Logging.Abstractions": "5.0.0" + "Microsoft.Extensions.Logging": "3.1.10" }, "compile": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Debug.dll": {} }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Debug.dll": {} } }, - "Microsoft.Extensions.Options/5.0.0": { + "Microsoft.Extensions.Options/3.1.10": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", - "Microsoft.Extensions.Primitives": "5.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.10", + "Microsoft.Extensions.Primitives": "3.1.10" }, "compile": { - "lib/net5.0/Microsoft.Extensions.Options.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.Extensions.Options.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll": {} } }, - "Microsoft.Extensions.Primitives/5.0.0": { + "Microsoft.Extensions.Primitives/3.1.10": { "type": "package", "compile": { - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {} }, "runtime": { - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {} + "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll": {} } }, - "Microsoft.IdentityModel.JsonWebTokens/6.7.1": { + "Microsoft.IdentityModel.JsonWebTokens/5.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.7.1" + "Microsoft.IdentityModel.Tokens": "5.5.0", + "Newtonsoft.Json": "10.0.1" }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} @@ -532,7 +644,7 @@ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {} } }, - "Microsoft.IdentityModel.Logging/6.7.1": { + "Microsoft.IdentityModel.Logging/5.5.0": { "type": "package", "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {} @@ -541,11 +653,11 @@ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {} } }, - "Microsoft.IdentityModel.Protocols/6.7.1": { + "Microsoft.IdentityModel.Protocols/5.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "6.7.1", - "Microsoft.IdentityModel.Tokens": "6.7.1" + "Microsoft.IdentityModel.Logging": "5.5.0", + "Microsoft.IdentityModel.Tokens": "5.5.0" }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} @@ -554,11 +666,12 @@ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {} } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.7.1": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.7.1", - "System.IdentityModel.Tokens.Jwt": "6.7.1" + "Microsoft.IdentityModel.Protocols": "5.5.0", + "Newtonsoft.Json": "10.0.1", + "System.IdentityModel.Tokens.Jwt": "5.5.0" }, "compile": { "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} @@ -567,11 +680,11 @@ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} } }, - "Microsoft.IdentityModel.Tokens/6.7.1": { + "Microsoft.IdentityModel.Tokens/5.5.0": { "type": "package", "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.7.1", + "Microsoft.IdentityModel.Logging": "5.5.0", + "Newtonsoft.Json": "10.0.1", "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { @@ -581,7 +694,7 @@ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {} } }, - "Microsoft.NETCore.Platforms/2.1.2": { + "Microsoft.NETCore.Platforms/3.1.0": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} @@ -615,120 +728,110 @@ "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration/3.1.4": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.0", - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "5.0.1" + "Microsoft.Extensions.DependencyInjection": "3.1.0", + "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore": "3.1.4" }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/3.1.4": { "type": "package", "dependencies": { - "Newtonsoft.Json": "11.0.2", - "System.Collections.Immutable": "1.7.0" - }, - "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {} - }, - "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {} - } - }, - "Microsoft.VisualStudio.Web.CodeGeneration.Core/5.0.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "5.0.0", - "Microsoft.VisualStudio.Web.CodeGeneration.Templating": "5.0.1", "Newtonsoft.Json": "11.0.2" }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Design/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Core/3.1.4": { "type": "package", "dependencies": { - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "5.0.1" + "Microsoft.Extensions.DependencyInjection": "3.1.0", + "Microsoft.VisualStudio.Web.CodeGeneration.Templating": "3.1.4", + "Newtonsoft.Json": "11.0.2" }, "compile": { - "lib/net5.0/dotnet-aspnet-codegenerator-design.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} }, "runtime": { - "lib/net5.0/dotnet-aspnet-codegenerator-design.dll": {} - }, - "runtimeTargets": { - "runtimes/win-arm/lib/net5.0/dotnet-aspnet-codegenerator-design.exe": { - "assetType": "runtime", - "rid": "win-arm" - }, - "runtimes/win-arm64/lib/net5.0/dotnet-aspnet-codegenerator-design.exe": { - "assetType": "runtime", - "rid": "win-arm64" - } + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Design/3.1.4": { "type": "package", "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration.Core": "5.0.1" + "Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "3.1.4" }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} + "lib/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} + "lib/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Templating/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/3.1.4": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Razor.Language": "5.0.0", + "Microsoft.VisualStudio.Web.CodeGeneration.Core": "3.1.4" + }, + "compile": { + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll": {} + } + }, + "Microsoft.VisualStudio.Web.CodeGeneration.Templating/3.1.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Razor.Language": "3.1.0", "Microsoft.AspNetCore.Razor.Runtime": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "3.8.0", - "Microsoft.CodeAnalysis.Razor": "5.0.0", - "Microsoft.VisualStudio.Web.CodeGeneration.Utils": "5.0.1" + "Microsoft.CodeAnalysis.CSharp": "3.3.1", + "Microsoft.CodeAnalysis.Razor": "3.1.0", + "Microsoft.VisualStudio.Web.CodeGeneration.Utils": "3.1.4" }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGeneration.Utils/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGeneration.Utils/3.1.4": { "type": "package", "dependencies": { - "Microsoft.CodeAnalysis.CSharp.Workspaces": "3.8.0", - "Microsoft.VisualStudio.Web.CodeGeneration.Contracts": "5.0.1", - "Newtonsoft.Json": "11.0.2" + "Microsoft.CodeAnalysis.CSharp.Workspaces": "3.3.1", + "Microsoft.VisualStudio.Web.CodeGeneration.Contracts": "3.1.4", + "Newtonsoft.Json": "11.0.2", + "NuGet.Frameworks": "4.7.0" }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll": {} } }, - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/5.0.1": { + "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/3.1.4": { "type": "package", "dependencies": { - "Microsoft.VisualStudio.Web.CodeGeneration": "5.0.1" + "Microsoft.VisualStudio.Web.CodeGeneration": "3.1.4" }, "compile": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} }, "runtime": { - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll": {} } }, "Microsoft.Win32.Primitives/4.3.0": { @@ -739,16 +842,63 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {} } }, - "MySqlConnector/0.69.9": { + "Microsoft.Win32.SystemEvents/4.7.0": { "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0" + }, "compile": { - "lib/netcoreapp3.0/MySqlConnector.dll": {} + "ref/netstandard2.0/_._": {} }, "runtime": { - "lib/netcoreapp3.0/MySqlConnector.dll": {} + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MySql.Data/8.0.22": { + "type": "package", + "dependencies": { + "BouncyCastle.NetCore": "1.8.3", + "Google.Protobuf": "3.11.4", + "K4os.Compression.LZ4": "1.1.11", + "K4os.Compression.LZ4.Streams": "1.1.11", + "K4os.Hash.xxHash": "1.0.6", + "SSH.NET": "2016.1.0", + "System.Buffers": "4.5.1", + "System.Configuration.ConfigurationManager": "4.4.1", + "System.Security.Permissions": "4.7.0", + "System.Text.Encoding.CodePages": "4.4.0" + }, + "compile": { + "lib/net5.0/MySql.Data.dll": {}, + "lib/net5.0/Ubiety.Dns.Core.dll": {}, + "lib/net5.0/Zstandard.Net.dll": {} + }, + "runtime": { + "lib/net5.0/MySql.Data.dll": {}, + "lib/net5.0/Ubiety.Dns.Core.dll": {}, + "lib/net5.0/Zstandard.Net.dll": {} + } + }, + "MySql.Data.EntityFrameworkCore/8.0.22": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Relational": "3.1.1", + "MySql.Data": "8.0.22" + }, + "compile": { + "lib/netstandard2.1/MySql.Data.EntityFrameworkCore.dll": {} + }, + "runtime": { + "lib/netstandard2.1/MySql.Data.EntityFrameworkCore.dll": {} } }, "NETStandard.Library/1.6.1": { @@ -809,31 +959,16 @@ "lib/netstandard2.0/Newtonsoft.Json.dll": {} } }, - "Pomelo.EntityFrameworkCore.MySql/3.2.4": { + "NuGet.Frameworks/4.7.0": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "[3.1.8, 5.0.0)", - "MySqlConnector": "[0.69.9, 1.0.0)", - "Pomelo.JsonObject": "2.2.1" + "NETStandard.Library": "1.6.1" }, "compile": { - "lib/netstandard2.0/Pomelo.EntityFrameworkCore.MySql.dll": {} + "lib/netstandard1.6/NuGet.Frameworks.dll": {} }, "runtime": { - "lib/netstandard2.0/Pomelo.EntityFrameworkCore.MySql.dll": {} - } - }, - "Pomelo.JsonObject/2.2.1": { - "type": "package", - "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Newtonsoft.Json": "11.0.2" - }, - "compile": { - "lib/netstandard2.0/Pomelo.JsonObject.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Pomelo.JsonObject.dll": {} + "lib/netstandard1.6/NuGet.Frameworks.dll": {} } }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { @@ -1007,6 +1142,52 @@ } } }, + "SSH.NET/2016.1.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.0.1", + "SshNet.Security.Cryptography": "[1.2.0]", + "System.Diagnostics.Debug": "4.0.11", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.TraceSource": "4.0.0", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.IO.FileSystem": "4.0.1", + "System.IO.FileSystem.Primitives": "4.0.1", + "System.Linq": "4.1.0", + "System.Net.NameResolution": "4.0.0", + "System.Net.Sockets": "4.1.0", + "System.Reflection.Extensions": "4.0.1", + "System.Runtime.Extensions": "4.1.0", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.0.11", + "System.Threading.Thread": "4.0.0", + "System.Threading.ThreadPool": "4.0.10", + "System.Threading.Timer": "4.0.1", + "System.Xml.XPath.XmlDocument": "4.0.1", + "System.Xml.XmlDocument": "4.0.1" + }, + "compile": { + "lib/netstandard1.3/Renci.SshNet.dll": {} + }, + "runtime": { + "lib/netstandard1.3/Renci.SshNet.dll": {} + } + }, + "SshNet.Security.Cryptography/1.2.0": { + "type": "package", + "dependencies": { + "System.IO": "4.1.0", + "System.Security.Cryptography.Primitives": "4.0.0" + }, + "compile": { + "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {} + }, + "runtime": { + "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {} + } + }, "Swashbuckle.AspNetCore/5.6.3": { "type": "package", "dependencies": { @@ -1067,26 +1248,19 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/_._": {} + "ref/netstandard1.6/System.AppContext.dll": {} }, "runtime": { "lib/netstandard1.6/System.AppContext.dll": {} } }, - "System.Buffers/4.3.0": { + "System.Buffers/4.5.1": { "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - }, "compile": { - "lib/netstandard1.1/_._": {} + "ref/netcoreapp2.0/_._": {} }, "runtime": { - "lib/netstandard1.1/System.Buffers.dll": {} + "lib/netcoreapp2.0/_._": {} } }, "System.Collections/4.3.0": { @@ -1115,13 +1289,13 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Collections.Concurrent.dll": {} }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} } }, - "System.Collections.Immutable/5.0.0": { + "System.Collections.Immutable/1.7.1": { "type": "package", "compile": { "lib/netstandard2.0/System.Collections.Immutable.dll": {} @@ -1130,7 +1304,7 @@ "lib/netstandard2.0/System.Collections.Immutable.dll": {} } }, - "System.ComponentModel.Annotations/5.0.0": { + "System.ComponentModel.Annotations/4.7.0": { "type": "package", "compile": { "ref/netstandard2.1/System.ComponentModel.Annotations.dll": {} @@ -1253,6 +1427,18 @@ "lib/netstandard1.0/System.Composition.TypedParts.dll": {} } }, + "System.Configuration.ConfigurationManager/4.4.1": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.ProtectedData": "4.4.0" + }, + "compile": { + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {} + } + }, "System.Console/4.3.0": { "type": "package", "dependencies": { @@ -1263,7 +1449,7 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Console.dll": {} } }, "System.Diagnostics.Debug/4.3.0": { @@ -1277,13 +1463,13 @@ "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} } }, - "System.Diagnostics.DiagnosticSource/5.0.0": { + "System.Diagnostics.DiagnosticSource/4.7.1": { "type": "package", "compile": { - "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {} + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} }, "runtime": { - "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {} + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {} } }, "System.Diagnostics.Tools/4.3.0": { @@ -1297,6 +1483,33 @@ "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} } }, + "System.Diagnostics.TraceSource/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "runtime.native.System": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Diagnostics.Tracing/4.3.0": { "type": "package", "dependencies": { @@ -1305,7 +1518,56 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Drawing.Common/4.7.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.Win32.SystemEvents": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/System.Drawing.Common.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Dynamic.Runtime/4.0.11": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.Linq": "4.1.0", + "System.Linq.Expressions": "4.1.0", + "System.ObjectModel": "4.0.12", + "System.Reflection": "4.1.0", + "System.Reflection.Emit": "4.0.1", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Primitives": "4.0.1", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Dynamic.Runtime.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} } }, "System.Globalization/4.3.0": { @@ -1328,7 +1590,7 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Globalization.Calendars.dll": {} } }, "System.Globalization.Extensions/4.3.0": { @@ -1355,11 +1617,12 @@ } } }, - "System.IdentityModel.Tokens.Jwt/6.7.1": { + "System.IdentityModel.Tokens.Jwt/5.5.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.7.1", - "Microsoft.IdentityModel.Tokens": "6.7.1" + "Microsoft.IdentityModel.JsonWebTokens": "5.5.0", + "Microsoft.IdentityModel.Tokens": "5.5.0", + "Newtonsoft.Json": "10.0.1" }, "compile": { "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {} @@ -1401,7 +1664,7 @@ "runtime.native.System.IO.Compression": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.IO.Compression.dll": {} }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { @@ -1428,7 +1691,7 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {} }, "runtime": { "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {} @@ -1447,7 +1710,7 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.IO.FileSystem.dll": {} } }, "System.IO.FileSystem.Primitives/4.3.0": { @@ -1456,7 +1719,7 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} @@ -1506,7 +1769,7 @@ "lib/netstandard1.6/System.Linq.Expressions.dll": {} } }, - "System.Memory/4.5.4": { + "System.Memory/4.5.3": { "type": "package", "compile": { "ref/netcoreapp2.1/_._": {} @@ -1546,7 +1809,7 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Net.Http.dll": {} }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { @@ -1559,6 +1822,38 @@ } } }, + "System.Net.NameResolution/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1", + "System.Collections": "4.0.11", + "System.Diagnostics.Tracing": "4.1.0", + "System.Globalization": "4.0.11", + "System.Net.Primitives": "4.0.11", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Runtime.Handles": "4.0.1", + "System.Runtime.InteropServices": "4.1.0", + "System.Security.Principal.Windows": "4.0.0", + "System.Threading": "4.0.11", + "System.Threading.Tasks": "4.0.11", + "runtime.native.System": "4.0.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Net.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -1568,7 +1863,7 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Net.Primitives.dll": {} } }, "System.Net.Sockets/4.3.0": { @@ -1582,7 +1877,7 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.3.0": { @@ -1671,7 +1966,7 @@ "ref/netstandard1.0/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Metadata/5.0.0": { + "System.Reflection.Metadata/1.6.0": { "type": "package", "compile": { "lib/netstandard2.0/System.Reflection.Metadata.dll": {} @@ -1698,7 +1993,7 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": {} + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll": {} }, "runtime": { "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} @@ -1727,7 +2022,7 @@ "ref/netstandard1.5/System.Runtime.dll": {} } }, - "System.Runtime.CompilerServices.Unsafe/4.7.1": { + "System.Runtime.CompilerServices.Unsafe/4.5.2": { "type": "package", "compile": { "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} @@ -1755,7 +2050,7 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Runtime.Handles.dll": {} } }, "System.Runtime.InteropServices/4.3.0": { @@ -1769,7 +2064,7 @@ "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netcoreapp1.1/_._": {} + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} } }, "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { @@ -1784,7 +2079,7 @@ "runtime.native.System": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} }, "runtime": { "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} @@ -1809,12 +2104,31 @@ "System.Runtime.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": {} + "ref/netstandard1.1/System.Runtime.Numerics.dll": {} }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} } }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.Algorithms/4.3.0": { "type": "package", "dependencies": { @@ -1834,7 +2148,7 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.6/_._": {} + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} }, "runtimeTargets": { "runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { @@ -1914,7 +2228,7 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { @@ -1969,12 +2283,27 @@ "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} } }, + "System.Security.Cryptography.ProtectedData/4.4.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.X509Certificates/4.3.0": { "type": "package", "dependencies": { @@ -2005,7 +2334,7 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" }, "compile": { - "ref/netstandard1.4/_._": {} + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} }, "runtimeTargets": { "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { @@ -2018,6 +2347,38 @@ } } }, + "System.Security.Permissions/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Windows.Extensions": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Security.Permissions.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/System.Security.Permissions.dll": {} + } + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Text.Encoding/4.3.0": { "type": "package", "dependencies": { @@ -2057,7 +2418,7 @@ "System.Text.Encoding": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {} } }, "System.Text.Encodings.Web/4.5.0": { @@ -2075,7 +2436,7 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netcoreapp1.1/_._": {} + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} }, "runtime": { "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} @@ -2105,7 +2466,7 @@ "ref/netstandard1.3/System.Threading.Tasks.dll": {} } }, - "System.Threading.Tasks.Extensions/4.5.4": { + "System.Threading.Tasks.Extensions/4.5.3": { "type": "package", "compile": { "ref/netcoreapp2.1/_._": {} @@ -2114,6 +2475,31 @@ "lib/netcoreapp2.1/_._": {} } }, + "System.Threading.Thread/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.1.0", + "System.Runtime.Handles": "4.0.1" + }, + "compile": { + "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} + } + }, "System.Threading.Timer/4.3.0": { "type": "package", "dependencies": { @@ -2122,7 +2508,25 @@ "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.2/_._": {} + "ref/netstandard1.2/System.Threading.Timer.dll": {} + } + }, + "System.Windows.Extensions/4.7.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Windows.Extensions.dll": {} + }, + "runtime": { + "lib/netcoreapp3.0/System.Windows.Extensions.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } } }, "System.Xml.ReaderWriter/4.3.0": { @@ -2145,7 +2549,7 @@ "System.Threading.Tasks.Extensions": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {} }, "runtime": { "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} @@ -2168,54 +2572,208 @@ "System.Xml.ReaderWriter": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": {} + "ref/netstandard1.3/System.Xml.XDocument.dll": {} }, "runtime": { "lib/netstandard1.3/System.Xml.XDocument.dll": {} } + }, + "System.Xml.XmlDocument/4.0.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Text.Encoding": "4.0.11", + "System.Threading": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XmlDocument.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XmlDocument.dll": {} + } + }, + "System.Xml.XPath/4.0.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Diagnostics.Debug": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XPath.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XPath.dll": {} + } + }, + "System.Xml.XPath.XmlDocument/4.0.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11", + "System.Globalization": "4.0.11", + "System.IO": "4.1.0", + "System.Resources.ResourceManager": "4.0.1", + "System.Runtime": "4.1.0", + "System.Runtime.Extensions": "4.1.0", + "System.Threading": "4.0.11", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XPath": "4.0.1", + "System.Xml.XmlDocument": "4.0.1" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {} + } } } }, "libraries": { - "Humanizer.Core/2.2.0": { - "sha512": "rsYXB7+iUPP8AHgQ8JP2UZI2xK2KhjcdGr9E6zX3CsZaTLCaw8M35vaAJRo1rfxeaZEVMuXeaquLVCkZ7JcZ5Q==", + "BouncyCastle.NetCore/1.8.3": { + "sha512": "jAy3uHN1U9DpoT/TgLqDTEhlccn/4doOVxhSmmNsnoSsGfHT9Lwr634ac9D0YFujAhNw61nWF4UIpHyzv0aQww==", "type": "package", - "path": "humanizer.core/2.2.0", + "path": "bouncycastle.netcore/1.8.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "humanizer.core.2.2.0.nupkg.sha512", - "humanizer.core.nuspec", - "lib/netstandard1.0/Humanizer.dll" + "bouncycastle.netcore.1.8.3.nupkg.sha512", + "bouncycastle.netcore.nuspec", + "lib/Mono/BouncyCastle.Crypto.dll", + "lib/Mono/BouncyCastle.Crypto.xml", + "lib/MonoAndroid/BouncyCastle.Crypto.dll", + "lib/MonoAndroid/BouncyCastle.Crypto.xml", + "lib/MonoMac/BouncyCastle.Crypto.dll", + "lib/MonoMac/BouncyCastle.Crypto.xml", + "lib/MonoTouch/BouncyCastle.Crypto.dll", + "lib/MonoTouch/BouncyCastle.Crypto.xml", + "lib/net20/BouncyCastle.Crypto.dll", + "lib/net20/BouncyCastle.Crypto.xml", + "lib/netstandard1.3/BouncyCastle.Crypto.dll", + "lib/netstandard1.3/BouncyCastle.Crypto.xml", + "lib/netstandard2.0/BouncyCastle.Crypto.dll", + "lib/netstandard2.0/BouncyCastle.Crypto.xml", + "lib/xamarinios/BouncyCastle.Crypto.dll", + "lib/xamarinios/BouncyCastle.Crypto.xml" ] }, - "Microsoft.AspNetCore.Authentication.JwtBearer/5.0.1": { - "sha512": "BGCA7V2+x6gjzZcOLfn1UYTicTBbK1kMVsoV56qiVc2+zpdEc62YPbLCC7jBUpjCeS9w/5FkGMkjvtwCarH7hg==", + "Google.Protobuf/3.11.4": { + "sha512": "dajCxjDCiPyZuqwZCkFJTwhn/0TJ5VesIs4fXvs56ez1VUi68JjhYMMsPjnJ9gcPqJwTMtXMU1WqUdXYiG1x4w==", "type": "package", - "path": "microsoft.aspnetcore.authentication.jwtbearer/5.0.1", + "path": "google.protobuf/3.11.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "google.protobuf.3.11.4.nupkg.sha512", + "google.protobuf.nuspec", + "lib/net45/Google.Protobuf.dll", + "lib/net45/Google.Protobuf.pdb", + "lib/net45/Google.Protobuf.xml", + "lib/netstandard1.0/Google.Protobuf.dll", + "lib/netstandard1.0/Google.Protobuf.pdb", + "lib/netstandard1.0/Google.Protobuf.xml", + "lib/netstandard2.0/Google.Protobuf.dll", + "lib/netstandard2.0/Google.Protobuf.pdb", + "lib/netstandard2.0/Google.Protobuf.xml" + ] + }, + "K4os.Compression.LZ4/1.1.11": { + "sha512": "RNvJw0UGkedPhCqVBNIogtfQebY+bQt0PN7xDbVe5LWLra0ZEqPfjPSl7iStj3rgDnkqkkTTpm+vCX3hU1qKmA==", + "type": "package", + "path": "k4os.compression.lz4/1.1.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "k4os.compression.lz4.1.1.11.nupkg.sha512", + "k4os.compression.lz4.nuspec", + "lib/net45/K4os.Compression.LZ4.dll", + "lib/net45/K4os.Compression.LZ4.xml", + "lib/net46/K4os.Compression.LZ4.dll", + "lib/net46/K4os.Compression.LZ4.xml", + "lib/netstandard1.6/K4os.Compression.LZ4.dll", + "lib/netstandard1.6/K4os.Compression.LZ4.xml", + "lib/netstandard2.0/K4os.Compression.LZ4.dll", + "lib/netstandard2.0/K4os.Compression.LZ4.xml" + ] + }, + "K4os.Compression.LZ4.Streams/1.1.11": { + "sha512": "x+BidXriYsNP4HNTHKx+5cVQguHHwbfs6nM79fDHOCOrcNwnaBms4dwzAV/ZALmKsNKcHmY74PeUZiCC4qLKwQ==", + "type": "package", + "path": "k4os.compression.lz4.streams/1.1.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "k4os.compression.lz4.streams.1.1.11.nupkg.sha512", + "k4os.compression.lz4.streams.nuspec", + "lib/net45/K4os.Compression.LZ4.Streams.dll", + "lib/net45/K4os.Compression.LZ4.Streams.xml", + "lib/net46/K4os.Compression.LZ4.Streams.dll", + "lib/net46/K4os.Compression.LZ4.Streams.xml", + "lib/netstandard1.6/K4os.Compression.LZ4.Streams.dll", + "lib/netstandard1.6/K4os.Compression.LZ4.Streams.xml", + "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll", + "lib/netstandard2.0/K4os.Compression.LZ4.Streams.xml" + ] + }, + "K4os.Hash.xxHash/1.0.6": { + "sha512": "jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==", + "type": "package", + "path": "k4os.hash.xxhash/1.0.6", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "k4os.hash.xxhash.1.0.6.nupkg.sha512", + "k4os.hash.xxhash.nuspec", + "lib/net45/K4os.Hash.xxHash.dll", + "lib/net45/K4os.Hash.xxHash.xml", + "lib/net46/K4os.Hash.xxHash.dll", + "lib/net46/K4os.Hash.xxHash.xml", + "lib/netstandard1.6/K4os.Hash.xxHash.dll", + "lib/netstandard1.6/K4os.Hash.xxHash.xml", + "lib/netstandard2.0/K4os.Hash.xxHash.dll", + "lib/netstandard2.0/K4os.Hash.xxHash.xml" + ] + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/3.1.10": { + "sha512": "0FwXX6sTTXBq+ZajtT9VSNNFfmzsFL7Jiy4Qj4qT5qBbUPry26V2rh8QMWn52J2+81q9u7Bm0YKfsClu22VTMA==", + "type": "package", + "path": "microsoft.aspnetcore.authentication.jwtbearer/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "THIRD-PARTY-NOTICES.TXT", - "lib/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll", - "lib/net5.0/Microsoft.AspNetCore.Authentication.JwtBearer.xml", - "microsoft.aspnetcore.authentication.jwtbearer.5.0.1.nupkg.sha512", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.JwtBearer.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.JwtBearer.xml", + "microsoft.aspnetcore.authentication.jwtbearer.3.1.10.nupkg.sha512", "microsoft.aspnetcore.authentication.jwtbearer.nuspec" ] }, - "Microsoft.AspNetCore.Authentication.OpenIdConnect/5.0.1": { - "sha512": "bZZrUvT54W3lKQiP7e/11e2h76Qk81bG5TlqLB7tOTg02Uc02dYpbm6488NwmeKfSfO8Pto8rPwy5aq2rFRSgA==", + "Microsoft.AspNetCore.Authentication.OpenIdConnect/3.1.10": { + "sha512": "Ojc6eLyIAuXGpX9DlOUMuuodTefEVsLh3O8SNVgkTMyM6lA7beES2qTBCbsvG3/42Xjcojsiq840g05bsHXocQ==", "type": "package", - "path": "microsoft.aspnetcore.authentication.openidconnect/5.0.1", + "path": "microsoft.aspnetcore.authentication.openidconnect/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "THIRD-PARTY-NOTICES.TXT", - "lib/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll", - "lib/net5.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.xml", - "microsoft.aspnetcore.authentication.openidconnect.5.0.1.nupkg.sha512", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll", + "lib/netcoreapp3.1/Microsoft.AspNetCore.Authentication.OpenIdConnect.xml", + "microsoft.aspnetcore.authentication.openidconnect.3.1.10.nupkg.sha512", "microsoft.aspnetcore.authentication.openidconnect.nuspec" ] }, @@ -2245,18 +2803,18 @@ "microsoft.aspnetcore.razor.nuspec" ] }, - "Microsoft.AspNetCore.Razor.Language/5.0.0": { - "sha512": "6yOBBASGfXMx1fY6hyjvG+oM3eR8vovIehDdEZW7jAV4gKlY4xuAvTm7Iw1fEq7KPunh2VrJwo7oRK1XxUn1OQ==", + "Microsoft.AspNetCore.Razor.Language/3.1.0": { + "sha512": "e/atqZ5CzmJWuG/yaYOzbWNON+oqNKfk1M/xTYW+hje/RoiUUjVP88wrX1s9rEHzaAU4UljIOSvMxLABc2X2gg==", "type": "package", - "path": "microsoft.aspnetcore.razor.language/5.0.0", + "path": "microsoft.aspnetcore.razor.language/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll", - "microsoft.aspnetcore.razor.language.5.0.0.nupkg.sha512", - "microsoft.aspnetcore.razor.language.nuspec" + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.xml", + "microsoft.aspnetcore.razor.language.3.1.0.nupkg.sha512", + "microsoft.aspnetcore.razor.language.nuspec", + "packageIcon.png" ] }, "Microsoft.AspNetCore.Razor.Runtime/2.2.0": { @@ -2297,15 +2855,41 @@ "version.txt" ] }, - "Microsoft.CodeAnalysis.Analyzers/3.0.0": { - "sha512": "ojG5pGAhTPmjxRGTNvuszO3H8XPZqksDwr9xLd4Ae/JBjZZdl6GuoLk7uLMf+o7yl5wO0TAqoWcEKkEWqrZE5g==", + "Microsoft.Bcl.HashCode/1.1.0": { + "sha512": "J2G1k+u5unBV+aYcwxo94ip16Rkp65pgWFb0R6zwJipzWNMgvqlWeuI7/+R+e8bob66LnSG+llLJ+z8wI94cHg==", "type": "package", - "path": "microsoft.codeanalysis.analyzers/3.0.0", + "path": "microsoft.bcl.hashcode/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Bcl.HashCode.dll", + "lib/net461/Microsoft.Bcl.HashCode.xml", + "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.dll", + "lib/netcoreapp2.1/Microsoft.Bcl.HashCode.xml", + "lib/netstandard2.0/Microsoft.Bcl.HashCode.dll", + "lib/netstandard2.0/Microsoft.Bcl.HashCode.xml", + "lib/netstandard2.1/Microsoft.Bcl.HashCode.dll", + "lib/netstandard2.1/Microsoft.Bcl.HashCode.xml", + "microsoft.bcl.hashcode.1.1.0.nupkg.sha512", + "microsoft.bcl.hashcode.nuspec", + "ref/net461/Microsoft.Bcl.HashCode.dll", + "ref/netcoreapp2.1/Microsoft.Bcl.HashCode.dll", + "ref/netstandard2.0/Microsoft.Bcl.HashCode.dll", + "ref/netstandard2.1/Microsoft.Bcl.HashCode.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/2.9.4": { + "sha512": "alIJhS0VUg/7x5AsHEoovh/wRZ0RfCSS7k5pDSqpRLTyuMTtRgj6OJJPRApRhJHOGYYsLakf1hKeXFoDwKwNkg==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/2.9.4", "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", - "EULA.rtf", "ThirdPartyNotices.rtf", "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", @@ -2338,36 +2922,9 @@ "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", "build/Microsoft.CodeAnalysis.Analyzers.props", - "build/Microsoft.CodeAnalysis.Analyzers.targets", - "documentation/Analyzer Configuration.md", "documentation/Microsoft.CodeAnalysis.Analyzers.md", "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", - "editorconfig/AllRulesDefault/.editorconfig", - "editorconfig/AllRulesDisabled/.editorconfig", - "editorconfig/AllRulesEnabled/.editorconfig", - "editorconfig/CorrectnessRulesDefault/.editorconfig", - "editorconfig/CorrectnessRulesEnabled/.editorconfig", - "editorconfig/DataflowRulesDefault/.editorconfig", - "editorconfig/DataflowRulesEnabled/.editorconfig", - "editorconfig/LibraryRulesDefault/.editorconfig", - "editorconfig/LibraryRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", - "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", - "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", - "microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512", + "microsoft.codeanalysis.analyzers.2.9.4.nupkg.sha512", "microsoft.codeanalysis.analyzers.nuspec", "rulesets/AllRulesDefault.ruleset", "rulesets/AllRulesDisabled.ruleset", @@ -2390,39 +2947,20 @@ "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", "rulesets/PortedFromFxCopRulesDefault.ruleset", "rulesets/PortedFromFxCopRulesEnabled.ruleset", "tools/install.ps1", "tools/uninstall.ps1" ] }, - "Microsoft.CodeAnalysis.Common/3.8.0": { - "sha512": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", + "Microsoft.CodeAnalysis.Common/3.3.1": { + "sha512": "N5yQdGy+M4kimVG7hwCeGTCfgYjK2o5b/Shumkb/rCC+/SAkvP1HUAYK+vxPFS7dLJNtXLRsmPHKj3fnyNWnrw==", "type": "package", - "path": "microsoft.codeanalysis.common/3.8.0", + "path": "microsoft.codeanalysis.common/3.3.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "ThirdPartyNotices.rtf", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", @@ -2439,35 +2977,18 @@ "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.3.8.0.nupkg.sha512", + "microsoft.codeanalysis.common.3.3.1.nupkg.sha512", "microsoft.codeanalysis.common.nuspec" ] }, - "Microsoft.CodeAnalysis.CSharp/3.8.0": { - "sha512": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", + "Microsoft.CodeAnalysis.CSharp/3.3.1": { + "sha512": "WDUIhTHem38H6VJ98x2Ssq0fweakJHnHYl7vbG8ARnsAwLoJKCQCy78EeY1oRrCKG42j0v6JVljKkeqSDA28UA==", "type": "package", - "path": "microsoft.codeanalysis.csharp/3.8.0", + "path": "microsoft.codeanalysis.csharp/3.3.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "ThirdPartyNotices.rtf", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", @@ -2484,35 +3005,18 @@ "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "microsoft.codeanalysis.csharp.3.8.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.3.3.1.nupkg.sha512", "microsoft.codeanalysis.csharp.nuspec" ] }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/3.8.0": { - "sha512": "rdEBvPWqe/IIscsnp7OkZ4tQin8khxBcSLyV9tU+sHdw9uW9U0GKL+Dv2rD4voC1bZBaO18Hp+m4Vkyfmaz0OA==", + "Microsoft.CodeAnalysis.CSharp.Workspaces/3.3.1": { + "sha512": "dHs/UyfLgzsVC4FjTi/x+H+yQifgOnpe3rSN8GwkHWjnidePZ3kSqr1JHmFDf5HTQEydYwrwCAfQ0JSzhsEqDA==", "type": "package", - "path": "microsoft.codeanalysis.csharp.workspaces/3.8.0", + "path": "microsoft.codeanalysis.csharp.workspaces/3.3.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "ThirdPartyNotices.rtf", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", @@ -2529,49 +3033,31 @@ "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "microsoft.codeanalysis.csharp.workspaces.3.8.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.3.3.1.nupkg.sha512", "microsoft.codeanalysis.csharp.workspaces.nuspec" ] }, - "Microsoft.CodeAnalysis.Razor/5.0.0": { - "sha512": "s4u/6z/MQ35y/egrXf4WgJlUZf5GGvuba9mZ700dH4XxLBrA9Fw9kFZ8uymoATry7hwz5owvFhBVo+2VnoiGRg==", + "Microsoft.CodeAnalysis.Razor/3.1.0": { + "sha512": "EI/9iVMneil8nZn7mqEujJvV63VRaz01Czc69NTrCQAh5CRfBvoeqBVsDx6oC9CIYla/AJYss+U4B/6Usecx7A==", "type": "package", - "path": "microsoft.codeanalysis.razor/5.0.0", + "path": "microsoft.codeanalysis.razor/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.dll", - "microsoft.codeanalysis.razor.5.0.0.nupkg.sha512", - "microsoft.codeanalysis.razor.nuspec" + "lib/netstandard2.0/Microsoft.CodeAnalysis.Razor.xml", + "microsoft.codeanalysis.razor.3.1.0.nupkg.sha512", + "microsoft.codeanalysis.razor.nuspec", + "packageIcon.png" ] }, - "Microsoft.CodeAnalysis.Workspaces.Common/3.8.0": { - "sha512": "GPYVydsmOmScOWDJA1LFky7/MkoXpx1JI3lZJShxC+bvVUvL9zVKE8WDZMLsYJ5MAbry2xkZftdfeMpZ+kvLDQ==", + "Microsoft.CodeAnalysis.Workspaces.Common/3.3.1": { + "sha512": "NfBz3b5hFSbO+7xsCNryD+p8axsIJFTG7qM3jvMTC/MqYrU6b8E1b6JoRj5rJSOBB+pSunk+CMqyGQTOWHeDUg==", "type": "package", - "path": "microsoft.codeanalysis.workspaces.common/3.8.0", + "path": "microsoft.codeanalysis.workspaces.common/3.3.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", @@ -2588,28 +3074,24 @@ "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "microsoft.codeanalysis.workspaces.common.3.8.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.3.3.1.nupkg.sha512", "microsoft.codeanalysis.workspaces.common.nuspec" ] }, - "Microsoft.CSharp/4.5.0": { - "sha512": "kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", + "Microsoft.CSharp/4.0.1": { + "sha512": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", "type": "package", - "path": "microsoft.csharp/4.5.0", + "path": "microsoft.csharp/4.0.1", "files": [ ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcoreapp2.0/_._", "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.dll", "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/uap10.0.16299/_._", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", @@ -2617,7 +3099,7 @@ "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.5.0.nupkg.sha512", + "microsoft.csharp.4.0.1.nupkg.sha512", "microsoft.csharp.nuspec", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", @@ -2633,7 +3115,6 @@ "ref/netcore50/ru/Microsoft.CSharp.xml", "ref/netcore50/zh-hans/Microsoft.CSharp.xml", "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/netcoreapp2.0/_._", "ref/netstandard1.0/Microsoft.CSharp.dll", "ref/netstandard1.0/Microsoft.CSharp.xml", "ref/netstandard1.0/de/Microsoft.CSharp.xml", @@ -2645,74 +3126,69 @@ "ref/netstandard1.0/ru/Microsoft.CSharp.xml", "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", - "ref/netstandard2.0/Microsoft.CSharp.dll", - "ref/netstandard2.0/Microsoft.CSharp.xml", "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/uap10.0.16299/_._", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "useSharedDesignerContext.txt", - "version.txt" + "ref/xamarinwatchos10/_._" ] }, - "Microsoft.EntityFrameworkCore/5.0.1": { - "sha512": "bz4WSbLqNw9gGeHw8VAzCcX6TVDLAD/SZRii9G7XSsqAdLL2J8pVINemXfRUt5IHlC1yWC5To4PzAUWJJZCbYw==", + "Microsoft.EntityFrameworkCore/3.1.10": { + "sha512": "0IhJl9mVJ4IhHobKvOo2iLB0xfxX2eYaSz4VZX+bMSm8IyZA1tOmyaOtg7oSzeUAe6eqpKVQLTgMFzk2AqCcaA==", "type": "package", - "path": "microsoft.entityframeworkcore/5.0.1", + "path": "microsoft.entityframeworkcore/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll", - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.dll", + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.3.1.10.nupkg.sha512", "microsoft.entityframeworkcore.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/5.0.1": { - "sha512": "BUc5mbxnraD5mfpOUHaluHYV1Umqpv7VzsXwnVEvmDBtoLZ2jo+y1ldv5Xq6nab0STJQEX8YaZdbJmTIZUHwtQ==", + "Microsoft.EntityFrameworkCore.Abstractions/3.1.10": { + "sha512": "B1kUQ7o6+4Ly2neo86RJCpTYzTPpW1xzpHyRaTmGQS/p7umZOGoBJay+i/YDLmZkUPI4XULGnu5KJKipA0awUw==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/5.0.1", + "path": "microsoft.entityframeworkcore.abstractions/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512", "microsoft.entityframeworkcore.abstractions.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/5.0.1": { - "sha512": "3WjoY8JlB7m/VApD5A4JlntFLGV2C1qOV9fiPZQNBwlNnNAVZemDVZAksN1yBVMoPqw87VaogbP5sxgptCwTFA==", + "Microsoft.EntityFrameworkCore.Analyzers/3.1.10": { + "sha512": "reHrrF8i/Wao7l2PVXJ+JeZzEC4OkbcbfnQs8vtiT+SQ5P4MdQj3WzMkupjebaJWhIJZRc6qPT4BD9BUWQU4wQ==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/5.0.1", + "path": "microsoft.entityframeworkcore.analyzers/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.5.0.1.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512", "microsoft.entityframeworkcore.analyzers.nuspec" ] }, - "Microsoft.EntityFrameworkCore.Relational/3.1.8": { - "sha512": "n8c2Nyfyl0AKXdM++tiKZmX/jeiu1Uv+uxZAHGgKuiQJbpOCPAhjRB4tHLdo1jOvfkhJT9K6wekf9VaXjtL1tw==", + "Microsoft.EntityFrameworkCore.Relational/3.1.10": { + "sha512": "JpDMpGDx+wPvFSbw9vu13nfZESdu2SPFhLI1bPZwqDU0ZV40TmUOUN91hHjWhgh5qRX1jQTWMuvK3EmlpywgAw==", "type": "package", - "path": "microsoft.entityframeworkcore.relational/3.1.8", + "path": "microsoft.entityframeworkcore.relational/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.dll", "lib/netstandard2.0/Microsoft.EntityFrameworkCore.Relational.xml", - "microsoft.entityframeworkcore.relational.3.1.8.nupkg.sha512", + "microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512", "microsoft.entityframeworkcore.relational.nuspec" ] }, @@ -2743,292 +3219,314 @@ "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json" ] }, - "Microsoft.Extensions.Caching.Abstractions/5.0.0": { - "sha512": "bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==", + "Microsoft.Extensions.Caching.Abstractions/3.1.10": { + "sha512": "xdl25cxDgwVxF9ckD9vJ5AdjzRE1vTGLYj9kZf6aL317ZneUijkxd/nSuzN1gEuO74dwG/Yfr1zfs636D6YZsA==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/5.0.0", + "path": "microsoft.extensions.caching.abstractions/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net461/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec" ] }, - "Microsoft.Extensions.Caching.Memory/5.0.0": { - "sha512": "/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==", + "Microsoft.Extensions.Caching.Memory/3.1.10": { + "sha512": "pR6mRkJx67/itEnEpnBiiATeH/P6RnhqvriD6RdQsXepO+uisfUrd149CTGPc1G5J0Qf9bwSCJkb/MYkuQ6mqw==", "type": "package", - "path": "microsoft.extensions.caching.memory/5.0.0", + "path": "microsoft.extensions.caching.memory/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Caching.Memory.dll", - "lib/net461/Microsoft.Extensions.Caching.Memory.xml", + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Caching.Memory.xml", "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.caching.memory.3.1.10.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection/5.0.1": { - "sha512": "//mDNrYeiJ0eh/awFhDFJQzkRVra/njU5Y4fyK7X29g5HScrzbUkKOKlyTtygthcGFt4zNC8G5CFCjb/oizomA==", + "Microsoft.Extensions.Configuration/3.1.10": { + "sha512": "HHBhCP3wAJe7UIXjim0wFXty0WG/rZAP3aZyy03uuaxiOOPHJjbUdY6K9qkfQuP+hsRzfiT+np5k4rFmcSo3og==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/5.0.1", + "path": "microsoft.extensions.configuration/3.1.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.3.1.10.nupkg.sha512", + "microsoft.extensions.configuration.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/3.1.10": { + "sha512": "UEfngyXt8XYhmekUza9JsWlA37pNOtZAjcK5EEKQrHo2LDKJmZVmcyAUFlkzCcf97OSr+w/MiDLifDDNQk9agw==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/3.1.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Binder/3.1.10": { + "sha512": "B9nQBk0GZVkOgSB1oB9V/7kvxhBvLCqm2x4m8MIoSxrd9yga8MVq2HWqnai8zZdH1WL6OlOG5mCVrwgAVwNNJg==", + "type": "package", + "path": "microsoft.extensions.configuration.binder/3.1.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Configuration.Binder.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", + "microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection/3.1.10": { + "sha512": "fla8hKhQmld2s/7arhUxlu3dzZLBFJLg4BQiQZdqKND4MlmnMU9jhoxY4MMlSYl6MtxumtwASHMJnuV9f96IQQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Extensions.DependencyInjection.dll", "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net5.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.DependencyInjection.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { - "sha512": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==", + "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.10": { + "sha512": "bhjtAN7Ix5WOAr47RK16Lr1l2eizSBMCYQSavkooZyf6Xdf8XWAYGWsGsPqUFOeeRxzhpRho051rXaLn5wskVw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec" ] }, - "Microsoft.Extensions.Logging/5.0.0": { - "sha512": "MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==", + "Microsoft.Extensions.Logging/3.1.10": { + "sha512": "GjP+4cUFdsNk/Px6BlJ7p7x7ibpawcaAV4tfrRJTv2s6Nb7yz5OEKA0kbNl1ZXKa6uMQzbNqc5+B/tJsqzgIXg==", "type": "package", - "path": "microsoft.extensions.logging/5.0.0", + "path": "microsoft.extensions.logging/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.dll", - "lib/net461/Microsoft.Extensions.Logging.xml", + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.5.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.logging.3.1.10.nupkg.sha512", + "microsoft.extensions.logging.nuspec" ] }, - "Microsoft.Extensions.Logging.Abstractions/5.0.0": { - "sha512": "NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==", + "Microsoft.Extensions.Logging.Abstractions/3.1.10": { + "sha512": "bKHbgzbGsPZbEaExRaJqBz3WQ1GfhMttM23e1nivLJ8HbA3Ad526mW2G2K350q3Dc3HG83I5W8uSZWG4Rv4IpA==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/5.0.0", + "path": "microsoft.extensions.logging.abstractions/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec" ] }, - "Microsoft.Extensions.Logging.Debug/5.0.0": { - "sha512": "9dvt0xqRrClvhaPNpfyS39WxnW9G55l5lrV5ZX7IrEgwo4VwtmJKtoPiKVYKbhAuOBGUI5WY3hWLvF+PSbJp5A==", + "Microsoft.Extensions.Logging.Debug/3.1.10": { + "sha512": "AEkIYC9Br6AA7/w/LlKzH1yjp7G07jXQC1hRPWsbrs8Ej/Fz33Z3m/UWhCHZ21fNAdHeNXXRQHMHgxWBpUqCIg==", "type": "package", - "path": "microsoft.extensions.logging.debug/5.0.0", + "path": "microsoft.extensions.logging.debug/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.Debug.dll", - "lib/net461/Microsoft.Extensions.Logging.Debug.xml", + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Debug.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Logging.Debug.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", - "microsoft.extensions.logging.debug.5.0.0.nupkg.sha512", - "microsoft.extensions.logging.debug.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.logging.debug.3.1.10.nupkg.sha512", + "microsoft.extensions.logging.debug.nuspec" ] }, - "Microsoft.Extensions.Options/5.0.0": { - "sha512": "CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==", + "Microsoft.Extensions.Options/3.1.10": { + "sha512": "CusdV4eIv+CGb9Fy6a+JcRqpcVJREmvFI8eHk3nQ76VLtEAIJpKQY5r5sRSs5w6NevNi2ukdnKleH0YCPudFZQ==", "type": "package", - "path": "microsoft.extensions.options/5.0.0", + "path": "microsoft.extensions.options/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Options.dll", - "lib/net461/Microsoft.Extensions.Options.xml", - "lib/net5.0/Microsoft.Extensions.Options.dll", - "lib/net5.0/Microsoft.Extensions.Options.xml", + "lib/netcoreapp3.1/Microsoft.Extensions.Options.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Options.xml", "lib/netstandard2.0/Microsoft.Extensions.Options.dll", "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.5.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.options.3.1.10.nupkg.sha512", + "microsoft.extensions.options.nuspec" ] }, - "Microsoft.Extensions.Primitives/5.0.0": { - "sha512": "cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", + "Microsoft.Extensions.Primitives/3.1.10": { + "sha512": "YDuQS3BeaVY6PCWUm5f6qFTYsxhwntQrcfwUzbohU/0rZBL5XI+UsD5SgggHKHX+rFY4laaT428q608Sw/mDsw==", "type": "package", - "path": "microsoft.extensions.primitives/5.0.0", + "path": "microsoft.extensions.primitives/3.1.10", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Primitives.dll", - "lib/net461/Microsoft.Extensions.Primitives.xml", - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll", - "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.xml", + "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll", + "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml", "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.5.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt", - "version.txt" + "microsoft.extensions.primitives.3.1.10.nupkg.sha512", + "microsoft.extensions.primitives.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/6.7.1": { - "sha512": "q/Ii8ILV8cM1X49gnl12cJK+0KWiI1xUeiLYiE9+uRonJLaHWB0l8t89rGnZTEGthGKItyikKSB38LQpfy/zBw==", + "Microsoft.IdentityModel.JsonWebTokens/5.5.0": { + "sha512": "cT9SCW/dN+ulrvAtbh37c36DR6aArENH3S4UtFmvXRx+VGC0ArDgzRaEbEh+ChS4koxdl2oS691250iZhgKvwg==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.7.1", + "path": "microsoft.identitymodel.jsonwebtokens/5.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net451/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net451/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard1.4/Microsoft.IdentityModel.JsonWebTokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.7.1.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg.sha512", "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.IdentityModel.Logging/6.7.1": { - "sha512": "WGtTiTy2ZikOz/I5GxCGbNPLOpyI9fPyuyG4Q5rfkhACK+Q0Ad6U8XajYZ2cJ2cFKse0IvHwm15HVrfwrX/89g==", + "Microsoft.IdentityModel.Logging/5.5.0": { + "sha512": "1w/Hz/7+al+ugQn+6y0tAPmpN8U0u1aBtl1QXYCVkiJfbCC4tgyroFOuhdztOq48rgeM+3JW9bGqOtkfVurW8w==", "type": "package", - "path": "microsoft.identitymodel.logging/6.7.1", + "path": "microsoft.identitymodel.logging/5.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "lib/net45/Microsoft.IdentityModel.Logging.dll", "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net451/Microsoft.IdentityModel.Logging.dll", + "lib/net451/Microsoft.IdentityModel.Logging.xml", "lib/net461/Microsoft.IdentityModel.Logging.dll", "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard1.4/Microsoft.IdentityModel.Logging.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.7.1.nupkg.sha512", + "microsoft.identitymodel.logging.5.5.0.nupkg.sha512", "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.7.1": { - "sha512": "DVGYIRUK3TkCTmz0IgBzWUE55CDNfLtXil1FgSbgHI7hi2fP2pz4tiTAno/5O/hdVwAzV+HtCQtFi7xW8smaHw==", + "Microsoft.IdentityModel.Protocols/5.5.0": { + "sha512": "m1gwAQwZjUxzRBC+4H40vYSo9Cms9yUbMdW492rQoXHU77G/ItiKxpk2+W9bWYcdsKUDKudye7im3T3MlVxEkg==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.7.1", + "path": "microsoft.identitymodel.protocols/5.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "lib/net45/Microsoft.IdentityModel.Protocols.dll", "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net451/Microsoft.IdentityModel.Protocols.dll", + "lib/net451/Microsoft.IdentityModel.Protocols.xml", "lib/net461/Microsoft.IdentityModel.Protocols.dll", "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.7.1.nupkg.sha512", + "microsoft.identitymodel.protocols.5.5.0.nupkg.sha512", "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.7.1": { - "sha512": "99gA+E6ZOCqySrT80Yh6wrfjJfeMxDisdAcA5Q66zHxMPY5Gzc8aT2Ldzu0GP1sADv/o3yI1Gc3P1GHXlXAVVQ==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.5.0": { + "sha512": "21F4QlbaD5CXNs2urNRCO6vljbbrhv3gmGT8P18SKGKZ9IYBCn29extoJriHiPfhABd5b8S7RcdKU50XhERkYg==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.7.1", + "path": "microsoft.identitymodel.protocols.openidconnect/5.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net451/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net451/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.7.1.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.5.5.0.nupkg.sha512", "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.7.1": { - "sha512": "Td9Vn9d/0eM1zlUUvaVQzjqdBkBLJ2oGtGL/LYPuiCUAALMeAHVDtpXGk8eYI8Gbduz5n+o7ifldsCIca4MWew==", + "Microsoft.IdentityModel.Tokens/5.5.0": { + "sha512": "cu1klZiuCwVYbXHs0QdnseuoRGG1/85VX9d1Sk0vbJlKp+HJUN/4pAS/fe2m9bTOYyIPdeCHeksMiVHgo1EfAA==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.7.1", + "path": "microsoft.identitymodel.tokens/5.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "lib/net45/Microsoft.IdentityModel.Tokens.dll", "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net451/Microsoft.IdentityModel.Tokens.dll", + "lib/net451/Microsoft.IdentityModel.Tokens.xml", "lib/net461/Microsoft.IdentityModel.Tokens.dll", "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.xml", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.7.1.nupkg.sha512", + "microsoft.identitymodel.tokens.5.5.0.nupkg.sha512", "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.NETCore.Platforms/2.1.2": { - "sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", "type": "package", - "path": "microsoft.netcore.platforms/2.1.2", + "path": "microsoft.netcore.platforms/3.1.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.2.1.2.nupkg.sha512", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", "microsoft.netcore.platforms.nuspec", "runtime.json", "useSharedDesignerContext.txt", @@ -3130,114 +3628,118 @@ "tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll" ] }, - "Microsoft.VisualStudio.Web.CodeGeneration/5.0.1": { - "sha512": "+UbVWKosEMf9AW/6H7GrlU20wXwZ+/8o4yHk4QiZzODzgVzrkLaPkV7ioj58/06KvhetyPJ2wNR4eXQNZ53tgw==", + "Microsoft.VisualStudio.Web.CodeGeneration/3.1.4": { + "sha512": "fZjXps4+YILDLMha17katCu/DRuaRoFR4YUvCmMRBhj9cPnM5VIISn/W3ZfCu0LTESTc2shiKHMuc9ObEYmEDw==", "type": "package", - "path": "microsoft.visualstudio.web.codegeneration/5.0.1", + "path": "microsoft.visualstudio.web.codegeneration/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.dll", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.xml", - "microsoft.visualstudio.web.codegeneration.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.xml", + "microsoft.visualstudio.web.codegeneration.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegeneration.nuspec" ] }, - "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/5.0.1": { - "sha512": "so0+F5gW7kVQd0aCH86zc+KduHax1GGt7u8gdiypJsCL0NFIX96rejOefpJN+qhpWFUisjWTPGUMcSYuUvIIJg==", + "Microsoft.VisualStudio.Web.CodeGeneration.Contracts/3.1.4": { + "sha512": "81MO4s4Ztxz1x76fpZaWZucx1pZnJN/CyLSPnOwsThgQoZy3F5mlknWvpXE5SxYrbfBQNPI73KVTiqXYbt9wgA==", "type": "package", - "path": "microsoft.visualstudio.web.codegeneration.contracts/5.0.1", + "path": "microsoft.visualstudio.web.codegeneration.contracts/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.xml", - "microsoft.visualstudio.web.codegeneration.contracts.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Contracts.xml", + "microsoft.visualstudio.web.codegeneration.contracts.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegeneration.contracts.nuspec" ] }, - "Microsoft.VisualStudio.Web.CodeGeneration.Core/5.0.1": { - "sha512": "MOuDz7SX4ODoQqd9+TGhIO6qdBTBCjZ/7M98Y0nrj5fLrk4M6P7CWffI89m686acfmWSb0+7KC6TIKX9fODV0w==", + "Microsoft.VisualStudio.Web.CodeGeneration.Core/3.1.4": { + "sha512": "LKkea7U0F+hjKW7X6usUMPZtRNQQ9/6rlst3ATWLuWFV3dwlMEh2Spu2ptLi1JYQAUrpBs3uGLz0yypPUkicLQ==", "type": "package", - "path": "microsoft.visualstudio.web.codegeneration.core/5.0.1", + "path": "microsoft.visualstudio.web.codegeneration.core/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.xml", - "microsoft.visualstudio.web.codegeneration.core.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.xml", + "microsoft.visualstudio.web.codegeneration.core.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegeneration.core.nuspec" ] }, - "Microsoft.VisualStudio.Web.CodeGeneration.Design/5.0.1": { - "sha512": "vOyq0iocfEVA2lR5RkKzZLJbszmBgwk4Qz0TDghzLdAaL1+lPkFWnFlJ1wbR4mVVmurMSmnXFlYbbjcKmzOGWA==", + "Microsoft.VisualStudio.Web.CodeGeneration.Design/3.1.4": { + "sha512": "V0P0dAn1/cAFs4/ioIS3/oLiGrhyb1YzgtjPiwh/TXNuFzv7zqwT/gMcQjmlKLDpzDsuq8L3VI7G41GxIC4jNw==", "type": "package", - "path": "microsoft.visualstudio.web.codegeneration.design/5.0.1", + "path": "microsoft.visualstudio.web.codegeneration.design/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "lib/net5.0/dotnet-aspnet-codegenerator-design.dll", - "lib/net5.0/dotnet-aspnet-codegenerator-design.xml", - "microsoft.visualstudio.web.codegeneration.design.5.0.1.nupkg.sha512", + "lib/net461/dotnet-aspnet-codegenerator-design.exe", + "lib/net461/dotnet-aspnet-codegenerator-design.xml", + "lib/netcoreapp3.1/dotnet-aspnet-codegenerator-design.dll", + "lib/netcoreapp3.1/dotnet-aspnet-codegenerator-design.xml", + "microsoft.visualstudio.web.codegeneration.design.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegeneration.design.nuspec", - "runtimes/win-arm/lib/net5.0/dotnet-aspnet-codegenerator-design.exe", - "runtimes/win-arm/lib/net5.0/dotnet-aspnet-codegenerator-design.xml", - "runtimes/win-arm64/lib/net5.0/dotnet-aspnet-codegenerator-design.exe", - "runtimes/win-arm64/lib/net5.0/dotnet-aspnet-codegenerator-design.xml" + "runtimes/win-arm/lib/net461/dotnet-aspnet-codegenerator-design.exe", + "runtimes/win-arm/lib/net461/dotnet-aspnet-codegenerator-design.xml", + "runtimes/win-arm64/lib/net461/dotnet-aspnet-codegenerator-design.exe", + "runtimes/win-arm64/lib/net461/dotnet-aspnet-codegenerator-design.xml", + "runtimes/win7-x64/lib/net461/dotnet-aspnet-codegenerator-design.exe", + "runtimes/win7-x64/lib/net461/dotnet-aspnet-codegenerator-design.xml", + "runtimes/win7-x86/lib/net461/dotnet-aspnet-codegenerator-design.exe", + "runtimes/win7-x86/lib/net461/dotnet-aspnet-codegenerator-design.xml" ] }, - "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/5.0.1": { - "sha512": "v8i6qz0N5p7Tankyi1MHwjZl5/pmKeKkXcao+8hkCrcaX5yv4P7vGkgcl8arQNfmtGGenmqVGFHZOWIkwNElYA==", + "Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore/3.1.4": { + "sha512": "/SxCjG9Oy1Is3TTSBYr+b+/CTIyKX+9cTETZJeSn7Xy41eDvmJRfbt6JONY9/gumPeJ9ONRS+rjokRkZtQhT1A==", "type": "package", - "path": "microsoft.visualstudio.web.codegeneration.entityframeworkcore/5.0.1", + "path": "microsoft.visualstudio.web.codegeneration.entityframeworkcore/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "Templates/DbContext/NewLocalDbContext.cshtml", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.runtimeconfig.json", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml", - "microsoft.visualstudio.web.codegeneration.entityframeworkcore.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml", + "microsoft.visualstudio.web.codegeneration.entityframeworkcore.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegeneration.entityframeworkcore.nuspec" ] }, - "Microsoft.VisualStudio.Web.CodeGeneration.Templating/5.0.1": { - "sha512": "+lKKgzWYUtKjlEkIfPkO+4uYl74idZKx1y2T29bpUv14X4hASYB+P0a55zC8anlIbwDCD5ShPX6txd5+5BES2A==", + "Microsoft.VisualStudio.Web.CodeGeneration.Templating/3.1.4": { + "sha512": "MvYDCioBdKgDqN4cNLbxnsJuMfJy4B9WTi6GycETcETLAVvZQwnYa5WejS7olWpYuov4DYGZEvzEvIBgZHN46Q==", "type": "package", - "path": "microsoft.visualstudio.web.codegeneration.templating/5.0.1", + "path": "microsoft.visualstudio.web.codegeneration.templating/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml", - "microsoft.visualstudio.web.codegeneration.templating.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml", + "microsoft.visualstudio.web.codegeneration.templating.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegeneration.templating.nuspec" ] }, - "Microsoft.VisualStudio.Web.CodeGeneration.Utils/5.0.1": { - "sha512": "fXQY9chx9mIErQGpshoYhjgCv10UeG14Gzeh1oyvwUDW7Mtxx3Xtmz8IBmT8x9hw62uLTRbFFQ2ry2sZpGLRCg==", + "Microsoft.VisualStudio.Web.CodeGeneration.Utils/3.1.4": { + "sha512": "rVhjGM5qoiTniacHqYdPq/ZHQURlknybUkUdIgh3JUN9SRjnZpsfoPOD/Z7ZWl+GdruV3OUmlpVyW+Xyc3KoYg==", "type": "package", - "path": "microsoft.visualstudio.web.codegeneration.utils/5.0.1", + "path": "microsoft.visualstudio.web.codegeneration.utils/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml", - "microsoft.visualstudio.web.codegeneration.utils.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml", + "microsoft.visualstudio.web.codegeneration.utils.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegeneration.utils.nuspec" ] }, - "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/5.0.1": { - "sha512": "u5piiR8X8WAmcQ1vbthd9jqxKeESCEC7AH+zZKFwrMI870J4++FvYaOf/zIJaesVIm1q7L7yH85AMkP3i1S6fg==", + "Microsoft.VisualStudio.Web.CodeGenerators.Mvc/3.1.4": { + "sha512": "W+F07AWMXek8Ed5pwNfTE6cpHMLSqlTV+5g3LUJVk2QyA7MvY+bRV5gbpgsxtQtX8MYCECOseKg8fUOXXpXPAg==", "type": "package", - "path": "microsoft.visualstudio.web.codegenerators.mvc/5.0.1", + "path": "microsoft.visualstudio.web.codegenerators.mvc/3.1.4", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -3282,7 +3784,6 @@ "Templates/Identity/Pages/Account/Account.Register.cshtml", "Templates/Identity/Pages/Account/Account.RegisterConfirmation.cs.cshtml", "Templates/Identity/Pages/Account/Account.RegisterConfirmation.cshtml", - "Templates/Identity/Pages/Account/Account.ResendEmailConfirmation.cs.cshtml", "Templates/Identity/Pages/Account/Account.ResendEmailConfirmation.cshtml", "Templates/Identity/Pages/Account/Account.ResetPassword.cs.cshtml", "Templates/Identity/Pages/Account/Account.ResetPassword.cshtml", @@ -3399,7 +3900,6 @@ "Templates/Identity_Versioned/Bootstrap3/Pages/Account/Account.Register.cshtml", "Templates/Identity_Versioned/Bootstrap3/Pages/Account/Account.RegisterConfirmation.cs.cshtml", "Templates/Identity_Versioned/Bootstrap3/Pages/Account/Account.RegisterConfirmation.cshtml", - "Templates/Identity_Versioned/Bootstrap3/Pages/Account/Account.ResendEmailConfirmation.cs.cshtml", "Templates/Identity_Versioned/Bootstrap3/Pages/Account/Account.ResendEmailConfirmation.cshtml", "Templates/Identity_Versioned/Bootstrap3/Pages/Account/Account.ResetPassword.cs.cshtml", "Templates/Identity_Versioned/Bootstrap3/Pages/Account/Account.ResetPassword.cshtml", @@ -3530,11 +4030,11 @@ "Templates/ViewGenerator_Versioned/Bootstrap3/Empty.cshtml", "Templates/ViewGenerator_Versioned/Bootstrap3/List.cshtml", "Templates/ViewGenerator_Versioned/Bootstrap3/_ValidationScriptsPartial.cshtml", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll", - "lib/net5.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml", - "lib/net5.0/bootstrap3_identitygeneratorfilesconfig.json", - "lib/net5.0/bootstrap4_identitygeneratorfilesconfig.json", - "microsoft.visualstudio.web.codegenerators.mvc.5.0.1.nupkg.sha512", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml", + "lib/netstandard2.0/bootstrap3_identitygeneratorfilesconfig.json", + "lib/netstandard2.0/bootstrap4_identitygeneratorfilesconfig.json", + "microsoft.visualstudio.web.codegenerators.mvc.3.1.4.nupkg.sha512", "microsoft.visualstudio.web.codegenerators.mvc.nuspec" ] }, @@ -3575,32 +4075,79 @@ "ref/xamarinwatchos10/_._" ] }, - "MySqlConnector/0.69.9": { - "sha512": "WpY4jWc5ee5kgKy3XAK9JMjRmn7+jLYCgDlYvFK+GTrzaiWDWoYLbtJge6l1tqo2teUAP3kzzsJpP8QwJM1W4Q==", + "Microsoft.Win32.SystemEvents/4.7.0": { + "sha512": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", "type": "package", - "path": "mysqlconnector/0.69.9", + "path": "microsoft.win32.systemevents/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/MySqlConnector.dll", - "lib/net45/MySqlConnector.xml", - "lib/net461/MySqlConnector.dll", - "lib/net461/MySqlConnector.xml", - "lib/net471/MySqlConnector.dll", - "lib/net471/MySqlConnector.xml", - "lib/netcoreapp2.1/MySqlConnector.dll", - "lib/netcoreapp2.1/MySqlConnector.xml", - "lib/netcoreapp3.0/MySqlConnector.dll", - "lib/netcoreapp3.0/MySqlConnector.xml", - "lib/netstandard1.3/MySqlConnector.dll", - "lib/netstandard1.3/MySqlConnector.xml", - "lib/netstandard2.0/MySqlConnector.dll", - "lib/netstandard2.0/MySqlConnector.xml", - "lib/netstandard2.1/MySqlConnector.dll", - "lib/netstandard2.1/MySqlConnector.xml", - "logo.png", - "mysqlconnector.0.69.9.nupkg.sha512", - "mysqlconnector.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Win32.SystemEvents.dll", + "lib/net461/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.4.7.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "ref/net461/Microsoft.Win32.SystemEvents.dll", + "ref/net461/Microsoft.Win32.SystemEvents.xml", + "ref/net472/Microsoft.Win32.SystemEvents.dll", + "ref/net472/Microsoft.Win32.SystemEvents.xml", + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "MySql.Data/8.0.22": { + "sha512": "DTKXORgTwQLbAjl8g5+YhvrAB+peQLfAZQ7gbm5Ejma37f/vBtZqP5aTnqZoJUzaQQgj4Psgdcnlo6IwYedyCg==", + "type": "package", + "path": "mysql.data/8.0.22", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net452/MySql.Data.dll", + "lib/net452/MySql.Data.xml", + "lib/net452/Ubiety.Dns.Core.dll", + "lib/net452/Zstandard.Net.dll", + "lib/net48/MySql.Data.dll", + "lib/net48/MySql.Data.xml", + "lib/net48/Ubiety.Dns.Core.dll", + "lib/net48/Zstandard.Net.dll", + "lib/net5.0/MySql.Data.dll", + "lib/net5.0/MySql.Data.xml", + "lib/net5.0/Ubiety.Dns.Core.dll", + "lib/net5.0/Zstandard.Net.dll", + "lib/netstandard2.0/MySql.Data.dll", + "lib/netstandard2.0/MySql.Data.xml", + "lib/netstandard2.0/Ubiety.Dns.Core.dll", + "lib/netstandard2.0/Zstandard.Net.dll", + "lib/netstandard2.1/MySql.Data.dll", + "lib/netstandard2.1/MySql.Data.xml", + "lib/netstandard2.1/Ubiety.Dns.Core.dll", + "lib/netstandard2.1/Zstandard.Net.dll", + "mysql.data.8.0.22.nupkg.sha512", + "mysql.data.nuspec" + ] + }, + "MySql.Data.EntityFrameworkCore/8.0.22": { + "sha512": "o/+OMqQ0fw4f6COfRrbwqP0CKcqoFkCfb1Rl3mfgUcae3XqAkiA6t8rsjA1wnkxUvwfNYX+YM2w2Xa6u4QEUkA==", + "type": "package", + "path": "mysql.data.entityframeworkcore/8.0.22", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/netstandard2.0/MySql.Data.EntityFrameworkCore.dll", + "lib/netstandard2.0/MySql.Data.EntityFrameworkCore.xml", + "lib/netstandard2.1/MySql.Data.EntityFrameworkCore.dll", + "lib/netstandard2.1/MySql.Data.EntityFrameworkCore.xml", + "mysql.data.entityframeworkcore.8.0.22.nupkg.sha512", + "mysql.data.entityframeworkcore.nuspec" ] }, "NETStandard.Library/1.6.1": { @@ -3646,29 +4193,21 @@ "packageIcon.png" ] }, - "Pomelo.EntityFrameworkCore.MySql/3.2.4": { - "sha512": "6UOPWyL2qIsRCnN880YXA6rACpqVV6GE+H3vR4KJytjigWKFp+aiRDwJRSorwZ9ntHu+RDBcXGjmaShj0mBmYA==", + "NuGet.Frameworks/4.7.0": { + "sha512": "qbXaB76XYUVLocLBs8Z9TS/ERGK2wm797feO+0JEPFvT7o7MRadOR77mqaSD4J1k8G+DlZQyq+MlkCuxrkr3ag==", "type": "package", - "path": "pomelo.entityframeworkcore.mysql/3.2.4", + "path": "nuget.frameworks/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "icon.png", - "lib/netstandard2.0/Pomelo.EntityFrameworkCore.MySql.dll", - "pomelo.entityframeworkcore.mysql.3.2.4.nupkg.sha512", - "pomelo.entityframeworkcore.mysql.nuspec" - ] - }, - "Pomelo.JsonObject/2.2.1": { - "sha512": "VHPk3Yf7nDt+tZMC1M4oAoc3bgTYsOrap3VTjn//vd91b/nfquAbAeq1k0Lf7mPt8J7imLd9Pbzm50uB5euuZA==", - "type": "package", - "path": "pomelo.jsonobject/2.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netstandard2.0/Pomelo.JsonObject.dll", - "pomelo.jsonobject.2.2.1.nupkg.sha512", - "pomelo.jsonobject.nuspec" + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net46/NuGet.Frameworks.dll", + "lib/net46/NuGet.Frameworks.xml", + "lib/netstandard1.6/NuGet.Frameworks.dll", + "lib/netstandard1.6/NuGet.Frameworks.xml", + "nuget.frameworks.4.7.0.nupkg.sha512", + "nuget.frameworks.nuspec" ] }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { @@ -3884,6 +4423,66 @@ "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" ] }, + "SSH.NET/2016.1.0": { + "sha512": "b0fcFFOE044KNRhq1uGujmK04ab+OzA9xARdeVCoZrY6I4D1IIaR6dn6qBIa+er4bJapGBhznDitwcRQpSRC0w==", + "type": "package", + "path": "ssh.net/2016.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/Renci.SshNet.dll", + "lib/net35/Renci.SshNet.xml", + "lib/net40/Renci.SshNet.dll", + "lib/net40/Renci.SshNet.xml", + "lib/netstandard1.3/Renci.SshNet.dll", + "lib/netstandard1.3/Renci.SshNet.xml", + "lib/sl4/Renci.SshNet.dll", + "lib/sl4/Renci.SshNet.xml", + "lib/sl5/Renci.SshNet.dll", + "lib/sl5/Renci.SshNet.xml", + "lib/uap10/Renci.SshNet.dll", + "lib/uap10/Renci.SshNet.xml", + "lib/wp71/Renci.SshNet.dll", + "lib/wp71/Renci.SshNet.xml", + "lib/wp8/Renci.SshNet.dll", + "lib/wp8/Renci.SshNet.xml", + "ssh.net.2016.1.0.nupkg.sha512", + "ssh.net.nuspec" + ] + }, + "SshNet.Security.Cryptography/1.2.0": { + "sha512": "EeFsirrrkIK+cdlYsxukNjBN98cbU7eHfTYZEwxsbOa3dvgR/OhOD06C0sTxvNPhe4UQ6yM0p1sKcT69jqgjTw==", + "type": "package", + "path": "sshnet.security.cryptography/1.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net20/SshNet.Security.Cryptography.dll", + "lib/net20/SshNet.Security.Cryptography.xml", + "lib/net40/SshNet.Security.Cryptography.dll", + "lib/net40/SshNet.Security.Cryptography.xml", + "lib/net45/SshNet.Security.Cryptography.dll", + "lib/net45/SshNet.Security.Cryptography.xml", + "lib/netstandard1.0/SshNet.Security.Cryptography.dll", + "lib/netstandard1.0/SshNet.Security.Cryptography.xml", + "lib/netstandard1.3/SshNet.Security.Cryptography.dll", + "lib/netstandard1.3/SshNet.Security.Cryptography.xml", + "lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.dll", + "lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.xml", + "lib/sl4/SshNet.Security.Cryptography.dll", + "lib/sl4/SshNet.Security.Cryptography.xml", + "lib/sl5/SshNet.Security.Cryptography.dll", + "lib/sl5/SshNet.Security.Cryptography.xml", + "lib/uap10.0/SshNet.Security.Cryptography.dll", + "lib/uap10.0/SshNet.Security.Cryptography.xml", + "lib/wp71/SshNet.Security.Cryptography.dll", + "lib/wp71/SshNet.Security.Cryptography.xml", + "lib/wp8/SshNet.Security.Cryptography.dll", + "lib/wp8/SshNet.Security.Cryptography.xml", + "sshnet.security.cryptography.1.2.0.nupkg.sha512", + "sshnet.security.cryptography.nuspec" + ] + }, "Swashbuckle.AspNetCore/5.6.3": { "sha512": "UkL9GU0mfaA+7RwYjEaBFvAzL8qNQhNqAeV5uaWUu/Z+fVgvK9FHkGCpTXBqSQeIHuZaIElzxnLDdIqGzuCnVg==", "type": "package", @@ -4001,18 +4600,35 @@ "system.appcontext.nuspec" ] }, - "System.Buffers/4.3.0": { - "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "System.Buffers/4.5.1": { + "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", - "path": "system.buffers/4.3.0", + "path": "system.buffers/4.5.1", "files": [ ".nupkg.metadata", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.1/.xml", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Buffers.dll", + "lib/net461/System.Buffers.xml", + "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", - "system.buffers.4.3.0.nupkg.sha512", - "system.buffers.nuspec" + "lib/netstandard1.1/System.Buffers.xml", + "lib/netstandard2.0/System.Buffers.dll", + "lib/netstandard2.0/System.Buffers.xml", + "lib/uap10.0.16299/_._", + "ref/net45/System.Buffers.dll", + "ref/net45/System.Buffers.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.1/System.Buffers.dll", + "ref/netstandard1.1/System.Buffers.xml", + "ref/netstandard2.0/System.Buffers.dll", + "ref/netstandard2.0/System.Buffers.xml", + "ref/uap10.0.16299/_._", + "system.buffers.4.5.1.nupkg.sha512", + "system.buffers.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Collections/4.3.0": { @@ -4149,10 +4765,10 @@ "system.collections.concurrent.nuspec" ] }, - "System.Collections.Immutable/5.0.0": { - "sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==", + "System.Collections.Immutable/1.7.1": { + "sha512": "B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==", "type": "package", - "path": "system.collections.immutable/5.0.0", + "path": "system.collections.immutable/1.7.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4169,20 +4785,19 @@ "lib/netstandard2.0/System.Collections.Immutable.xml", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "system.collections.immutable.5.0.0.nupkg.sha512", + "system.collections.immutable.1.7.1.nupkg.sha512", "system.collections.immutable.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, - "System.ComponentModel.Annotations/5.0.0": { - "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "System.ComponentModel.Annotations/4.7.0": { + "sha512": "0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==", "type": "package", - "path": "system.componentmodel.annotations/5.0.0", + "path": "system.componentmodel.annotations/4.7.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", @@ -4259,7 +4874,7 @@ "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", - "system.componentmodel.annotations.5.0.0.nupkg.sha512", + "system.componentmodel.annotations.4.7.0.nupkg.sha512", "system.componentmodel.annotations.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -4353,6 +4968,27 @@ "system.composition.typedparts.nuspec" ] }, + "System.Configuration.ConfigurationManager/4.4.1": { + "sha512": "jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==", + "type": "package", + "path": "system.configuration.configurationmanager/4.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Configuration.ConfigurationManager.dll", + "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "ref/net461/System.Configuration.ConfigurationManager.dll", + "ref/net461/System.Configuration.ConfigurationManager.xml", + "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll", + "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml", + "system.configuration.configurationmanager.4.4.1.nupkg.sha512", + "system.configuration.configurationmanager.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Console/4.3.0": { "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", "type": "package", @@ -4457,10 +5093,10 @@ "system.diagnostics.debug.nuspec" ] }, - "System.Diagnostics.DiagnosticSource/5.0.0": { - "sha512": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==", + "System.Diagnostics.DiagnosticSource/4.7.1": { + "sha512": "j81Lovt90PDAq8kLpaJfJKV/rWdWuEk6jfV+MBkee33vzYLEUsy4gXK8laa9V2nZlLM9VM9yA/OOQxxPEJKAMw==", "type": "package", - "path": "system.diagnostics.diagnosticsource/5.0.0", + "path": "system.diagnostics.diagnosticsource/4.7.1", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -4471,15 +5107,13 @@ "lib/net45/System.Diagnostics.DiagnosticSource.xml", "lib/net46/System.Diagnostics.DiagnosticSource.dll", "lib/net46/System.Diagnostics.DiagnosticSource.xml", - "lib/net5.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net5.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -4541,6 +5175,47 @@ "system.diagnostics.tools.nuspec" ] }, + "System.Diagnostics.TraceSource/4.0.0": { + "sha512": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", + "type": "package", + "path": "system.diagnostics.tracesource/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "system.diagnostics.tracesource.4.0.0.nupkg.sha512", + "system.diagnostics.tracesource.nuspec" + ] + }, "System.Diagnostics.Tracing/4.3.0": { "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", "type": "package", @@ -4630,6 +5305,115 @@ "system.diagnostics.tracing.nuspec" ] }, + "System.Drawing.Common/4.7.0": { + "sha512": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", + "type": "package", + "path": "system.drawing.common/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Drawing.Common.dll", + "lib/netstandard2.0/System.Drawing.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.Drawing.Common.dll", + "ref/netcoreapp3.0/System.Drawing.Common.dll", + "ref/netcoreapp3.0/System.Drawing.Common.xml", + "ref/netstandard2.0/System.Drawing.Common.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll", + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml", + "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll", + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml", + "system.drawing.common.4.7.0.nupkg.sha512", + "system.drawing.common.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Dynamic.Runtime/4.0.11": { + "sha512": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", + "type": "package", + "path": "system.dynamic.runtime/4.0.11", + "files": [ + ".nupkg.metadata", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Dynamic.Runtime.dll", + "lib/netstandard1.3/System.Dynamic.Runtime.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/System.Dynamic.Runtime.dll", + "ref/netstandard1.0/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/System.Dynamic.Runtime.dll", + "ref/netstandard1.3/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/de/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/es/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/it/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll", + "system.dynamic.runtime.4.0.11.nupkg.sha512", + "system.dynamic.runtime.nuspec" + ] + }, "System.Globalization/4.3.0": { "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", "type": "package", @@ -4774,20 +5558,24 @@ "system.globalization.extensions.nuspec" ] }, - "System.IdentityModel.Tokens.Jwt/6.7.1": { - "sha512": "sPnRn9dUMYARQC3mAKWpig/7rlrruqJvopKXmGoYAQ1A+xQsT3q5LiwsArkV8Oz/hfiRCLkV9vgi3FQg/mYfrw==", + "System.IdentityModel.Tokens.Jwt/5.5.0": { + "sha512": "xa8kptJ+uf9hzj366f3pLcs5HFZ6dQMDKzEGq/yZNF0s3mVfyIhuQwgDcTJlAU4AROne/6Z5+vITwrW3gVNKIA==", "type": "package", - "path": "system.identitymodel.tokens.jwt/6.7.1", + "path": "system.identitymodel.tokens.jwt/5.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "lib/net45/System.IdentityModel.Tokens.Jwt.dll", "lib/net45/System.IdentityModel.Tokens.Jwt.xml", + "lib/net451/System.IdentityModel.Tokens.Jwt.dll", + "lib/net451/System.IdentityModel.Tokens.Jwt.xml", "lib/net461/System.IdentityModel.Tokens.Jwt.dll", "lib/net461/System.IdentityModel.Tokens.Jwt.xml", + "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll", + "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.xml", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.6.7.1.nupkg.sha512", + "system.identitymodel.tokens.jwt.5.5.0.nupkg.sha512", "system.identitymodel.tokens.jwt.nuspec" ] }, @@ -5208,24 +5996,22 @@ "system.linq.expressions.nuspec" ] }, - "System.Memory/4.5.4": { - "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "System.Memory/4.5.3": { + "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", "type": "package", - "path": "system.memory/4.5.4", + "path": "system.memory/4.5.3", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Memory.dll", - "lib/net461/System.Memory.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.1/System.Memory.dll", "lib/netstandard1.1/System.Memory.xml", "lib/netstandard2.0/System.Memory.dll", "lib/netstandard2.0/System.Memory.xml", "ref/netcoreapp2.1/_._", - "system.memory.4.5.4.nupkg.sha512", + "system.memory.4.5.3.nupkg.sha512", "system.memory.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -5313,6 +6099,48 @@ "system.net.http.nuspec" ] }, + "System.Net.NameResolution/4.0.0": { + "sha512": "JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", + "type": "package", + "path": "system.net.nameresolution/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.0.0.nupkg.sha512", + "system.net.nameresolution.nuspec" + ] + }, "System.Net.Primitives/4.3.0": { "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", "type": "package", @@ -5758,25 +6586,22 @@ "system.reflection.extensions.nuspec" ] }, - "System.Reflection.Metadata/5.0.0": { - "sha512": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", + "System.Reflection.Metadata/1.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", "type": "package", - "path": "system.reflection.metadata/5.0.0", + "path": "system.reflection.metadata/1.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Reflection.Metadata.dll", - "lib/net461/System.Reflection.Metadata.xml", "lib/netstandard1.1/System.Reflection.Metadata.dll", "lib/netstandard1.1/System.Reflection.Metadata.xml", "lib/netstandard2.0/System.Reflection.Metadata.dll", "lib/netstandard2.0/System.Reflection.Metadata.xml", "lib/portable-net45+win8/System.Reflection.Metadata.dll", "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "system.reflection.metadata.5.0.0.nupkg.sha512", + "system.reflection.metadata.1.6.0.nupkg.sha512", "system.reflection.metadata.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -6039,31 +6864,26 @@ "system.runtime.nuspec" ] }, - "System.Runtime.CompilerServices.Unsafe/4.7.1": { - "sha512": "zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==", + "System.Runtime.CompilerServices.Unsafe/4.5.2": { + "sha512": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==", "type": "package", - "path": "system.runtime.compilerservices.unsafe/4.7.1", + "path": "system.runtime.compilerservices.unsafe/4.5.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "ref/net461/System.Runtime.CompilerServices.Unsafe.dll", - "ref/net461/System.Runtime.CompilerServices.Unsafe.xml", "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512", + "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -6368,6 +7188,52 @@ "system.runtime.numerics.nuspec" ] }, + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", + "type": "package", + "path": "system.security.accesscontrol/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/netstandard1.3/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.xml", + "ref/netstandard1.3/System.Security.AccessControl.dll", + "ref/netstandard1.3/System.Security.AccessControl.xml", + "ref/netstandard1.3/de/System.Security.AccessControl.xml", + "ref/netstandard1.3/es/System.Security.AccessControl.xml", + "ref/netstandard1.3/fr/System.Security.AccessControl.xml", + "ref/netstandard1.3/it/System.Security.AccessControl.xml", + "ref/netstandard1.3/ja/System.Security.AccessControl.xml", + "ref/netstandard1.3/ko/System.Security.AccessControl.xml", + "ref/netstandard1.3/ru/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", + "ref/netstandard2.0/System.Security.AccessControl.dll", + "ref/netstandard2.0/System.Security.AccessControl.xml", + "ref/uap10.0.16299/_._", + "runtimes/win/lib/net46/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.accesscontrol.4.7.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Security.Cryptography.Algorithms/4.3.0": { "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", "type": "package", @@ -6586,6 +7452,47 @@ "system.security.cryptography.primitives.nuspec" ] }, + "System.Security.Cryptography.ProtectedData/4.4.0": { + "sha512": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==", + "type": "package", + "path": "system.security.cryptography.protecteddata/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.ProtectedData.dll", + "lib/net461/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.ProtectedData.dll", + "ref/net461/System.Security.Cryptography.ProtectedData.dll", + "ref/net461/System.Security.Cryptography.ProtectedData.xml", + "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Security.Cryptography.X509Certificates/4.3.0": { "sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", "type": "package", @@ -6641,6 +7548,87 @@ "system.security.cryptography.x509certificates.nuspec" ] }, + "System.Security.Permissions/4.7.0": { + "sha512": "dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", + "type": "package", + "path": "system.security.permissions/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Security.Permissions.dll", + "lib/net461/System.Security.Permissions.xml", + "lib/netcoreapp3.0/System.Security.Permissions.dll", + "lib/netcoreapp3.0/System.Security.Permissions.xml", + "lib/netstandard2.0/System.Security.Permissions.dll", + "lib/netstandard2.0/System.Security.Permissions.xml", + "ref/net461/System.Security.Permissions.dll", + "ref/net461/System.Security.Permissions.xml", + "ref/netcoreapp3.0/System.Security.Permissions.dll", + "ref/netcoreapp3.0/System.Security.Permissions.xml", + "ref/netstandard2.0/System.Security.Permissions.dll", + "ref/netstandard2.0/System.Security.Permissions.xml", + "system.security.permissions.4.7.0.nupkg.sha512", + "system.security.permissions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "type": "package", + "path": "system.security.principal.windows/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.4.7.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Text.Encoding/4.3.0": { "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", "type": "package", @@ -7049,10 +8037,10 @@ "system.threading.tasks.nuspec" ] }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "System.Threading.Tasks.Extensions/4.5.3": { + "sha512": "+MvhNtcvIbqmhANyKu91jQnvIRVSTiaOiFNfKWwXGHG48YAb4I/TyH8spsySiPYla7gKal5ZnF3teJqZAximyQ==", "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", + "path": "system.threading.tasks.extensions/4.5.3", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -7060,8 +8048,6 @@ "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", @@ -7080,12 +8066,92 @@ "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.4.5.3.nupkg.sha512", "system.threading.tasks.extensions.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, + "System.Threading.Thread/4.0.0": { + "sha512": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==", + "type": "package", + "path": "system.threading.thread/4.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.thread.4.0.0.nupkg.sha512", + "system.threading.thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10": { + "sha512": "IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==", + "type": "package", + "path": "system.threading.threadpool/4.0.10", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.threadpool.4.0.10.nupkg.sha512", + "system.threading.threadpool.nuspec" + ] + }, "System.Threading.Timer/4.3.0": { "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", "type": "package", @@ -7140,6 +8206,27 @@ "system.threading.timer.nuspec" ] }, + "System.Windows.Extensions/4.7.0": { + "sha512": "CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", + "type": "package", + "path": "system.windows.extensions/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp3.0/System.Windows.Extensions.dll", + "lib/netcoreapp3.0/System.Windows.Extensions.xml", + "ref/netcoreapp3.0/System.Windows.Extensions.dll", + "ref/netcoreapp3.0/System.Windows.Extensions.xml", + "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll", + "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.xml", + "system.windows.extensions.4.7.0.nupkg.sha512", + "system.windows.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Xml.ReaderWriter/4.3.0": { "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", "type": "package", @@ -7279,37 +8366,156 @@ "system.xml.xdocument.4.3.0.nupkg.sha512", "system.xml.xdocument.nuspec" ] + }, + "System.Xml.XmlDocument/4.0.1": { + "sha512": "2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==", + "type": "package", + "path": "system.xml.xmldocument/4.0.1", + "files": [ + ".nupkg.metadata", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Xml.XmlDocument.dll", + "lib/netstandard1.3/System.Xml.XmlDocument.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xmldocument.4.0.1.nupkg.sha512", + "system.xml.xmldocument.nuspec" + ] + }, + "System.Xml.XPath/4.0.1": { + "sha512": "UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==", + "type": "package", + "path": "system.xml.xpath/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Xml.XPath.dll", + "lib/netstandard1.3/System.Xml.XPath.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Xml.XPath.dll", + "ref/netstandard1.3/System.Xml.XPath.dll", + "ref/netstandard1.3/System.Xml.XPath.xml", + "ref/netstandard1.3/de/System.Xml.XPath.xml", + "ref/netstandard1.3/es/System.Xml.XPath.xml", + "ref/netstandard1.3/fr/System.Xml.XPath.xml", + "ref/netstandard1.3/it/System.Xml.XPath.xml", + "ref/netstandard1.3/ja/System.Xml.XPath.xml", + "ref/netstandard1.3/ko/System.Xml.XPath.xml", + "ref/netstandard1.3/ru/System.Xml.XPath.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xpath.4.0.1.nupkg.sha512", + "system.xml.xpath.nuspec" + ] + }, + "System.Xml.XPath.XmlDocument/4.0.1": { + "sha512": "Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==", + "type": "package", + "path": "system.xml.xpath.xmldocument/4.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll", + "ref/netstandard1.3/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/de/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/es/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/it/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XPath.XmlDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XPath.XmlDocument.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512", + "system.xml.xpath.xmldocument.nuspec" + ] } }, "projectFileDependencyGroups": { "net5.0": [ - "Microsoft.AspNetCore.Authentication.JwtBearer >= 5.0.1", - "Microsoft.AspNetCore.Authentication.OpenIdConnect >= 5.0.1", - "Microsoft.EntityFrameworkCore >= 5.0.1", - "Microsoft.Extensions.DependencyInjection >= 5.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions >= 5.0.0", - "Microsoft.Extensions.Logging.Debug >= 5.0.0", + "Microsoft.AspNetCore.Authentication.JwtBearer >= 3.1.10", + "Microsoft.AspNetCore.Authentication.OpenIdConnect >= 3.1.10", + "Microsoft.EntityFrameworkCore >= 3.1.10", + "Microsoft.EntityFrameworkCore.Relational >= 3.1.10", + "Microsoft.Extensions.DependencyInjection >= 3.1.10", + "Microsoft.Extensions.DependencyInjection.Abstractions >= 3.1.10", + "Microsoft.Extensions.Logging.Debug >= 3.1.10", "Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.10.9", - "Microsoft.VisualStudio.Web.CodeGeneration.Design >= 5.0.1", + "Microsoft.VisualStudio.Web.CodeGeneration.Design >= 3.1.4", + "MySql.Data.EntityFrameworkCore >= 8.0.22", "Newtonsoft.Json >= 12.0.3", - "Pomelo.EntityFrameworkCore.MySql >= 3.2.4", "Swashbuckle.AspNetCore >= 5.6.3" ] }, "packageFolders": { - "C:\\Users\\mathieu\\.nuget\\packages\\": {} + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", + "projectUniqueName": "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", "projectName": "AlfaPrentice", - "projectPath": "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", - "packagesPath": "C:\\Users\\mathieu\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\obj\\", + "projectPath": "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", + "packagesPath": "C:\\Users\\Xandra Mentink\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\obj\\", "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], "configFilePaths": [ - "C:\\Users\\mathieu\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Xandra Mentink\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -7337,33 +8543,37 @@ "dependencies": { "Microsoft.AspNetCore.Authentication.JwtBearer": { "target": "Package", - "version": "[5.0.1, )", + "version": "[3.1.10, )", "noWarn": [ "NU1605" ] }, "Microsoft.AspNetCore.Authentication.OpenIdConnect": { "target": "Package", - "version": "[5.0.1, )", + "version": "[3.1.10, )", "noWarn": [ "NU1605" ] }, "Microsoft.EntityFrameworkCore": { "target": "Package", - "version": "[5.0.1, )" + "version": "[3.1.10, )" + }, + "Microsoft.EntityFrameworkCore.Relational": { + "target": "Package", + "version": "[3.1.10, )" }, "Microsoft.Extensions.DependencyInjection": { "target": "Package", - "version": "[5.0.1, )" + "version": "[3.1.10, )" }, "Microsoft.Extensions.DependencyInjection.Abstractions": { "target": "Package", - "version": "[5.0.0, )" + "version": "[3.1.10, )" }, "Microsoft.Extensions.Logging.Debug": { "target": "Package", - "version": "[5.0.0, )" + "version": "[3.1.10, )" }, "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": { "target": "Package", @@ -7371,16 +8581,16 @@ }, "Microsoft.VisualStudio.Web.CodeGeneration.Design": { "target": "Package", - "version": "[5.0.1, )" + "version": "[3.1.4, )" + }, + "MySql.Data.EntityFrameworkCore": { + "target": "Package", + "version": "[8.0.22, )" }, "Newtonsoft.Json": { "target": "Package", "version": "[12.0.3, )" }, - "Pomelo.EntityFrameworkCore.MySql": { - "target": "Package", - "version": "[3.2.4, )" - }, "Swashbuckle.AspNetCore": { "target": "Package", "version": "[5.6.3, )" diff --git a/AlfaPrentice/obj/project.nuget.cache b/AlfaPrentice/obj/project.nuget.cache index 8fa1f37..db6aebf 100644 --- a/AlfaPrentice/obj/project.nuget.cache +++ b/AlfaPrentice/obj/project.nuget.cache @@ -1,148 +1,174 @@ { "version": 2, - "dgSpecHash": "2Gm+zT/QqpHiDBRJh7Pu7I4ttaW5eDCVDJOzRmhlMu3UikyzlhCUE3sCjAL4YyLtcTu15N6fnueWpSKvf62f+g==", + "dgSpecHash": "pKJrB6Of2LSG8yBqVlNf9slbjs4s/Epfo2WbdDjysjZU4GIoWtfcIGHkRX4uK/kfBDMjHYdywSb4KdznVdqXPw==", "success": true, - "projectFilePath": "C:\\Users\\mathieu\\Documents\\GitHub\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", + "projectFilePath": "C:\\Users\\Xandra Mentink\\Documents\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice\\AlfaPrentice.csproj", "expectedPackageFiles": [ - "C:\\Users\\mathieu\\.nuget\\packages\\humanizer.core\\2.2.0\\humanizer.core.2.2.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\5.0.1\\microsoft.aspnetcore.authentication.jwtbearer.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.aspnetcore.authentication.openidconnect\\5.0.1\\microsoft.aspnetcore.authentication.openidconnect.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.aspnetcore.html.abstractions\\2.2.0\\microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.aspnetcore.razor\\2.2.0\\microsoft.aspnetcore.razor.2.2.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\5.0.0\\microsoft.aspnetcore.razor.language.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.aspnetcore.razor.runtime\\2.2.0\\microsoft.aspnetcore.razor.runtime.2.2.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.0.0\\microsoft.codeanalysis.analyzers.3.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.codeanalysis.common\\3.8.0\\microsoft.codeanalysis.common.3.8.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.codeanalysis.csharp\\3.8.0\\microsoft.codeanalysis.csharp.3.8.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\3.8.0\\microsoft.codeanalysis.csharp.workspaces.3.8.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.codeanalysis.razor\\5.0.0\\microsoft.codeanalysis.razor.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\3.8.0\\microsoft.codeanalysis.workspaces.common.3.8.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.entityframeworkcore\\5.0.1\\microsoft.entityframeworkcore.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\5.0.1\\microsoft.entityframeworkcore.abstractions.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\5.0.1\\microsoft.entityframeworkcore.analyzers.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\3.1.8\\microsoft.entityframeworkcore.relational.3.1.8.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\5.0.0\\microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.caching.memory\\5.0.0\\microsoft.extensions.caching.memory.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\5.0.1\\microsoft.extensions.dependencyinjection.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.logging\\5.0.0\\microsoft.extensions.logging.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\5.0.0\\microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.logging.debug\\5.0.0\\microsoft.extensions.logging.debug.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.options\\5.0.0\\microsoft.extensions.options.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.extensions.primitives\\5.0.0\\microsoft.extensions.primitives.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.7.1\\microsoft.identitymodel.jsonwebtokens.6.7.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.identitymodel.logging\\6.7.1\\microsoft.identitymodel.logging.6.7.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.7.1\\microsoft.identitymodel.protocols.6.7.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.7.1\\microsoft.identitymodel.protocols.openidconnect.6.7.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.7.1\\microsoft.identitymodel.tokens.6.7.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.netcore.platforms\\2.1.2\\microsoft.netcore.platforms.2.1.2.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.10.9\\microsoft.visualstudio.azure.containers.tools.targets.1.10.9.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration\\5.0.1\\microsoft.visualstudio.web.codegeneration.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.contracts\\5.0.1\\microsoft.visualstudio.web.codegeneration.contracts.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.core\\5.0.1\\microsoft.visualstudio.web.codegeneration.core.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.design\\5.0.1\\microsoft.visualstudio.web.codegeneration.design.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.entityframeworkcore\\5.0.1\\microsoft.visualstudio.web.codegeneration.entityframeworkcore.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.templating\\5.0.1\\microsoft.visualstudio.web.codegeneration.templating.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.utils\\5.0.1\\microsoft.visualstudio.web.codegeneration.utils.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.visualstudio.web.codegenerators.mvc\\5.0.1\\microsoft.visualstudio.web.codegenerators.mvc.5.0.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\mysqlconnector\\0.69.9\\mysqlconnector.0.69.9.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\pomelo.entityframeworkcore.mysql\\3.2.4\\pomelo.entityframeworkcore.mysql.3.2.4.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\pomelo.jsonobject\\2.2.1\\pomelo.jsonobject.2.2.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\swashbuckle.aspnetcore\\5.6.3\\swashbuckle.aspnetcore.5.6.3.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\5.6.3\\swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\5.6.3\\swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\5.6.3\\swashbuckle.aspnetcore.swaggerui.5.6.3.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.composition\\1.0.31\\system.composition.1.0.31.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.composition.attributedmodel\\1.0.31\\system.composition.attributedmodel.1.0.31.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.composition.convention\\1.0.31\\system.composition.convention.1.0.31.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.composition.hosting\\1.0.31\\system.composition.hosting.1.0.31.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.composition.runtime\\1.0.31\\system.composition.runtime.1.0.31.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.composition.typedparts\\1.0.31\\system.composition.typedparts.1.0.31.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.diagnostics.diagnosticsource\\5.0.0\\system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.7.1\\system.identitymodel.tokens.jwt.6.7.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection.metadata\\5.0.0\\system.reflection.metadata.5.0.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.7.1\\system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", - "C:\\Users\\mathieu\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512" + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\bouncycastle.netcore\\1.8.3\\bouncycastle.netcore.1.8.3.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\google.protobuf\\3.11.4\\google.protobuf.3.11.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\k4os.compression.lz4\\1.1.11\\k4os.compression.lz4.1.1.11.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\k4os.compression.lz4.streams\\1.1.11\\k4os.compression.lz4.streams.1.1.11.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\k4os.hash.xxhash\\1.0.6\\k4os.hash.xxhash.1.0.6.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\3.1.10\\microsoft.aspnetcore.authentication.jwtbearer.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.aspnetcore.authentication.openidconnect\\3.1.10\\microsoft.aspnetcore.authentication.openidconnect.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.aspnetcore.html.abstractions\\2.2.0\\microsoft.aspnetcore.html.abstractions.2.2.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.aspnetcore.razor\\2.2.0\\microsoft.aspnetcore.razor.2.2.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\3.1.0\\microsoft.aspnetcore.razor.language.3.1.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.aspnetcore.razor.runtime\\2.2.0\\microsoft.aspnetcore.razor.runtime.2.2.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.bcl.hashcode\\1.1.0\\microsoft.bcl.hashcode.1.1.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\2.9.4\\microsoft.codeanalysis.analyzers.2.9.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.codeanalysis.common\\3.3.1\\microsoft.codeanalysis.common.3.3.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.codeanalysis.csharp\\3.3.1\\microsoft.codeanalysis.csharp.3.3.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\3.3.1\\microsoft.codeanalysis.csharp.workspaces.3.3.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.codeanalysis.razor\\3.1.0\\microsoft.codeanalysis.razor.3.1.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\3.3.1\\microsoft.codeanalysis.workspaces.common.3.3.1.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.csharp\\4.0.1\\microsoft.csharp.4.0.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.entityframeworkcore\\3.1.10\\microsoft.entityframeworkcore.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\3.1.10\\microsoft.entityframeworkcore.abstractions.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\3.1.10\\microsoft.entityframeworkcore.analyzers.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\3.1.10\\microsoft.entityframeworkcore.relational.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\3.1.10\\microsoft.extensions.caching.abstractions.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.caching.memory\\3.1.10\\microsoft.extensions.caching.memory.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.configuration\\3.1.10\\microsoft.extensions.configuration.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\3.1.10\\microsoft.extensions.configuration.abstractions.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.configuration.binder\\3.1.10\\microsoft.extensions.configuration.binder.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\3.1.10\\microsoft.extensions.dependencyinjection.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\3.1.10\\microsoft.extensions.dependencyinjection.abstractions.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.logging\\3.1.10\\microsoft.extensions.logging.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\3.1.10\\microsoft.extensions.logging.abstractions.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.logging.debug\\3.1.10\\microsoft.extensions.logging.debug.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.options\\3.1.10\\microsoft.extensions.options.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.extensions.primitives\\3.1.10\\microsoft.extensions.primitives.3.1.10.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\5.5.0\\microsoft.identitymodel.jsonwebtokens.5.5.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.identitymodel.logging\\5.5.0\\microsoft.identitymodel.logging.5.5.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.identitymodel.protocols\\5.5.0\\microsoft.identitymodel.protocols.5.5.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\5.5.0\\microsoft.identitymodel.protocols.openidconnect.5.5.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.identitymodel.tokens\\5.5.0\\microsoft.identitymodel.tokens.5.5.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.10.9\\microsoft.visualstudio.azure.containers.tools.targets.1.10.9.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration\\3.1.4\\microsoft.visualstudio.web.codegeneration.3.1.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.contracts\\3.1.4\\microsoft.visualstudio.web.codegeneration.contracts.3.1.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.core\\3.1.4\\microsoft.visualstudio.web.codegeneration.core.3.1.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.design\\3.1.4\\microsoft.visualstudio.web.codegeneration.design.3.1.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.entityframeworkcore\\3.1.4\\microsoft.visualstudio.web.codegeneration.entityframeworkcore.3.1.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.templating\\3.1.4\\microsoft.visualstudio.web.codegeneration.templating.3.1.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.utils\\3.1.4\\microsoft.visualstudio.web.codegeneration.utils.3.1.4.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.visualstudio.web.codegenerators.mvc\\3.1.4\\microsoft.visualstudio.web.codegenerators.mvc.3.1.4.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\mysql.data\\8.0.22\\mysql.data.8.0.22.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\mysql.data.entityframeworkcore\\8.0.22\\mysql.data.entityframeworkcore.8.0.22.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\nuget.frameworks\\4.7.0\\nuget.frameworks.4.7.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\ssh.net\\2016.1.0\\ssh.net.2016.1.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\sshnet.security.cryptography\\1.2.0\\sshnet.security.cryptography.1.2.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\swashbuckle.aspnetcore\\5.6.3\\swashbuckle.aspnetcore.5.6.3.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\5.6.3\\swashbuckle.aspnetcore.swagger.5.6.3.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\5.6.3\\swashbuckle.aspnetcore.swaggergen.5.6.3.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\5.6.3\\swashbuckle.aspnetcore.swaggerui.5.6.3.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.collections.immutable\\1.7.1\\system.collections.immutable.1.7.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.componentmodel.annotations\\4.7.0\\system.componentmodel.annotations.4.7.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.composition\\1.0.31\\system.composition.1.0.31.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.composition.attributedmodel\\1.0.31\\system.composition.attributedmodel.1.0.31.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.composition.convention\\1.0.31\\system.composition.convention.1.0.31.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.composition.hosting\\1.0.31\\system.composition.hosting.1.0.31.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.composition.runtime\\1.0.31\\system.composition.runtime.1.0.31.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.composition.typedparts\\1.0.31\\system.composition.typedparts.1.0.31.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.configuration.configurationmanager\\4.4.1\\system.configuration.configurationmanager.4.4.1.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.7.1\\system.diagnostics.diagnosticsource.4.7.1.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.diagnostics.tracesource\\4.0.0\\system.diagnostics.tracesource.4.0.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.identitymodel.tokens.jwt\\5.5.0\\system.identitymodel.tokens.jwt.5.5.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.net.nameresolution\\4.0.0\\system.net.nameresolution.4.0.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.5.2\\system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.4.0\\system.security.cryptography.protecteddata.4.4.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.text.encodings.web\\4.5.0\\system.text.encodings.web.4.5.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.3\\system.threading.tasks.extensions.4.5.3.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.threading.thread\\4.0.0\\system.threading.thread.4.0.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.threading.threadpool\\4.0.10\\system.threading.threadpool.4.0.10.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.xml.xmldocument\\4.0.1\\system.xml.xmldocument.4.0.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.xml.xpath\\4.0.1\\system.xml.xpath.4.0.1.nupkg.sha512", + "C:\\Users\\Xandra Mentink\\.nuget\\packages\\system.xml.xpath.xmldocument\\4.0.1\\system.xml.xpath.xmldocument.4.0.1.nupkg.sha512" ], "logs": [] } \ No newline at end of file