From 03aef6fa23911f5e375a320be9e9b44da4bf2095 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 23:06:30 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/efcore build 20200326.5 (#20212) - Microsoft.EntityFrameworkCore.Tools - 3.1.4 - Microsoft.EntityFrameworkCore.InMemory - 3.1.4 - Microsoft.EntityFrameworkCore - 3.1.4 - Microsoft.EntityFrameworkCore.Relational - 3.1.4 - Microsoft.EntityFrameworkCore.Sqlite - 3.1.4 - dotnet-ef - 3.1.4 - Microsoft.EntityFrameworkCore.SqlServer - 3.1.4 Dependency coherency updates - Microsoft.AspNetCore.Analyzer.Testing - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.Memory - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.SqlServer - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.CommandLineUtils.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Binder - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.CommandLine - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.FileExtensions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Ini - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Json - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.KeyPerFile - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.UserSecrets - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration.Xml - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Configuration - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DependencyInjection - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.DiagnosticAdapter - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Composite - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Embedded - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileProviders.Physical - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.FileSystemGlobbing - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Hosting.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Hosting - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Http - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Localization.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Localization - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Abstractions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.AzureAppServices - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Configuration - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Console - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Debug - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.EventSource - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.EventLog - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.TraceSource - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging.Testing - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ObjectPool - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options.DataAnnotations - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Options - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Primitives - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.TypeNameHelper.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.ValueStopwatch.Sources - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.WebEncoders - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.JSInterop - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.Extensions.Logging - 3.1.4 (parent: Microsoft.EntityFrameworkCore) - Internal.AspNetCore.Analyzers - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) - Microsoft.AspNetCore.Testing - 3.1.4-servicing.20176.4 (parent: Microsoft.EntityFrameworkCore) Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 5 +- eng/Version.Details.xml | 264 ++++++++++++++++++++-------------------- eng/Versions.props | 132 ++++++++++---------- 3 files changed, 200 insertions(+), 201 deletions(-) diff --git a/NuGet.config b/NuGet.config index d71bb19d79..a02474daeb 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,12 +3,11 @@ - - + + - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82eb3734a2..73499d865c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -29,261 +29,261 @@ https://github.com/dotnet/aspnetcore-tooling 5ecfad7e0515ee580f7e1b51d1558fc2a1d27ee5 - + https://github.com/dotnet/efcore - 6f4f078e8f92ee8e2ca497fa4b83d4ecebdd643b + 8ccce2b5c7ea02ee517e8ac1ecf6333141d79d98 - + https://github.com/dotnet/efcore - 6f4f078e8f92ee8e2ca497fa4b83d4ecebdd643b + 8ccce2b5c7ea02ee517e8ac1ecf6333141d79d98 - + https://github.com/dotnet/efcore - 6f4f078e8f92ee8e2ca497fa4b83d4ecebdd643b + 8ccce2b5c7ea02ee517e8ac1ecf6333141d79d98 - + https://github.com/dotnet/efcore - 6f4f078e8f92ee8e2ca497fa4b83d4ecebdd643b + 8ccce2b5c7ea02ee517e8ac1ecf6333141d79d98 - + https://github.com/dotnet/efcore - 6f4f078e8f92ee8e2ca497fa4b83d4ecebdd643b + 8ccce2b5c7ea02ee517e8ac1ecf6333141d79d98 - + https://github.com/dotnet/efcore - 6f4f078e8f92ee8e2ca497fa4b83d4ecebdd643b + 8ccce2b5c7ea02ee517e8ac1ecf6333141d79d98 - + https://github.com/dotnet/efcore - 6f4f078e8f92ee8e2ca497fa4b83d4ecebdd643b + 8ccce2b5c7ea02ee517e8ac1ecf6333141d79d98 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 https://github.com/dotnet/corefx @@ -409,9 +409,9 @@ https://github.com/dotnet/corefx 0f7f38c4fd323b26da10cce95f857f77f0f09b48 - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 https://github.com/dotnet/arcade @@ -425,9 +425,9 @@ https://github.com/dotnet/arcade 15f00efd583eab4372b2e9ca25bd80ace5b119ad - + https://github.com/dotnet/extensions - 7d9baaf617741d775578c8018729ac5b75734c69 + ff61512b5aed3c8e651820b9ccc66b2e6ec94389 https://github.com/dotnet/roslyn diff --git a/eng/Versions.props b/eng/Versions.props index c6551b14cd..ce8a610949 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -99,74 +99,74 @@ 3.1.0-preview4.19605.1 - 3.1.3-servicing.20128.2 - 3.1.3-servicing.20128.2 - 3.1.3-servicing.20128.2 - 3.1.3-servicing.20128.2 - 3.1.3-servicing.20128.2 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3-servicing.20128.2 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3-servicing.20128.2 - 3.1.3 - 3.1.3 - 3.1.3-servicing.20128.2 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3-servicing.20128.2 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3-servicing.20128.2 - 3.1.3 - 3.1.3-servicing.20128.2 - 3.1.3-servicing.20128.2 - 3.1.3 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4-servicing.20176.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4-servicing.20176.4 + 3.1.4 + 3.1.4 + 3.1.4-servicing.20176.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4-servicing.20176.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4-servicing.20176.4 + 3.1.4 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 + 3.1.4 3.1.0-rtm.19565.4 - 3.1.3 + 3.1.4 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 - 3.1.3 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 + 3.1.4 3.1.3 3.1.3