Bump Microsoft.EntityFrameworkCore from 5.0.5 to 5.0.6 in /src (#390)

Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v5.0.5...v5.0.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-14 09:20:07 +10:00 коммит произвёл GitHub
Родитель bdfcca9002
Коммит 472ff9695a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,7 +10,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="23.1.2" PrivateAssets="all" />
<PackageReference Include="Verify.NUnit" Version="11.11.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="EfLocalDb" Version="9.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="ProjectDefaults" Version="1.0.54" PrivateAssets="All" />

Просмотреть файл

@ -6,7 +6,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.6" />
<PackageReference Include="Verify" Version="11.11.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.54" PrivateAssets="All" />
</ItemGroup>