Bump EfClassicLocalDb from 9.3.0 to 10.0.0 in /src (#418)

Bumps [EfClassicLocalDb](https://github.com/SimonCropp/LocalDb) from 9.3.0 to 10.0.0.
- [Release notes](https://github.com/SimonCropp/LocalDb/releases)
- [Commits](https://github.com/SimonCropp/LocalDb/compare/9.3.0...10.0.0)

---
updated-dependencies:
- dependency-name: EfClassicLocalDb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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-06-10 22:09:20 +10:00 коммит произвёл GitHub
Родитель 22c481b238
Коммит 31002a034a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,7 +8,7 @@
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="Verify.NUnit" Version="11.18.2" />
<PackageReference Include="EfClassicLocalDb" Version="9.3.0" />
<PackageReference Include="EfClassicLocalDb" Version="10.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.54" PrivateAssets="All" />
<ProjectReference Include="..\Verify.EntityFrameworkClassic\Verify.EntityFrameworkClassic.csproj" />