Browse Source

Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational

Bumps Microsoft.EntityFrameworkCore from 9.0.15 to 10.0.8
Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.15 to 10.0.8

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/2908/head
dependabot[bot] 22 hours ago committed by GitHub
parent
commit
8e046c5ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      ErsatzTV.Infrastructure/ErsatzTV.Infrastructure.csproj

4
ErsatzTV.Infrastructure/ErsatzTV.Infrastructure.csproj

@ -23,12 +23,12 @@ @@ -23,12 +23,12 @@
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00017" />
<PackageReference Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00017" />
<PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00017" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.15">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.15" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.8" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
<PackageReference Include="Refit" Version="10.1.6" />
<PackageReference Include="Refit.Newtonsoft.Json" Version="10.1.6" />

Loading…
Cancel
Save