Commit Graph

64 Commits

Author SHA1 Message Date
William Godbe 462cb8955a
Update branding to 5.0.2 (#28515) 2020-12-08 14:13:30 -08:00
dotnet-maestro[bot] f255fad942
Update dependencies from https://github.com/dotnet/efcore build 20201125.9 (#28260)
[release/5.0] Update dependencies from dotnet/efcore
2020-12-01 00:09:29 +00:00
dotnet-maestro[bot] d0f09018c0
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime (#28087)
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime


 - Merge branch 'release/5.0' into darc-release/5.0-d4478e43-6d04-47a1-8a7c-c6c2dcd90d64

 - Tweak tests

 - Remove Extensions.Internal.Transport from Runtime

- Microsoft.AspNetCore.App.Runtime project does not expect compilation-only references

 - !fixup! Rearrange a `Condition`
- slight change to 49cc13cb5ac6 workaround

 - Do not compile against assemblies with newer assembly versions
- avoid problems with e.g. System.Extensions.DependencyInjection in 5.0.1

 - Revert "Remove package version pinning for ref/ assemblies in servicing (#25851)"
- dotnet/runtime assembly versions are unexpectedly changing in servicing

This reverts commit bfc1ec6792.

 - Update `SharedFxTests` to handle dotnet/runtime version changes
- assemblies with non-0.0 versions end up in Microsoft.AspNetCore.App
- future-proofs these tests because more dotnet/runtime versions may change

 - !fixup! Revert of bfc1ec6792 messed up `RepoTasks`
- need the RTM-versioned packages on all platforms
  - we only target `net472` on Windows
2020-11-30 03:46:55 +00:00
dotnet-maestro[bot] 20e2c6fcae
Update dependencies from https://github.com/dotnet/efcore build 20201121.1 (#28046)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-21 10:50:52 +00:00
dotnet-maestro[bot] cdd67cb443
Update dependencies from https://github.com/dotnet/runtime build 20201120.12 (#28043)
[release/5.0] Update dependencies from dotnet/runtime
2020-11-21 05:28:23 +00:00
dotnet-maestro[bot] d14b644036
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime (#27916)
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime


 - Merge branch 'release/5.0' into darc-release/5.0-791b1942-3e97-4e92-ac7c-8a0d7da35321
2020-11-20 16:42:38 +00:00
dotnet-maestro[bot] 65192fa534
Update dependencies from https://github.com/dotnet/efcore build 20201116.4 (#27898)
Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer
 From Version 5.0.1 -> To Version 5.0.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-11-16 21:03:11 -08:00
dotnet-maestro[bot] becdf3b27d
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime (#27827)
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime


 - Return to RTM version of a package

- dotnet/runtime is not currently producing a useful Microsoft.Extensions.Internal.Transport
- quickest way to ignore the bad stuff is to pin the package here

 - Update eng/Version.Details.xml

 - Update eng/Version.Details.xml

 - Update eng/Version.Details.xml

 - Unpin Microsoft.Extensions.Internal.Transport
2020-11-17 02:17:36 +00:00
dotnet-maestro[bot] cb77fe2fc6
[release/5.0] Update dependencies from dotnet/efcore (#27789)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-13 18:50:44 +00:00
dotnet-maestro[bot] d694d2914c
Update dependencies from https://github.com/dotnet/efcore build 20201112.1 (#27786)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-12 23:00:35 +00:00
dotnet-maestro[bot] a3cef5f604
[release/5.0] Update dependencies from dotnet/arcade (#27683)
[release/5.0] Update dependencies from dotnet/arcade


 - Merge branch 'release/5.0' into darc-release/5.0-2a6d939a-e51f-4bb6-bbbd-50a66b29c1e7
2020-11-12 19:46:20 +00:00
dotnet-maestro[bot] 5a3fc183c3
Update dependencies from https://github.com/dotnet/efcore build 20201110.8 (#27708)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-11 06:20:15 +00:00
dotnet-maestro[bot] c2e75cb822
[release/5.0] Update dependencies from dotnet/efcore (#27684)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-11 04:57:25 +00:00
Doug Bunting 352ad1a980
Rebrand and update for 5.0.1 (#27406)
* Move to 5.0.1 versions

* Move to GA .NET SDK
- required for some tests to pass

* Remove feeds that won't be needed after 5.0.0 is GA

* Cherry-pick `$(CrossgenOutput)` and Directory.Build.*.in changes from master
- [master] Update dependencies from dotnet/runtime dotnet/efcore (#26788)
    - 219ecd688012
- when project template tests run test assets, need latest shared Fx bits
- hit `BadImageFormatException`s otherwise
    - test projects build against uploaded packages
    - those packages reference the 5.0.1 shared framework
    - the ASP.NET parts of the 5.0.1 shared Fx are `crossgen`ed to target Windows

- Use runtime and ref/ assemblies matching repo in Helix testing
    - add Directory.Build.*.in files based on project template test infrastructure
    - use files as import boundary where the project doesn't create its own Directory.Build.* files
    - ensure `dotnet-watch` tests also use the latest runtime and ref/ assemblies

- Extend Helix Directory.Build.* workarounds
    - generate Directory.Build.* files when restoring any projects
    - include generated files in Helix runs needing the latest runtime
    - copy generated files when testing `dotnet-watch` locally
    - include generated content in Microsoft.NET.Sdk.BlazorWebAssembly.IntegrationTests test assets
        - remove duplicate settings from existing Directory.Build.* files
    - ensure shared framework and targeting packs are laid out under .dotnet/ before test assets restore

- Disable `crossgen` when building for Helix runs
    - make `$(CrossgenOutput)` property override-able
    - use override in CI jobs that submit to other platforms
        - for now, leave the ARM64 Helix jobs alone (build on Ubuntu, run in Debian)

* Correct an `$(IsTestAssetProject)` setting
- affected projects are all test assets or provide test support
- without this, a number of the projects are incorrectly marked as shipping

* Baseline released 5.0.0 packages
- this is a complete rewrite of eng/Baseline.xml
  - based on the 5.0.0 MergedManifest.xml file

* Add 5.0.0 PackageOverrides.txt and PlatformManifest.txt files
- need consistent versions when servicing targeting packs

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
2020-11-10 09:51:47 -08:00
Doug Bunting 80482fb96d
Remove Roslyn MyGet feeds (#27442) (#27550)
- neither of these should be needed anymore
2020-11-10 09:46:42 -08:00
dotnet-maestro[bot] 80f8669450
Update dependencies from https://github.com/dotnet/efcore build 20201029.1 (#27356)
Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer
 From Version 5.0.0 -> To Version 5.0.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-29 13:34:55 -07:00
dotnet-maestro[bot] bc6c953506
Update dependencies from https://github.com/dotnet/runtime build 20201029.3 (#27353)
System.ComponentModel.Annotations , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Http , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Cryptography.Cng , System.Runtime.CompilerServices.Unsafe , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.Drawing.Common , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Resources.Extensions , System.IO.Pipelines
 From Version 5.0.0 -> To Version 5.0.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-29 12:38:54 -07:00
dotnet-maestro[bot] 371a26f07b
[release/5.0] Update dependencies from dotnet/efcore (#27189)
[release/5.0] Update dependencies from dotnet/efcore


 - Quarantine flaky test
2020-10-26 22:25:32 +00:00
dotnet-maestro[bot] 074069f9c9
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#27063)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-21 05:07:12 +00:00
dotnet-maestro[bot] c7d42cf37b
Update dependencies from https://github.com/dotnet/efcore build 20201017.2 (#27014)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-18 05:25:34 +00:00
dotnet-maestro[bot] 145c51bf60
Update dependencies from https://github.com/dotnet/runtime build 20201017.6 (#27013)
[release/5.0] Update dependencies from dotnet/runtime
2020-10-17 23:52:47 +00:00
dotnet-maestro[bot] cee17d5b3b
Update dependencies from https://github.com/dotnet/efcore build 20201015.3 (#26951)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-16 03:59:14 +00:00
dotnet-maestro[bot] 5f2390b990
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#26944)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-15 22:33:37 +00:00
dotnet-maestro[bot] 8b66c99886
[release/5.0] Update dependencies from dotnet/efcore (#26913)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-15 05:38:09 +00:00
dotnet-maestro[bot] bf288c40b3
Update dependencies from https://github.com/dotnet/runtime build 20201014.6 (#26909)
System.ComponentModel.Annotations , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Http , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Cryptography.Cng , System.Runtime.CompilerServices.Unsafe , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.Drawing.Common , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Resources.Extensions , System.IO.Pipelines
 From Version 5.0.0 -> To Version 5.0.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-14 22:53:25 +00:00
dotnet-maestro[bot] 45c02cd347
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore (#26873)
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-14 21:47:17 +00:00
dotnet-maestro[bot] 2aaae9e954
Update dependencies from https://github.com/dotnet/efcore build 20201013.1 (#26857)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-13 21:06:34 +00:00
dotnet-maestro[bot] 3f18586cf8
Update dependencies from https://github.com/dotnet/runtime build 20201012.4 (#26851)
[release/5.0] Update dependencies from dotnet/runtime
2020-10-13 18:17:44 +00:00
dotnet-maestro[bot] 944c964339
Update dependencies from https://github.com/dotnet/efcore build 20201012.2 (#26816)
Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer
 From Version 5.0.0-rtm.20509.3 -> To Version 5.0.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-12 12:54:27 -07:00
dotnet-maestro[bot] b2175f1141
Update dependencies from https://github.com/dotnet/runtime build 20201010.7 (#26792)
[release/5.0] Update dependencies from dotnet/runtime
2020-10-11 18:36:00 +00:00
dotnet-maestro[bot] 93cfbe46fd
[master] Update dependencies from dotnet/efcore (#24848)
[master] Update dependencies from dotnet/efcore
- Updates:
  - Microsoft.EntityFrameworkCore.Tools: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.SqlServer: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - dotnet-ef: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.Relational: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.Sqlite: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
  - Microsoft.EntityFrameworkCore.InMemory: from 5.0.0-rc.1.20412.1 to 5.0.0-rc.1.20412.5
2020-08-13 02:39:54 +00:00
dotnet-maestro[bot] 4d45b1803b
[master] Update dependencies from dotnet/efcore (#24206)
* Update dependencies from https://github.com/dotnet/efcore build 20200720.1

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-rc.1.20367.2 -> To Version 5.0.0-rc.1.20370.1

&hellip;

* Update dependencies from https://github.com/dotnet/efcore build 20200722.13

Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-rc.1.20367.2 -> To Version 5.0.0-rc.1.20372.13

* Postponing roslyn update

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
2020-07-23 19:03:01 -07:00
dotnet-maestro[bot] 15b10425b2
Update dependencies from https://github.com/dotnet/efcore build 20200529.1 (#22369)
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
 From Version 5.0.0-preview.6.20278.10 -> To Version 5.0.0-preview.6.20279.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-29 22:02:07 +00:00
Doug Bunting 4420a7d262
Small fixes (#21982)
* Restore default "/bl" setting if `$BinaryLog`

nits:
- remove extra configure-toolset.ps1|sh imports
- remove duplicate `/v:$verbosity` addition to `msbuild` command line from build.sh

* Correct the feeds to match latest recommendations
2020-05-19 15:51:34 -07:00
Brennan d775e9d959
Fixing build warnings (#21044) 2020-04-22 15:36:40 -07:00
dotnet-maestro[bot] 6e28a28c9a
[master] Update dependencies from dotnet/efcore (#18668)
* Update dependencies from https://github.com/dotnet/efcore build 20200128.3

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20078.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20078.3
- dotnet-ef - 5.0.0-alpha.1.20078.3
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20078.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20078.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20078.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20078.3

* Update dependencies from https://github.com/dotnet/efcore build 20200129.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20079.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20079.1
- dotnet-ef - 5.0.0-alpha.1.20079.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20079.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20079.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20079.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20079.1

* Update dependencies from https://github.com/dotnet/efcore build 20200129.2

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20079.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20079.2
- dotnet-ef - 5.0.0-alpha.1.20079.2
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20079.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20079.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20079.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20079.2
2020-01-30 03:24:14 +00:00
dotnet-maestro[bot] a1e226f06c
[master] Update dependencies from dotnet/efcore (#18247)
* Update dependencies from https://github.com/dotnet/efcore build 20200109.3

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20059.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20059.3
- dotnet-ef - 5.0.0-alpha.1.20059.3
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20059.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20059.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20059.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20059.3

* Update dependencies from https://github.com/dotnet/efcore build 20200109.2

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20059.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20059.2
- dotnet-ef - 5.0.0-alpha.1.20059.2
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20059.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20059.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20059.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20059.2

* Add workarounds

* Fix workaround

* Update dependencies from https://github.com/dotnet/efcore build 20200110.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20060.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20060.1
- dotnet-ef - 5.0.0-alpha.1.20060.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20060.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20060.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20060.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20060.1

* Update dependencies from https://github.com/dotnet/efcore build 20200111.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20061.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20061.1
- dotnet-ef - 5.0.0-alpha.1.20061.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20061.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20061.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20061.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20061.1

* Update dependencies from https://github.com/dotnet/efcore build 20200112.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20062.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20062.1
- dotnet-ef - 5.0.0-alpha.1.20062.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20062.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20062.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20062.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20062.1

* Update dependencies from https://github.com/dotnet/efcore build 20200114.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20064.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20064.1
- dotnet-ef - 5.0.0-alpha.1.20064.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20064.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20064.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20064.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20064.1

* Update dependencies from https://github.com/dotnet/efcore build 20200114.2

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20064.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20064.2
- dotnet-ef - 5.0.0-alpha.1.20064.2
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20064.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20064.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20064.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20064.2

* Update dependencies from https://github.com/dotnet/efcore build 20200115.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20065.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20065.1
- dotnet-ef - 5.0.0-alpha.1.20065.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20065.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20065.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20065.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20065.1

* Update dependencies from https://github.com/dotnet/efcore build 20200116.2

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20066.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20066.2
- dotnet-ef - 5.0.0-alpha.1.20066.2
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20066.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20066.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20066.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20066.2

* Update dependencies from https://github.com/dotnet/efcore build 20200118.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20068.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20068.1
- dotnet-ef - 5.0.0-alpha.1.20068.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20068.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20068.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20068.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20068.1

* Update dependencies from https://github.com/dotnet/efcore build 20200120.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20070.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20070.1
- dotnet-ef - 5.0.0-alpha.1.20070.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20070.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20070.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20070.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20070.1

* Update dependencies from https://github.com/dotnet/efcore build 20200122.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20072.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20072.1
- dotnet-ef - 5.0.0-alpha.1.20072.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20072.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20072.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20072.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20072.1

* Update dependencies from https://github.com/dotnet/efcore build 20200122.6

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20072.6
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20072.6
- dotnet-ef - 5.0.0-alpha.1.20072.6
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20072.6
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20072.6
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20072.6
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20072.6

* Update dependencies from https://github.com/dotnet/efcore build 20200123.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20073.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20073.1
- dotnet-ef - 5.0.0-alpha.1.20073.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20073.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20073.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20073.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20073.1

* Update dependencies from https://github.com/dotnet/efcore build 20200123.2

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20073.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20073.2
- dotnet-ef - 5.0.0-alpha.1.20073.2
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20073.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20073.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20073.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20073.2

Dependency coherency updates

- Microsoft.CSharp - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.Registry - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.SystemEvents - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Drawing.Common - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.Http.WinHttpHandler - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.WebSockets.WebSocketProtocol - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.8.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Pkcs - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Permissions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Principal.Windows - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Threading.Channels - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Windows.Extensions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.1.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/efcore build 20200123.3

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20073.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20073.3
- dotnet-ef - 5.0.0-alpha.1.20073.3
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20073.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20073.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20073.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20073.3

Dependency coherency updates

- Microsoft.CSharp - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.Registry - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.SystemEvents - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Drawing.Common - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.Http.WinHttpHandler - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.WebSockets.WebSocketProtocol - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.8.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Pkcs - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Permissions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Principal.Windows - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Threading.Channels - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Windows.Extensions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.1.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/efcore build 20200124.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20074.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20074.1
- dotnet-ef - 5.0.0-alpha.1.20074.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20074.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20074.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20074.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20074.1

Dependency coherency updates

- Microsoft.CSharp - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.Registry - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.SystemEvents - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Drawing.Common - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.Http.WinHttpHandler - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.WebSockets.WebSocketProtocol - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.8.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Pkcs - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Permissions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Principal.Windows - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Threading.Channels - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Windows.Extensions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.1.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/efcore build 20200124.3

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20074.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20074.3
- dotnet-ef - 5.0.0-alpha.1.20074.3
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20074.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20074.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20074.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20074.3

Dependency coherency updates

- Microsoft.CSharp - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.Registry - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.SystemEvents - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Drawing.Common - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.Http.WinHttpHandler - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.WebSockets.WebSocketProtocol - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.8.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Pkcs - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Permissions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Principal.Windows - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Threading.Channels - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Windows.Extensions - 4.7.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.Platforms - 3.1.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/efcore build 20200125.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20075.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20075.1
- dotnet-ef - 5.0.0-alpha.1.20075.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20075.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20075.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20075.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20075.1

* Update dependencies from https://github.com/dotnet/efcore build 20200126.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20076.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20076.1
- dotnet-ef - 5.0.0-alpha.1.20076.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20076.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20076.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20076.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20076.1

* Update dependencies from https://github.com/dotnet/efcore build 20200126.2

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20076.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20076.2
- dotnet-ef - 5.0.0-alpha.1.20076.2
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20076.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20076.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20076.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20076.2

* Update dependencies from https://github.com/dotnet/efcore build 20200127.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20077.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20077.1
- dotnet-ef - 5.0.0-alpha.1.20077.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20077.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20077.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20077.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20077.1

* Update dependencies from https://github.com/dotnet/efcore build 20200127.2

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20077.2
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20077.2
- dotnet-ef - 5.0.0-alpha.1.20077.2
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20077.2
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20077.2
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20077.2
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20077.2

* Update dependencies from https://github.com/dotnet/efcore build 20200127.3

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20077.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20077.3
- dotnet-ef - 5.0.0-alpha.1.20077.3
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20077.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20077.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20077.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20077.3

* Update dependencies from https://github.com/dotnet/efcore build 20200128.1

- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha.1.20078.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha.1.20078.1
- dotnet-ef - 5.0.0-alpha.1.20078.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha.1.20078.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha.1.20078.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha.1.20078.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha.1.20078.1

* Revert "Fix workaround"

This reverts commit d427e2a22e5f0dcf0a60c85c4e2ab113128bb5fe.

* Revert "Add workarounds"

This reverts commit 1f4e01a3e89e771d2d5cc13d2188b4ecf4c961b8.

* Add EF workaround to template tests

* Remove NoWarn NU1605

Co-authored-by: William Godbe <wigodbe@microsoft.com>
Co-authored-by: Brennan <brecon@microsoft.com>
2020-01-29 21:11:29 +00:00
Doug Bunting b5cfeb498a [master] Remove `grpc-nuget-dev` feed
- https://grpc.jfrog.io/ seems to be failing though https://status.jfrog.io/ says all is well
- feed is not needed because Grpc.AspNetCore v2.23.2 is available from NuGet.org
2019-12-14 13:50:24 -08:00
Doug Bunting 7d3a1313ed
Revert "[master] Remove `grpc-nuget-dev` feed"
- was an accidental push

This reverts commit 5e706ae279.
2019-12-14 12:04:13 -08:00
Doug Bunting 5e706ae279
[master] Remove `grpc-nuget-dev` feed
- https://grpc.jfrog.io/ seems to be failing though https://status.jfrog.io/ says all is well
- feed is not needed because Grpc.AspNetCore v2.23.2 is available from NuGet.org
2019-12-14 12:03:07 -08:00
dotnet-maestro[bot] f854b561a5 Update dependencies from https://github.com/aspnet/Blazor build 20191106.1 (#16890)
- Microsoft.AspNetCore.Blazor.Mono - 5.0.0-alpha1.19556.1
2019-11-08 18:10:01 -08:00
Matt Mitchell 0a062e187c
Move dotnet-tools -> dotnet-eng (#16928)
* Move dotnet-tools -> dotnet-eng

The dotnet-tools feed is being moved to dotnet-eng so that dotnet-tools can be used for actual tools.

https://github.com/dotnet/arcade/issues/4197

Also remove some feeds I don't think are necessary any longer

* Add .NET 5 feeds
2019-11-08 16:11:41 -08:00
Doug Bunting ea51e63930
Merge branch 'master' into merge/release/3.1-to-master 2019-11-04 19:15:34 -08:00
dotnet-maestro[bot] 83a09f6b9b
[release/3.1] Update dependencies from 2 repositories (#16750)
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191101.3

- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-preview3.19551.3
- Microsoft.AspNetCore.Razor.Language - 3.1.0-preview3.19551.3
- Microsoft.CodeAnalysis.Razor - 3.1.0-preview3.19551.3
- Microsoft.NET.Sdk.Razor - 3.1.0-preview3.19551.3

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191101.3

- Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview3.19551.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview3.19551.3
- dotnet-ef - 3.1.0-preview3.19551.3
- Microsoft.EntityFrameworkCore - 3.1.0-preview3.19551.3
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview3.19551.3
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview3.19551.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview3.19551.3

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191101.5

- Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview3.19551.5
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview3.19551.5
- dotnet-ef - 3.1.0-preview3.19551.5
- Microsoft.EntityFrameworkCore - 3.1.0-preview3.19551.5
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview3.19551.5
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview3.19551.5
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview3.19551.5
2019-11-01 19:25:33 +00:00
Brennan Conroy 859c1e085e Merge branch 'master' into merge/release/3.1-to-master 2019-10-23 14:06:23 -07:00
dotnet-maestro[bot] 0c5e370b7c
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191018.8 (#15191)
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha1.19518.8
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha1.19518.8
- dotnet-ef - 5.0.0-alpha1.19518.8
- Microsoft.EntityFrameworkCore - 5.0.0-alpha1.19518.8
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha1.19518.8
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha1.19518.8
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha1.19518.8

Dependency coherency updates

- Microsoft.AspNetCore.Analyzer.Testing - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 5.0.0-preview2.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Bcl.AsyncInterfaces - 1.0.0 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19517.2 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.Registry - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.SystemEvents - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Drawing.Common - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.Http.WinHttpHandler - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.WebSockets.WebSocketProtocol - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Pkcs - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Permissions - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Principal.Windows - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Threading.Channels - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Windows.Extensions - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-alpha1.19517.2 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19517.2 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-alpha1.19517.2 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-alpha1.19516.16 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Internal.AspNetCore.Analyzers - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 5.0.0-alpha1.19517.7 (parent: Microsoft.EntityFrameworkCore)
2019-10-19 13:45:30 +00:00
dotnet-maestro[bot] 0dad6fec71
[release/3.1] Update dependencies from dotnet/arcade (#14982)
* Update dependencies from https://github.com/dotnet/arcade build 20191010.3

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19510.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19510.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19510.3

* Add 'dotnet-tools' feed
2019-10-15 17:16:21 +00:00
dotnet-maestro[bot] 8b7f662169 [release/3.1] Update dependencies from 2 repositories (#13571)
* Fix build

* Fix build.cmd

* Resolve build warnings

* Update ref assemblies

* Missed TFM updates

* Fix source build

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190913.13
- Microsoft.EntityFrameworkCore.Tools - 3.1.0-preview1.19463.13
- Microsoft.EntityFrameworkCore.SqlServer - 3.1.0-preview1.19463.13
- dotnet-ef - 3.1.0-preview1.19463.13
- Microsoft.EntityFrameworkCore - 3.1.0-preview1.19463.13
- Microsoft.EntityFrameworkCore.InMemory - 3.1.0-preview1.19463.13
- Microsoft.EntityFrameworkCore.Relational - 3.1.0-preview1.19463.13
- Microsoft.EntityFrameworkCore.Sqlite - 3.1.0-preview1.19463.13

Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Bcl.AsyncInterfaces - 1.1.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19463.3 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.Registry - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Win32.SystemEvents - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ComponentModel.Annotations - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Diagnostics.EventLog - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Drawing.Common - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.IO.Pipelines - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.Http.WinHttpHandler - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Net.WebSockets.WebSocketProtocol - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Reflection.Metadata - 1.8.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Runtime.CompilerServices.Unsafe - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Cng - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Pkcs - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.Xml - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Permissions - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Principal.Windows - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.ServiceProcess.ServiceController - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Json - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Threading.Channels - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Windows.Extensions - 4.7.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 3.1.0-preview1.19463.3 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19463.3 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-preview1.19463.3 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.1.0-preview1.19463.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Internal.AspNetCore.Analyzers - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.1.0-preview1.19463.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Net.Compilers.Toolset - 3.4.0-beta2-19462-08 (parent: Microsoft.Extensions.Logging)

* Fix tests

* Skip dotnet-openapi tests

* Add AssemblyName to nuspec to fix build

* Fix templates

* Fix template tests

* Update eng/Versions.props

* Feedback

* Hard code TFM in tools

* Fix build warnings

* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190915.1
- Microsoft.NET.Sdk.Razor - 3.1.0-preview1.19465.1
- Microsoft.CodeAnalysis.Razor - 3.1.0-preview1.19465.1
- Microsoft.AspNetCore.Razor.Language - 3.1.0-preview1.19465.1
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-preview1.19465.1
2019-09-15 21:27:50 -07:00
dotnet-maestro[bot] 5ca3f70bd5
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190913.10 (#13978)
- Microsoft.EntityFrameworkCore.Tools - 3.0.0
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0
- dotnet-ef - 3.0.0
- Microsoft.EntityFrameworkCore - 3.0.0
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0
- Microsoft.EntityFrameworkCore.Relational - 3.0.0
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0
2019-09-14 06:06:17 +00:00
dotnet-maestro[bot] 58d1f33a6e
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190913.9 (#13975)
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-rc2.19463.9
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-rc2.19463.9
- dotnet-ef - 3.0.0-rc2.19463.9
- Microsoft.EntityFrameworkCore - 3.0.0-rc2.19463.9
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-rc2.19463.9
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-rc2.19463.9
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-rc2.19463.9

Dependency coherency updates

- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 3.0.0 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.0-rc2.19463.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Net.Compilers.Toolset - 3.3.1-beta4-19462-11 (parent: Microsoft.Extensions.Logging)
2019-09-14 04:16:44 +00:00