Doug Bunting
409ead0b18
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1
2019-12-12 11:22:30 -08:00
Doug Bunting
7ba757265f
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1
...
- upgrade Arcade SDK to '1.0.0-beta.19607.3'
- regenerate eng/ProjectReferences.props and ref/ projects
2019-12-11 20:03:03 -08:00
Doug Bunting
cf6b5028c3
Improve generation and use of ref/ projects ( #17311 )
...
* Remove useless src/PackageArchive files
- not used outside 2.x branches
* Improve use of ref/ assemblies
- compile against ref/ assemblies but do not change package metadata
- update the metadata of implementation projects to include the ref/ assembly path
- update `@(ReferenceAssembly)` metadata for Extensions packages, not `@(PackageReference)`
- can be disabled using `$(CompileUsingReferenceAssemblies)` e.g. when generating ref/ projects
- include ref/ projects in source build by default
- remove `$(ExcludeFromSourceBuild)` overrides from ref/ project files
- use latest package references and use project references even when _not_ building the targeting packs
- restore previous `@(Reference)` -> `@(PackageReference)` logic
- add build-only Microsoft.Internal.Extensions.Refs package reference in most cases
- remove IndirectReferences.props and `@(_ExtensionInternalRefAssemblies)`; no longer needed
* Improve ref/ project generation
- use ../src/**/AssemblyInfo.cs files instead of including attributes in *.Manual.cs files
- for same reason, copy `@(InternalsVisibleto)` items from src/ to ref/ projects
- use eng/targets/CSharp.ReferenceAssembly.props instead of ref/Directory.Build.props files
- use TFM-specific *.Manual.cs files in ref/ project files instead of ref/Directory.Build.props files
optimizations and usability improvements:
- add `$(BuildMainlyReferenceProviders)` property to focus on reference providers when generating ref/ projects
- disable `$(UseReferenceAssemblyInImplementation)` to avoid using ref/ projects while generating them
nits:
- clean up whitespace and remove blank lines in ref/ project files
* Perform smaller cleanup
- remove `$(IsTargetingPackPatching)`; use only `$(IsTargetingPackBuilding)`
- remove `$(DisableServicingFeatures)`; enable the servicing features we need
- suppress baseline references even in servicing builds
- restore `$(AdditionalGenApiCmdOptions)`; useful when updating *.Manual.cs files
nits:
- simplify conditions using `$(HasReferenceAssembly)`
- correct spelling in comments
- shorten long lines
* Use a response file for GenAPI commands
- work around dotnet/arcade#4021 and help with additional ref assemblies
- mimic 111462e0c2 and integrate w/ other changes here
* Undo some manual ref/ project changes
- now done automatically or centrally
- remove manual `[TypeForwardedTo]` and `[InternalsVisibleTo]` attributes
- fully qualify a type now that `using` is gone
- remove dupe `@(Compile)` items for *.Manual.cs files; included in the ref/ project files
- remove redundant `$(AllowUnsafeBlocks)` and `$(NoWarn)` settings
nits:
- rename a *.Manual.cs file that's not TFM-specific
- remove `private` members
* Correct use of `@(ProjectReference)` items for reference providers
- use `@(Reference)` instead
* Remove recently-added `@(Compile)` and `@(Reference)` items
- were added due to missing `[InternalsVisibleTo]` attributes in ref/ assemblies or as early workarounds
- plus, now transitive references **Just Work™️ **
- expose `ClosedGenericMatcher` in the usual (*.Manual.cs) way
- also undo Microsoft.Extensions.ApiDescription.Server workaround
* Remove `private` members from ref/ *.Manual.cs files
- not useful and bloat the ref/ assemblies
* Cleanup warnings
- avoid "CSC warning CS2008: No source files specified." building site extensions
- correct warnings (as errors) about `RenderToStringResult` being obsolete
- add Microsoft.AspNetCore.SpaServices.Tests to Middleware solution
* Remove `@(RuntimeHostConfigurationOption)` workarounds
- deps files are unaffected by new ref/ assembly handling and test projects aren't special-cased
- also execute a test previously skipped due to deps file problems
* Regenerate ref/ projects
- pick up the latest generation changes
(unclear why Mvc.RazorPages/ref/Microsoft.AspNetCore.Mvc.RazorPages.netcoreapp3.0.cs changed but works)
* Fill in missing `internal` types 1 of n
- rename Microsoft.AspNetCore.Components.netstandard2.0.Manual.cs; need `RenderTreeFrame` type everywhere
- add types needed in unit and perf tests to *.Manual.cs files
* Clean up recent commits
- remove recently-added `private` members
- restore `_dummyPrimitive` fields in Microsoft.AspNetCore.Server.HttpSys.Manual.cs
* Add *.Manual.cs files for more projects
* !fixup! fields in *.Manual.cs `struct`s
- GenAPI sometimes generates `_dummy` and `_dummyPrimitive` fields _instead of_ visible members
- what GenAPI generates sometimes have the right length but actual fields don't hurt
- that is, using the real fields corrects both the visible API and `struct`s' sizes
nits:
- consolidate `namespace`s in Microsoft.AspNetCore.Mvc.Core.Manual.cs
* Remove special case for generating ref/ projects on non-Windows
- referenced issue was closed with no action but workaround still not required
- no tabs in generated content
* Only create ref/ projects for assemblies in the shared framework
- restrict when `$(HasReferenceAssembly)` is `true` by default
- add warnings when `$(IsAspNetCoreApp)` or `$(HasReferenceAssembly)` have unexpected values
* Remove "extra" ref/ projects
- associated implementation projects no longer have `$(HasReferenceAssembly)` set to `true`
* Add a few GenAPI exclusions
- see dotnet/arcade#4488
- generation for these members leads to NREs
* Add more `internal` types and members
- Identity/Core
- Identity/Extensions.Core
- Mvc/Mvc.ViewFeatures
* Add direct dependencies to work around CS1705 errors
- add direct references to some test and sample projects to make intent clear i.e. address CS1705 root cause
- these projects must use implementation assemblies for those direct references
- requirement also applies to anything depending on them e.g. functional tests
- for simplicity, use `$(CompileUsingReferenceAssemblies)` instead of targeted `@(Reference)` metadata
- leads to ~40 projects that do not themselves add ref/ metadata
- this is _not_ transitive i.e. it applies only to projects that override `$(CompileUsingReferenceAssemblies)`
* nits: Remove a few more `private` members in *.Manual.cs files
* !fixup! correct namespaces of a few types in *.Manual.cs files
* Try another way to fix Microsoft.AspNetCore.Blazor.Build.Tests
* Try another way to fix missing targets in Web.JS.npmproj
2019-12-11 07:36:59 -08:00
John Luo
9a4ab80f7e
Merge pull request #17672 from dotnet-maestro-bot/merge/release/2.1-to-release/3.0
...
[automated] Merge branch 'release/2.1' => 'release/3.0'
2019-12-09 19:01:47 -08:00
John Luo
3cfac251c7
Merge branch 'release/2.1' into release/3.0
2019-12-09 14:38:04 -08:00
Matt Mitchell
6cdd41aecd
Update to 3.1.100 rtm sdk ( #17626 )
2019-12-09 12:23:40 -08:00
dotnet-maestro[bot]
24806e548a
Update dependencies from https://github.com/dotnet/arcade build 20191207.3 ( #17704 )
...
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19607.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19607.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19607.3
2019-12-09 18:33:37 +00:00
William Godbe
cafb50c68b
[release/3.0] Use Microsoft.NETCore.App.Internal for runtime version ( #17628 )
2019-12-06 14:56:44 -08:00
William Godbe
bc75981efe
[release/3.1] Use Microsoft.NETCore.App.Internal for runtime version ( #17627 )
2019-12-06 14:01:09 -08:00
dotnet-maestro[bot]
c3fa87ed04
Update dependencies from https://github.com/aspnet/Blazor build 20191205.1 ( #17642 )
...
- Microsoft.AspNetCore.Blazor.Mono - 3.1.0-preview4.19605.1
2019-12-06 01:06:40 +00:00
dotnet-maestro[bot]
f4b63b9629
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191205.1 ( #17636 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19605.1
- dotnet-ef - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19605.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19605.1
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.1-preview4.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.1-servicing.19604.6 (parent: Microsoft.EntityFrameworkCore)
2019-12-05 23:20:00 +00:00
dotnet-maestro[bot]
0a6e4d10e8
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191205.6 ( #17624 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19605.6
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19605.6
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19605.6
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19605.6
2019-12-05 13:32:22 -08:00
William Godbe
1f114dff50
Download runtime from suffixed location in dotnetcli blob storage ( #17592 )
2019-12-05 12:33:38 -08:00
dotnet-maestro[bot]
30be2bdf76
[release/3.0] Update dependencies from 2 repositories ( #17601 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191204.2
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19604.2
- dotnet-ef - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19604.2
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19604.2
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- System.Drawing.Common - 4.6.2-servicing.19576.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 3.0.2-servicing-19576-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19576-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.1-servicing.19576.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Internal.AspNetCore.Analyzers - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.2-servicing.19604.3 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191204.5
- Microsoft.NET.Sdk.Razor - 3.0.2-servicing.19604.5
- Microsoft.CodeAnalysis.Razor - 3.0.2-servicing.19604.5
- Microsoft.AspNetCore.Razor.Language - 3.0.2-servicing.19604.5
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.2-servicing.19604.5
2019-12-05 07:47:36 -08:00
dotnet-maestro[bot]
08348ed326
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.10 ( #17525 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19576.10
- dotnet-ef - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19576.10
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19576.10
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.1-preview4.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19576.9 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.1-servicing.19576.9 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.1-servicing.19576.5 (parent: Microsoft.EntityFrameworkCore)
2019-12-05 01:21:59 +00:00
William Godbe
89aae45d6d
Download runtime from suffixed location in dotnetcli blob storage ( #17593 )
2019-12-04 16:31:45 -08:00
dotnet-maestro[bot]
f992759332
Update dependencies from https://github.com/aspnet/Blazor build 20191127.2
...
- Microsoft.AspNetCore.Blazor.Mono - 3.0.0-preview9.19577.2
2019-12-04 15:59:14 -08:00
William Godbe
99979efaf6
Update branding to 3.1.1 ( #17335 )
...
* Update branding to 3.1.1
* Add *
* Skip RefPack tests
* Update baseline
2019-12-04 15:45:00 -08:00
Doug Bunting
386ffebd57
Merge branch 'release/2.2' => 'release/3.0' ( #17319 )
...
- no-op merge
2019-12-04 13:05:10 -08:00
Matt Mitchell
049cdec742
Unpin package ( #17536 )
2019-12-02 21:30:51 -08:00
William Godbe
98376507d7
Pin Extensions & Core-Setup refPacks to 3.1.0 rtm versions ( #17468 )
2019-12-02 09:46:29 -08:00
dotnet-maestro[bot]
21831b5be7
Update dependencies from https://github.com/dotnet/arcade build 20191127.5 ( #17470 )
...
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19577.5
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19577.5
2019-11-27 18:13:17 -08:00
dotnet-maestro[bot]
6accf2429d
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191127.2 ( #17462 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19577.2
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19577.2
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19577.2
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19577.2
2019-11-27 20:51:10 +00:00
dotnet-maestro[bot]
f495589daf
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.4 ( #17455 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19576.4
- dotnet-ef - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19576.4
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19576.4
Dependency coherency updates
- System.Drawing.Common - 4.6.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.0.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
2019-11-27 10:49:46 -08:00
dotnet-maestro[bot]
62eee6e6d2
[release/3.1] Update dependencies from 2 repositories ( #17431 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.1
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19576.1
- dotnet-ef - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19576.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19576.1
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191126.5
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19576.5
- dotnet-ef - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19576.5
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19576.5
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191126.6
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19576.6
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19576.6
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19576.6
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19576.6
2019-11-27 05:14:26 +00:00
Matt Mitchell
e085de41ca
Remove accidentally duplicated Microsoft.Internal.Extensions.Refs ( #16848 )
...
The second one is correct, the first one is an older build. Both build numbers are the name so this doesn't affect anything but the drop gathering.
2019-11-26 09:13:29 -08:00
dotnet-maestro[bot]
7db696998c
[release/3.1] Update dependencies from 2 repositories ( #17401 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191125.11
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19575.11
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19575.11
- dotnet-ef - 3.1.1-servicing.19575.11
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19575.11
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19575.11
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19575.11
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19575.11
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191125.9
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19575.9
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19575.9
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19575.9
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19575.9
2019-11-26 02:06:42 +00:00
dotnet-maestro[bot]
15c20827a5
[release/3.0] Update dependencies from aspnet/EntityFrameworkCore ( #17380 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191125.1
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19575.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19575.1
- dotnet-ef - 3.0.2-servicing.19575.1
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19575.1
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19575.1
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19575.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19575.1
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-01 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.0.2-servicing-19572-01 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.2-servicing.19572.5 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191125.6
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19575.6
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19575.6
- dotnet-ef - 3.0.2-servicing.19575.6
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19575.6
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19575.6
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19575.6
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19575.6
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-09 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- System.Drawing.Common - 4.6.2-servicing.19572.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 3.0.2-servicing-19572-09 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.1-servicing.19572.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Internal.AspNetCore.Analyzers - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.2-servicing.19575.2 (parent: Microsoft.EntityFrameworkCore)
2019-11-25 16:45:30 -08:00
dotnet-maestro[bot]
93e4da56ca
[release/3.1] Update dependencies from 2 repositories ( #17396 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191125.2
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19575.2
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19575.2
- dotnet-ef - 3.1.1-servicing.19575.2
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19575.2
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19575.2
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19575.2
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19575.2
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191125.4
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19575.4
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19575.4
- dotnet-ef - 3.1.1-servicing.19575.4
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19575.4
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19575.4
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19575.4
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19575.4
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191125.5
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19575.5
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19575.5
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19575.5
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19575.5
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191125.8
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19575.8
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19575.8
- dotnet-ef - 3.1.1-servicing.19575.8
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19575.8
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19575.8
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19575.8
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19575.8
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview4.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-rtm.19575.4 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191125.7
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19575.7
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19575.7
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19575.7
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19575.7
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191125.9
- Microsoft.EntityFrameworkCore.Tools - 3.1.1-servicing.19575.9
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.1-servicing.19575.9
- dotnet-ef - 3.1.1-servicing.19575.9
- Microsoft.EntityFrameworkCore - 3.1.1-servicing.19575.9
- Microsoft.EntityFrameworkCore.InMemory - 3.1.1-servicing.19575.9
- Microsoft.EntityFrameworkCore.Relational - 3.1.1-servicing.19575.9
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.1-servicing.19575.9
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview4.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19575.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.1-servicing.19575.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19575.1 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-rtm.19575.5 (parent: Microsoft.EntityFrameworkCore)
2019-11-25 23:37:46 +00:00
William Godbe
8ad86eefed
Remove unused nuget feeds ( #16878 )
...
* Remove unused nuget feeds
* Add dotnet-core back
* dotnet-tools -> dotnet-eng
2019-11-25 14:26:35 -08:00
Brennan
05d579cbbd
Update ci.yml ( #17359 )
2019-11-25 14:23:18 -08:00
dotnet-maestro[bot]
c2b50da6cd
[release/3.1] Update dependencies from aspnet/AspNetCore-Tooling aspnet/Blazor ( #17386 )
...
* Update dependencies from https://github.com/aspnet/Blazor build 20191125.2
- Microsoft.AspNetCore.Blazor.Mono - 3.1.0-preview4.19575.2
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191125.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.1-servicing.19575.2
- Microsoft.AspNetCore.Razor.Language - 3.1.1-servicing.19575.2
- Microsoft.CodeAnalysis.Razor - 3.1.1-servicing.19575.2
- Microsoft.NET.Sdk.Razor - 3.1.1-servicing.19575.2
* Update dependencies from https://github.com/aspnet/Blazor build 20191125.4
- Microsoft.AspNetCore.Blazor.Mono - 3.1.0-preview4.19575.4
2019-11-25 21:35:59 +00:00
William Godbe
9cc3905c10
Don't ship blazor packages from release/3.1 ( #17342 )
2019-11-25 11:32:38 -08:00
dotnet-maestro[bot]
3999eaffa4
[release/3.0] Update dependencies from 4 repositories ( #17283 )
...
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191120.3
- Microsoft.NET.Sdk.Razor - 3.0.2-servicing.19570.3
- Microsoft.CodeAnalysis.Razor - 3.0.2-servicing.19570.3
- Microsoft.AspNetCore.Razor.Language - 3.0.2-servicing.19570.3
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.2-servicing.19570.3
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191120.4
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19570.4
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19570.4
- dotnet-ef - 3.0.2-servicing.19570.4
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19570.4
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19570.4
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19570.4
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19570.4
* Update dependencies from https://github.com/aspnet/Blazor build 20191121.1
- Microsoft.AspNetCore.Blazor.Mono - 3.0.0-preview9.19571.1
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191121.6
- Microsoft.NET.Sdk.Razor - 3.0.2-servicing.19571.6
- Microsoft.CodeAnalysis.Razor - 3.0.2-servicing.19571.6
- Microsoft.AspNetCore.Razor.Language - 3.0.2-servicing.19571.6
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.2-servicing.19571.6
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191121.1
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19571.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19571.1
- dotnet-ef - 3.0.2-servicing.19571.1
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19571.1
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19571.1
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19571.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19571.1
* Update dependencies from https://github.com/aspnet/Blazor build 20191121.3
- Microsoft.AspNetCore.Blazor.Mono - 3.0.0-preview9.19571.3
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191121.8
- Microsoft.NET.Sdk.Razor - 3.0.2-servicing.19571.8
- Microsoft.CodeAnalysis.Razor - 3.0.2-servicing.19571.8
- Microsoft.AspNetCore.Razor.Language - 3.0.2-servicing.19571.8
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.2-servicing.19571.8
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191122.1
- Microsoft.NET.Sdk.Razor - 3.0.2-servicing.19572.1
- Microsoft.CodeAnalysis.Razor - 3.0.2-servicing.19572.1
- Microsoft.AspNetCore.Razor.Language - 3.0.2-servicing.19572.1
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.2-servicing.19572.1
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191122.1
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19572.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19572.1
- dotnet-ef - 3.0.2-servicing.19572.1
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19572.1
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19572.1
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19572.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19572.1
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.2-servicing.19571.2 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/dotnet/arcade build 20191122.3
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19572.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19572.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19572.3
* Update dependencies from https://github.com/aspnet/Blazor build 20191123.1
- Microsoft.AspNetCore.Blazor.Mono - 3.0.0-preview9.19573.1
2019-11-25 07:26:34 -08:00
Justin Kotalik
c31f51e5c7
[3.1.x] Allow external startup hooks ( #17116 )
2019-11-23 10:06:25 -08:00
dotnet-maestro[bot]
e1e6bf8587
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191123.1 ( #17356 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-rtm.19573.1
- Microsoft.AspNetCore.Razor.Language - 3.1.0-rtm.19573.1
- Microsoft.CodeAnalysis.Razor - 3.1.0-rtm.19573.1
- Microsoft.NET.Sdk.Razor - 3.1.0-rtm.19573.1
2019-11-23 12:11:42 +00:00
dotnet-maestro[bot]
fb266e7d01
[release/3.1] Update dependencies from 2 repositories ( #17354 )
...
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191122.6
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-rtm.19572.6
- Microsoft.AspNetCore.Razor.Language - 3.1.0-rtm.19572.6
- Microsoft.CodeAnalysis.Razor - 3.1.0-rtm.19572.6
- Microsoft.NET.Sdk.Razor - 3.1.0-rtm.19572.6
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191122.7
- Microsoft.EntityFrameworkCore.Tools - 3.1.0-rtm.19572.7
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-rtm.19572.7
- dotnet-ef - 3.1.0-rtm.19572.7
- Microsoft.EntityFrameworkCore - 3.1.0-rtm.19572.7
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-rtm.19572.7
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-rtm.19572.7
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-rtm.19572.7
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview4.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19572.6 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.1-servicing.19572.6 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19572.6 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-rtm.19572.7 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191122.7
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-rtm.19572.7
- Microsoft.AspNetCore.Razor.Language - 3.1.0-rtm.19572.7
- Microsoft.CodeAnalysis.Razor - 3.1.0-rtm.19572.7
- Microsoft.NET.Sdk.Razor - 3.1.0-rtm.19572.7
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191123.1
- Microsoft.EntityFrameworkCore.Tools - 3.1.0-rtm.19573.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-rtm.19573.1
- dotnet-ef - 3.1.0-rtm.19573.1
- Microsoft.EntityFrameworkCore - 3.1.0-rtm.19573.1
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-rtm.19573.1
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-rtm.19573.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-rtm.19573.1
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview4.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19572.8 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.1-servicing.19572.8 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19572.8 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-rtm.19572.8 (parent: Microsoft.EntityFrameworkCore)
2019-11-23 10:42:57 +00:00
dotnet-maestro[bot]
a4b5d9de86
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191122.6 ( #17351 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.0-rtm.19572.6
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-rtm.19572.6
- dotnet-ef - 3.1.0-rtm.19572.6
- Microsoft.EntityFrameworkCore - 3.1.0-rtm.19572.6
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-rtm.19572.6
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-rtm.19572.6
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-rtm.19572.6
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview4.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-rtm.19572.6 (parent: Microsoft.EntityFrameworkCore)
2019-11-23 05:50:36 +00:00
dotnet-maestro[bot]
814f3bd24b
[release/3.1] Update dependencies from 3 repositories ( #17340 )
...
* Update dependencies from https://github.com/aspnet/Blazor build 20191122.1
- Microsoft.AspNetCore.Blazor.Mono - 3.1.0-preview4.19572.1
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191122.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-rtm.19572.2
- Microsoft.AspNetCore.Razor.Language - 3.1.0-rtm.19572.2
- Microsoft.CodeAnalysis.Razor - 3.1.0-rtm.19572.2
- Microsoft.NET.Sdk.Razor - 3.1.0-rtm.19572.2
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191122.3
- Microsoft.EntityFrameworkCore.Tools - 3.1.0-rtm.19572.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-rtm.19572.3
- dotnet-ef - 3.1.0-rtm.19572.3
- Microsoft.EntityFrameworkCore - 3.1.0-rtm.19572.3
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-rtm.19572.3
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-rtm.19572.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-rtm.19572.3
2019-11-23 04:13:12 +00:00
Justin Kotalik
9fded4c4aa
[3.1.x] Fix dotnet.exe process recovery after abnormal exit in… ( #17103 )
2019-11-22 15:50:31 -08:00
Chris Ross
6902b14471
[3.1.x] Backport HttpContext.Items fix ( #17237 )
2019-11-22 15:24:27 -08:00
William Godbe
2d799789fe
Re-enable Policheck, Skip test logs, reset timeout to 3 hours ( #17107 )
2019-11-22 13:19:14 -08:00
wtgodbe
69bf1d9bbc
Merge branches
2019-11-22 12:41:10 -08:00
dotnet-maestro[bot]
bc1b9f020d
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191121.9 ( #17323 )
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0
- Microsoft.AspNetCore.Razor.Language - 3.1.0
- Microsoft.CodeAnalysis.Razor - 3.1.0
- Microsoft.NET.Sdk.Razor - 3.1.0
2019-11-22 08:32:24 +00:00
dotnet-maestro[bot]
13ce5134d2
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191121.4 ( #17320 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.1.0
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0
- dotnet-ef - 3.1.0
- Microsoft.EntityFrameworkCore - 3.1.0
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0
- Microsoft.EntityFrameworkCore.Relational - 3.1.0
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview4.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.1.0 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.1.0 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-rtm.19571.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Net.Compilers.Toolset - 3.4.0-beta4-19569-03 (parent: Microsoft.Extensions.Logging)
2019-11-22 06:36:12 +00:00
Doug Bunting
898bf484fe
Update baselines for 3.0.1 release ( #17245 )
...
- hold Microsoft.AspNetCore.DataProtection.EntityFrameworkCore at 3.0.0
2019-11-21 19:50:16 -08:00
Doug Bunting
64d3a351a1
Update EF submodule to head of its 'release/2.2' branch
2019-11-21 19:46:20 -08:00
dotnet-maestro[bot]
43ca89b13d
[release/3.0] Update dependencies from dotnet/arcade aspnet/Blazor ( #17270 )
...
* Update dependencies from https://github.com/dotnet/arcade build 20191119.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19569.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19569.2
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19569.2
* Update dependencies from https://github.com/aspnet/Blazor build 20191120.2
- Microsoft.AspNetCore.Blazor.Mono - 3.0.0-preview9.19570.2
2019-11-20 19:51:20 -08:00
John Luo
147f950686
Update branding to 2.1.15 ( #17273 )
2019-11-20 17:10:59 -08:00
dotnet-maestro[bot]
0d37794d18
[release/3.0] Update dependencies from 2 repositories ( #17224 )
...
### Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191119.1
- Microsoft.NET.Sdk.Razor - 3.0.2-servicing.19569.1
- Microsoft.CodeAnalysis.Razor - 3.0.2-servicing.19569.1
- Microsoft.AspNetCore.Razor.Language - 3.0.2-servicing.19569.1
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.2-servicing.19569.1
### Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191119.3
- Microsoft.EntityFrameworkCore.Tools - 3.0.2-servicing.19569.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.2-servicing.19569.3
- dotnet-ef - 3.0.2-servicing.19569.3
- Microsoft.EntityFrameworkCore - 3.0.2-servicing.19569.3
- Microsoft.EntityFrameworkCore.InMemory - 3.0.2-servicing.19569.3
- Microsoft.EntityFrameworkCore.Relational - 3.0.2-servicing.19569.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.2-servicing.19569.3
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.2-servicing.19569.2 (parent: Microsoft.EntityFrameworkCore)
2019-11-19 16:33:26 -08:00