Skip to content

Commit

Permalink
Bump Microsoft.EntityFrameworkCore.SqlServer and Microsoft.EntityFram…
Browse files Browse the repository at this point in the history
…eworkCore

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

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.7 to 8.0.8
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.7...v8.0.8)

Updates `Microsoft.EntityFrameworkCore` from 8.0.4 to 8.0.8

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent be884d7 commit 3498b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/FasTnT.SqlServer/FasTnT.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3498b02

Please sign in to comment.