Skip to content

Commit

Permalink
build(deps): bump Microsoft.EntityFrameworkCore.Design and Microsoft.…
Browse files Browse the repository at this point in the history
…Extensions.Logging

Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.0-preview.4.23259.3 to 8.0.1
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.0-preview.4.23259.3...v8.0.1)

Updates `Microsoft.Extensions.Logging` from 8.0.0-preview.4.23259.5 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0-preview.4.23259.5...v8.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 5ff8fd1 commit 726556f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="7.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0-rc.2.23480.2" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0-preview.3.23177.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-preview.4.23259.3">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.0-preview.4.23260.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-preview.4.23259.5" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Mime-Detective" Version="23.10.1" />
<PackageReference Include="Minio" Version="5.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
Expand Down

0 comments on commit 726556f

Please sign in to comment.