CodelyTV / csharp-ddd-skeleton

🦈✨ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns
162 stars 34 forks source link

Bump Microsoft.EntityFrameworkCore.Relational from 2.2.6 to 3.1.0 #21

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps Microsoft.EntityFrameworkCore.Relational from 2.2.6 to 3.1.0.

Release notes *Sourced from [Microsoft.EntityFrameworkCore.Relational's releases](https://github.com/aspnet/EntityFrameworkCore/releases).* > ## EF Core 3.1.0 > The primary goal of EF Core 3.1 is to polish the features and scenarios we delivered in EF Core 3.0. EF Core 3.1 will be a long term support (LTS) release, supported for at least 3 years. To this end we have [fixed over 150 issues](https://github.com/aspnet/EntityFrameworkCore/milestone/76?closed=1) for the 3.1 release, but there are no major new features to announce. > > EF Core 3.1 reintroduces support for .NET Standard 2.0, rather than requiring .NET Standard 2.1 as was the case for EF Core 3.0. This means EF Core 3.1 will run on .NET Framework versions that support the standard. > > ## .NET Core 3.1.0-preview3 > [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview3.md) > [Install Instructions](https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview3-install-instructions.md) > > # Repos > * [CoreCLR](https://github.com/dotnet/coreclr/releases/tag/v3.1.0-preview3.19531.2) > * [CoreFX](https://github.com/dotnet/corefx/releases/tag/v3.1.0-preview3.19551.4) > * [Core-Setup](https://github.com/dotnet/core-setup/releases/tag/v3.1.0-preview3.19553.2) > * [CLI](https://github.com/dotnet/cli/releases/tag/v3.1.100-preview3.19555.1) > * [Toolset](https://github.com/dotnet/toolset/releases/tag/v3.1.100-preview3.19555.6) > * [Core-sdk](https://github.com/dotnet/core-sdk/releases/tag/v3.1.100-preview3-014645) > * [SDK](https://github.com/dotnet/sdk/releases/tag/v3.1.100-preview3.19553.1) > * [ASP Extensions](https://github.com/aspnet/Extensions/releases/tag/v3.1.0-preview3.19553.2) > * [EF](https://github.com/aspnet/EntityFrameworkCore/releases/tag/v3.1.0-preview3.19554.8) > * [EF6](https://github.com/aspnet/EntityFramework6/releases/tag/v6.4.0-preview3-19553-01) > * [ASP Tooling](https://github.com/aspnet/AspNetCore-Tooling/releases/tag/v3.1.0-preview3.19553.1) > * [ASP](https://github.com/aspnet/AspNetCore/releases/tag/v3.1.0-preview3.19555.2) > * [Blazor](https://github.com/aspnet/Blazor/releases/tag/v3.1.0-preview3.19531.1) > * [Winforms](https://github.com/dotnet/winforms/releases/tag/4.8.1-preview3.191102.1) > * [WPF](https://github.com/dotnet/wpf/releases/tag/4.8.1-preview2.19553.1) > > ## .NET Core 3.1.0-preview2 > [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview2.md) > [Install Instructions](https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview2-install-instructions.md) > > # Repos > * [CoreCLR](https://github.com/dotnet/coreclr/releases/tag/v3.1.0-preview2.19522.2) > * [CoreFX](https://github.com/dotnet/corefx/releases/tag/v3.1.0-preview2.19523.17) > * [Core-Setup](https://github.com/dotnet/core-setup/releases/tag/v3.1.0-preview2.19525.6) > * [CLI](https://github.com/dotnet/cli/releases/tag/v3.1.100-preview2.19529.1) > * [Toolset](https://github.com/dotnet/toolset/releases/tag/v3.1.100-preview2.19529.8) > * [Core-sdk](https://github.com/dotnet/core-sdk/releases/tag/v3.1.100-preview2-014569) > * [SDK](https://github.com/dotnet/sdk/releases/tag/v3.1.100-preview2.19528.2) > * [ASP Extensions](https://github.com/aspnet/Extensions/releases/tag/v3.1.0-preview2.19525.4) > * [EF](https://github.com/aspnet/EntityFrameworkCore/releases/tag/v3.1.0-preview2.19525.5) > * [ASP Tooling](https://github.com/aspnet/AspNetCore-Tooling/releases/tag/v3.1.0-preview2.19528.1) > * [ASP](https://github.com/aspnet/AspNetCore/releases/tag/v3.1.0-preview2.19528.8) > * [Blazor](https://github.com/aspnet/Blazor/releases/tag/v3.1.0-preview2.19523.1) > * [Winforms]( https://github.com/dotnet/winforms/releases/tag/4.8.1-preview2.191029.13) > * [WPF]( https://github.com/dotnet/wpf/releases/tag/4.8.1-preview2.19525.4) > * [WCF](https://github.com/dotnet/wcf/releases/tag/v3.1.0-preview2) > > ## .NET Core 3.1.0 Preview 1 > [Release Notes](https://github.com/dotnet/core/blob/master/release-notes/3.1/preview/3.1.0-preview1.md) > [Download and Install](https://dotnet.microsoft.com/download/dotnet-core/3.1) > ... (truncated)
Commits - [`82c6ea4`](https://github.com/aspnet/EntityFrameworkCore/commit/82c6ea483d3a17393dad5986df9a8eef89ddcd07) Update dependencies from https://github.com/aspnet/Extensions build 20191115.... - [`bd25024`](https://github.com/aspnet/EntityFrameworkCore/commit/bd25024adebf6da3287fde19dfb0cef672f50688) Update dependencies from https://github.com/aspnet/Extensions build 20191115.... - [`6a39b8a`](https://github.com/aspnet/EntityFrameworkCore/commit/6a39b8ab519bfa1e3abcde8b8b872b48942abe43) Update dependencies from https://github.com/aspnet/Extensions build 20191115.... - [`88fd9d6`](https://github.com/aspnet/EntityFrameworkCore/commit/88fd9d612775a8c7a128d94331f040dc94ea6826) Update dependencies from https://github.com/aspnet/Extensions build 20191114.... - [`223e323`](https://github.com/aspnet/EntityFrameworkCore/commit/223e323b47eaaad89a4b5f7348491a6c7d6ad336) Merge pull request [#18922](https://github-redirect.dependabot.com/aspnet/EntityFrameworkCore/issues/18922) from aspnet/darc-release/3.1-0be2514e-2305-4e01-9ef... - [`c474406`](https://github.com/aspnet/EntityFrameworkCore/commit/c474406798bf85055da98e398dee7e6d0338d434) Update dependencies from https://github.com/aspnet/Extensions build 20191114.3 - [`6a9d73c`](https://github.com/aspnet/EntityFrameworkCore/commit/6a9d73cdb0ba32f3f287ae72d030125a7d8285c6) Merge pull request [#18919](https://github-redirect.dependabot.com/aspnet/EntityFrameworkCore/issues/18919) from aspnet/rtm - [`427f27e`](https://github.com/aspnet/EntityFrameworkCore/commit/427f27e0e5f4fc277592851f873d1491d8e98585) Update PreReleaseVersionLabel to RTM - [`de71e2d`](https://github.com/aspnet/EntityFrameworkCore/commit/de71e2d9c70c8f8373ce39b34147fa7e967b08b6) Update dependencies from https://github.com/aspnet/Extensions build 20191114.... - [`593a380`](https://github.com/aspnet/EntityFrameworkCore/commit/593a3807085dab72170dba95f9283e244961f5db) Merge pull request [#18804](https://github-redirect.dependabot.com/aspnet/EntityFrameworkCore/issues/18804) from aspnet/Stabilize310 - Additional commits viewable in [compare view](https://github.com/aspnet/EntityFrameworkCore/compare/v2.2.6...v3.1.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like Microsoft.EntityFrameworkCore.Relational is no longer a dependency, so this is no longer needed.